Log in

View Full Version : Gold depositer



Malmis
07-07-2007, 22:43
Webber says: this is outdated!

I'll show you the script I use to deposit gold and platinum coins to the bank. I believe I found it in a Liberty Bay rotworms script... I don't remember who created the first script, but I believe it was just a gold changer, I think I edited it to deposit. If you are or you believe you know who created that script, please tell me se he or she may get the credits they deserve.

First off you need to move to the bank, I usually do like this:


move x,y,z
waitX 1
move x,y,z

because then it always starts in the right position, sometimes I have seen the bot stop a sqaure away, possibly because of too fast execution or lag.
Then you use this code, just edit it with the right details, explanation is at the end of the post.

:Deposit Gold
sayMessage hi
waitX 1
IfTrue ($lastmsg$#string=#-here insert the wait message, replace your charactername with $charactername$-) Goto $nlineoflabel:wait$
IfTrue ($lastmsg$#string=#-insert the "hello" message from th NPC, replace your charactername with $charactername$-) Goto $nlineoflabel:deposit$
:wait
waitX 4
IfTrue ($lastmsg$#string=#-insert the good bye message-) Goto $nlineoflabel:Deposit Gold$
IfTrue ($lastmsg$#string=#-insert the "hello" message from th NPC, replace your charactername with $charactername$-) Goto $nlineoflabel:deposit$
gotoScriptLine $nlineoflabel:wait$
:deposit
waitX 3
sayMessage deposit -explanation further down in post-
waitX 2
sayMessage yes
waitX 1
sayMessage bye

When you say "hi" while someone else talks to the NPC he or she will give you a message, put that here

This is the greeting message when you say "hi" to the NPC and it's your turn

This is the good bye message from the NPC, useful because sometimes you wont get the "waiting" message

To deposit just gold write:
$countitems D7 0B$ but if you have both platinum and gold coins use:
$numericalexp:{$countitems:DB 0B$00}+{$countitems:D7 0B$}$ (explanation in this thread (http://www.blackdtools.net/showthread.php?t=6961)).

I hope this helps. :)

weeper
07-09-2007, 00:00
I made the gold changer you mention.
Well I think so.

EDIT:
Found this topic, dunno if this is the one you were thinking.
http://www.blackdtools.net/showthread.php?t=2935&highlight=Liberty+bay
I made it change gold instead of deposit.

EDIT 2:
Ok, I read again and it has nothing to do with what you said. This was just a liberty bay depositer/gold changer and you said something about liberty bay ROTS.

Malmis
07-09-2007, 00:19
It was probarly someone that used the one you linked to in his/her script, and then I got that script... Oh well, the author hase done a great job anyhow. :)

weeper
07-09-2007, 01:32
The script chunk about the NPC dialogs was originally made by mod Tom, a looong time ago.

Malmis
07-09-2007, 01:42
The script chunk about the NPC dialogs was originally made by mod Tom, a looong time ago.

Alright, thank you for telling me the origins. :)

weeper
07-09-2007, 01:44
NP :D <short>

fukoshima
07-23-2007, 00:38
Very nice i'm going to try this :) :) :) I hope more people can make scripts with depoisitors

Rose Daredo
07-24-2007, 16:31
i used it in my kazodwarfs script with gold depositer and... it worked perfectly,
by the way i am going to public this script and i hope you will enjoy it.

skuzam
08-14-2007, 03:43
i have some questions, if someone can answer it i will be really gratz =D:

1- i need to put more then one cordineted or just one is good??

2- what i need to do to make the bot go to dp when my cap go to 150 (for example).

3- and if i need to use rope or up one stair what i need to do to bot do it?

PS: i'm new with blackd it's because that i am is "noob" in blackd

really thx :D

BUg
08-14-2007, 04:02
1 - make waypoints every 10 steps or so
2- add "IfTrue ($mycap$#number>=#150) Goto X"
3- if you need to go up a stairs make a waypoint near the stars on the floor your on and make a waypoint near the stairs on the floor upstairs.
Same goes for ropes

Kungen
08-27-2007, 22:42
Nice guide mate, gonna try this out.

Forge
09-15-2007, 11:53
May be known that you can now say deposit all instead of counting everything.

Corkavish
10-26-2007, 01:30
Hi, i made a pretty good script but i need the depositer and the cap :confused:... i want that if my cap < number do the way of the depositer... how can i do it??

im new in doing scripts so i really appreciate any help :p

Coke_01
10-26-2007, 01:40
Hi, i made a pretty good script but i need the depositer and the cap :confused:... i want that if my cap < number do the way of the depositer... how can i do it??

im new in doing scripts so i really appreciate any help :p


something like this?

IfTrue ($mycap$#number<=#XXX) Goto XXX

Corkavish
10-27-2007, 00:51
something like this?

IfTrue ($mycap$#number<=#XXX) Goto XXX

Something like that but IfTrue ($mycap$#number<=#XXX) go to another line to do the exit roud, and there do the depositer...

Spanish:
Algo asi pero cuando esa condicion sea verdad, que empiece a hacer el recorrido de salida, y ahi hacer el depositer...

Srry my english... :(

Ninkobi
11-30-2007, 19:25
Just make it go to the npc (banker) and say deposit all is so much easier and less buggy..

Allen
12-18-2007, 15:57
Can you explain how to add items using in script? I mean in way to depot i need to destroy Wooden Bar using sword. How to do it?
I founded just one topic with question without any answer.

Uporter
05-05-2008, 00:00
Just make it go to the npc (banker) and say deposit all is so much easier and less buggy..

Yeah Can this be try out?? FastMessage Hi
FartMessage Deposit all
Move to............


Just curius

Xinek
05-05-2008, 13:15
Nice, Wasent really sure how to do depositer before :P

Regards
Xinek

buginho
10-16-2008, 15:48
u can edit for version3.81 ?