Log in

View Full Version : help with depositer



Daffik
03-05-2013, 11:00 AM
please help me i don't know what im doing wrong

my script when he gets to the deport, he will say hi and then the banker will ask me how much i want to deposit but my guy wont say deposit all then yes :S here's my code

Self.Say("hi") wait(1700)
Self.SayToNpc("Deposit all") wait(1700)
Self.SayToNpc("yes") wait(1700)



thanks in advance

Eion
03-05-2013, 02:21 PM
Try it like this. Replace all those code lines with just this.

Self.SayToNpc({"hi", "deposit all", "yes"}, 65)

Daffik
03-05-2013, 03:48 PM
tryied that also, just can't seem to get him to talk to the npc

Daffik
03-06-2013, 09:50 AM
bump
bump

Infernal Bolt
03-06-2013, 09:58 AM
Only bump your thread 24h after your last post.

There is nothing wrong with the code posted, you're doing something wrong.