BBot - The best bot of the world
With this update is possible transfer balance? - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: With this update is possible transfer balance? (/thread-18157.html)



With this update is possible transfer balance? - NinhoT - 06-19-2015

Now the bbot check the balance, have any macro to transfer the total balance to other character in the end of script?


RE: With this update is possible transfer balance? - MegaNo0body - 06-19-2015

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)
NPCSay (0 0 0:transfer)
Macro (0 0 0:SayBankBalance)
NPCSay (0 0 0:yes)



RE: With this update is possible transfer balance? - toty1234 - 01-30-2016

This macro isnt working mega...
The character only say "!balance!" on default channel...
Have a working macro to do that?


RE: With this update is possible transfer balance? - Catar - 01-30-2016

[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


RE: With this update is possible transfer balance? - damiansnk - 01-30-2016

I used it and work good


RE: With this update is possible transfer balance? - toty1234 - 01-30-2016

(01-30-2016, 08:48 AM)Catar Wrote: [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

Now is working part, but the char says the balance on default channel...


RE: With this update is possible transfer balance? - Catar - 01-30-2016

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?


RE: With this update is possible transfer balance? - damiansnk - 01-30-2016

It not always for steal money lol. I using it on coryms kinas to transfer money after hunt xd


RE: With this update is possible transfer balance? - toty1234 - 01-30-2016

(01-30-2016, 04:08 PM)Catar Wrote: 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?

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...
[Image: hrBrR3B.png]

I made fully correct, but the character has saying the balance on Local Chat, not in NPCs... Thats my problem


RE: With this update is possible transfer balance? - Catar - 01-30-2016

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


RE: With this update is possible transfer balance? - toty1234 - 01-30-2016

(01-30-2016, 08:55 PM)Catar Wrote: 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

Holy shit, im so sorry, dont see that :/
Now its fully perfect Smile
Thanks a lot