Thread Rating:
  • 2 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
With this update is possible transfer balance?
#1
Now the bbot check the balance, have any macro to transfer the total balance to other character in the end of script?
Reply
#2
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)
Reply
#3
This macro isnt working mega...
The character only say "!balance!" on default channel...
Have a working macro to do that?
Reply
#4
[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
Reply
#5
I used it and work good
Reply
#6
(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...
Reply
#7
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?
Reply
#8
It not always for steal money lol. I using it on coryms kinas to transfer money after hunt xd
Reply
#9
(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
Reply
#10
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
Reply
#11
(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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)