Doesn't arrive guild storage

Hey guys, i’ve trouble about guild storage. When account backs town he just don’t go guild storage. I added DoGuildStorageStore in my script too. Where am i making mistake ?

You have to modify the town script to walk to guild storage. By adding the command it will not do anything unless you are in front of the NPC.


I already did but bot is just ignoring it . Can you send me sample ?

Did you accidentally turn on the option to skip it if other guild members are nearby? Also, you only need DoGuildStorage since that option will do all of the storage functions. DoGuildStorageStore will only store items.

I don’t know what that option is. I don’t think I’ve done it. As you see here i didn’t anything wrong, so why bot avoid arriving guild storage ?

It shouldn’t be. Which town script did you modify? The “_r” town scripts are for iSRO/SilkroadR if you are below level 70. If you changed the wrong one it won’t go to guild storage at all because it’s using the other town script.

I’m not sure why you loaded a walk script with town commands. It is possible to use them in any script but you should be changing the town script instead.

One more thing you should know is the bot will scan every file inside the “Town” folder to find the correct script for your location. The actual name of the town script is only there for your convenience. This means you must edit the existing script or delete it and add your own. If you don’t it may still execute the original town script.

I’m playing private server, i loaded this way because it didn’t work anyway. How should I specify a walk command? I did everything what you told me before but still doing the same.

sample from town script with guildstore, maybe it help u

walk,79,105,1081,1064,83
walk,79,105,1132,925,82
DoStorage
walk,79,105,1154,848,80
walk,79,105,1037,560,80
walk,79,105,956,597,83
walk,79,105,1037,511,80
walk,79,105,1157,238,80
walk,79,105,1206,22,80
walk,79,104,1239,1719,80
walk,79,104,1253,1496,81
walk,79,104,1264,1335,81
walk,79,104,1297,1102,81
walk,79,104,1446,874,43
walk,79,104,1509,795,12
walk,79,104,1602,685,-35
walk,79,104,1687,584,-78
walk,79,104,1821,423,-144
walk,79,104,1897,317,-144
walk,80,104,10,255,-143
DoGuildStorage
walk,80,104,-191,297,-98
walk,79,104,1502,306,15
walk,79,104,1400,348,66
walk,79,104,1262,534,80
walk,79,104,1250,1053,80
walk,79,104,1236,1452,82
walk,79,105,1220,7,80
walk,79,105,1185,425,80
walk,79,105,1159,870,80
walk,79,105,1061,1189,80
walk,79,105,836,1428,83
DoBlacksmith
walk,79,105,1212,1391,79
DoHerbalist
walk,79,105,1192,922,80
walk,79,105,1032,559,79
walk,79,105,749,374,80
DoGroceryTrader
walk,79,105,965,517,80
walk,79,105,1158,792,80
walk,-10657,2600,0
DoScript

This time bot is waiting in town and still didn’t arrive guild storage as well.

what town are u ?
plz post your townscript

hotan here my script;
walk,107,30,244
walk,98,44,244
walk,100,52,244
walk,106,58,244
walk,110,61,244
DoStorage
walk,112,83,244
walk,114,98,243
walk,115,121,243
walk,113,145,243
walk,112,161,244
walk,112,171,244
walk,112,197,146
walk,113,207,146
walk,113,228,146
walk,113,261,146
walk,114,283,146
walk,114,309,146
walk,115,332,146
walk,114,360,146
walk,114,372,146
walk,115,390,203
walk,115,395,233
walk,115,407,243
walk,115,422,243
walk,115,437,249
walk,116,439,265
DoGuildStorage
walk,115,420,243
walk,115,403,243
walk,115,397,243
walk,114,378,146
walk,114,365,146
walk,114,347,146
walk,113,329,146
walk,112,309,146
walk,112,289,146
walk,113,264,146
walk,112,248,146
walk,112,231,146
walk,112,215,146
walk,112,199,146
walk,112,187,160
walk,112,180,202
walk,112,175,235
walk,112,156,243
walk,112,141,243
walk,111,122,243
walk,108,98,243
walk,94,90,244
walk,74,81,243
walk,54,74,243
DoBlacksmith
walk,69,84,244
walk,82,103,243
DoHerbalist
walk,76,83,243
walk,77,59,244
walk,82,31,244
walk,84,8,243
walk,86,1,243
DoGroceryTrader
walk,100,7,244
walk,106,13,244
walk,107,16,244
walk,113,13,244
DoScript
walk,113,22,244
wait,5000
teleport,Hotan,Baghdad
wait,5000
walk,-8537,-728,-236
wait,5000
teleport,Baghdad,Phantom Desert
wait,5000
walk,-10704,-2057,187

make sure this script is in bot folder “Town” with name Hotan.txt

and last line have to be DoScript

2 Likes

Thank you so very much, now it works :slight_smile:

2 Likes