06-19-2015, 04:37 AM
Now the bbot check the balance, have any macro to transfer the total balance to other character in the end of script?
With this update is possible transfer balance?
|
06-19-2015, 04:37 AM
Now the bbot check the balance, have any macro to transfer the total balance to other character in the end of script?
06-19-2015, 11:10 AM
You can access the transfer amount with macro Self.Balance()
Macros: [macro]0 {SayBankBalance} Balance:=Self.Balance() Self.Say(!balance!)[/macro] Waypoint: Quote:NPCSay (0 0 0:hi)
01-30-2016, 04:27 AM
This macro isnt working mega...
The character only say "!balance!" on default channel... Have a working macro to do that?
[macro]0 {SayBankBalance} Balance:=Self.Balance() Self.Say(!balance!)[/macro]
Because implemented variable starts with capital letter B, and in self.say there is small b just change it to [macro]0 {SayBankBalance} Balance:=Self.Balance() Self.Say(!Balance!)[/macro] And remember you have check your balance first
01-30-2016, 08:49 AM
I used it and work good
SELL 300 ED
01-30-2016, 03:34 PM
(01-30-2016, 08:48 AM)Catar Wrote: [macro]0 {SayBankBalance} Balance:=Self.Balance() Self.Say(!balance!)[/macro] Now is working part, but the char says the balance on default channel...
As u said. It is only a part.
U have to put whole script urself Hi balance transfer to name That macro u got (change Self.Say to NPC.Say) yes But anyway, who do you try to steal money from?
01-30-2016, 04:27 PM
It not always for steal money lol. I using it on coryms kinas to transfer money after hunt xd
SELL 300 ED
01-30-2016, 04:28 PM
(01-30-2016, 04:08 PM)Catar Wrote: As u said. It is only a part. First, u dont understand my problem... I made fully script, and on end i like to transfer all my balance to a alternative character, who never used bot... Only to protect my gold... I made fully correct, but the character has saying the balance on Local Chat, not in NPCs... Thats my problem
as i already said, and u even quoted it
change Self.Say to NPC.Say change Self.Say to NPC.Say change Self.Say to NPC.Say change Self.Say to NPC.Say change Self.Say to NPC.Say change Self.Say to NPC.Say change Self.Say to NPC.Say in the macro
01-30-2016, 08:59 PM
(01-30-2016, 08:55 PM)Catar Wrote: as i already said, and u even quoted it Holy shit, im so sorry, dont see that :/ Now its fully perfect Thanks a lot |
« Next Oldest | Next Newest »
|