XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 5 of 5

Thread: Deposit cash to x char

  1. #1
    Senior Member Vikto's Avatar
    Join Date
    Jul 2012
    Location
    Candia
    Posts
    475
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Deposit cash to x char

    Hey guys, I'd like to request a script to use on my moneymakers.
    Script I have in mind is:

    If balance is over (for example) 5k, transfer 3k to 'x' char.

    Haven't really done much research so there might be a script like this out there, thanks in advance
    Completed transactions:
    Bought 69 ms, 59 rp and 40 ek from Beo

    Bought 2,5kk+ in Candia from Punkgt
    Bought 1kk in Secura from Punkgt

    Bought 500k in Eternia from Punkgt
    Bought 1,5kk in Candia from Pidek098

  2. #2

    Join Date
    Jun 2014
    Location
    Denmark
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been looking for something similar, like lets say when my bot runs out of stamina it would go to bank and say "balance" and transfer the balane - 200k to my other char etc.
    "You can't change what you don't acknowledge."
    - Dr. Phil 1963

  3. #3

    Join Date
    Jun 2014
    Posts
    51
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    I wrote this script: Xeno transfer 1k gold everytime u go bank. U can change values. If ill have subcription i would write script who chcecks gold amount and send all money.

    Code:
    registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
    
    function onWalkerSelectLabel(labelName)
    	if (labelName == "Bank") then
    			setWalkerEnabled(false)
    			Self.SayToNpc({"hi", "deposit all", "yes"}, 50)
    			Self.SayToNpc({"hi", "transfer", "1000", "NAME", "yes"}, 50)
    			Self.SayToNpc({"balance"}, 50)
    			Self.SayToNpc({"bye"}, 50)
    			setWalkerEnabled(true)
    	end
    end
    change with your bank script + u can add withdraws for pot

  4. #4

    Join Date
    Jun 2014
    Location
    Denmark
    Posts
    42
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That wouldn't work, atleast not for me. My moneymakers comes back with so different amounts, that I would have to log in and check (when they exitted cus of stamina) anyway, which kinda ruins the point

    But it might work for Vikto, idk

    Thanks anyway
    "You can't change what you don't acknowledge."
    - Dr. Phil 1963

  5. #5
    Senior Member Vikto's Avatar
    Join Date
    Jul 2012
    Location
    Candia
    Posts
    475
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Snurq View Post
    I wrote this script: Xeno transfer 1k gold everytime u go bank. U can change values. If ill have subcription i would write script who chcecks gold amount and send all money.

    Code:
    registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
    
    function onWalkerSelectLabel(labelName)
    	if (labelName == "Bank") then
    			setWalkerEnabled(false)
    			Self.SayToNpc({"hi", "deposit all", "yes"}, 50)
    			Self.SayToNpc({"hi", "transfer", "1000", "NAME", "yes"}, 50)
    			Self.SayToNpc({"balance"}, 50)
    			Self.SayToNpc({"bye"}, 50)
    			setWalkerEnabled(true)
    	end
    end
    change with your bank script + u can add withdraws for pot
    Thanks bro I guess it could work, sort of

    Quote Originally Posted by seba2632 View Post
    That wouldn't work, atleast not for me. My moneymakers comes back with so different amounts, that I would have to log in and check (when they exitted cus of stamina) anyway, which kinda ruins the point

    But it might work for Vikto, idk

    Thanks anyway
    yeah I see your point and that'd be better but at least I got something now
    Completed transactions:
    Bought 69 ms, 59 rp and 40 ek from Beo

    Bought 2,5kk+ in Candia from Punkgt
    Bought 1kk in Secura from Punkgt

    Bought 500k in Eternia from Punkgt
    Bought 1,5kk in Candia from Pidek098

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •