Studen's Feather Bot

08/12/2011 14:00 Dani1406#136
Change the gw-language to german ;)
08/12/2011 19:26 levisls#137
Quote:
Originally Posted by Dani1406 View Post
Change the gw-language to german ;)
tried that also updated mem updater it still wont click return to outpost
08/12/2011 22:09 Dani1406#138
Hmm you should change the coordinates.
Or use rommsbomms ini
08/14/2011 18:24 blubber6#139
gut geht soweit, problem lag an mir...

mem updater vom bot benützt, gibt da einen unterschied zwischen danis und dem vom bot?
08/15/2011 22:51 Statistician#140
Hey guys, the bot is almost working perfectly for me. If I start the bot in Jaya Bluffs, it will start everything correctly. However, if I happen to die (I've never finished a run yet as I'm using a weak test character) it will type "resign" instead of "/resign" in chat. Is there a fix for this? I have updated the memory and I've triple-checked my save.ini.

EDIT: The bot also opens up the skill menu when it approaches and talks to a merchant, and doesn't do anything once this happens. What's up :(?

Thanks!
08/16/2011 08:51 snipi#141
I have a problem when I run two copies of the bot... I have two windows ( Guild Wars and GW1 ) My first GW ( Guild Wars ) made only one path and do not resign... However my second GW ( GW1 ) works normally... Someone has an idea ? :(
08/16/2011 11:30 martin888#142
i had the same problem ...
08/16/2011 14:09 kendor#143
change the "-" in the save.ini to "/", also make sure that if you have english keyboard to replace the "ö" to "b" in the save.ini and in your GW setting or you will leave many item on the ground like I just did last night ^^ thx again to the creator of this great tool^^

can anyone tell me how to change the window name of guild wars? I keep just getting 2 Guild Wars running^^ not a Guild Wars and a GW2 kktycya
08/16/2011 23:15 Statistician#144
Quote:
Originally Posted by kendor View Post
change the "-" in the save.ini to "/", also make sure that if you have english keyboard to replace the "ö" to "b" in the save.ini and in your GW setting or you will leave many item on the ground like I just did last night ^^ thx again to the creator of this great tool^^

can anyone tell me how to change the window name of guild wars? I keep just getting 2 Guild Wars running^^ not a Guild Wars and a GW2 kktycya
Yeah I realized I was being a lazy-ass and decided to just open up the source and fix it myself.

If you're in the same boat as me, I'm here to help.

Open up the source in notepad / your autoit editor. Search for "Func GOOUT()".

You should see this:
PHP Code:
    RNDSLP(1000)
    
KEYSEND("-")
    
RNDSLP(100)
    
KEYSEND("r")
    
RNDSLP(100)
    
KEYSEND("e")
    
RNDSLP(100)
    
KEYSEND("s")
    
RNDSLP(100)
    
KEYSEND("i")
    
RNDSLP(100)
    
KEYSEND("g")
    
RNDSLP(100)
    
KEYSEND("n")
    
RNDSLP(100)
    
KEYSEND("RETURN"
Replace that with this:

PHP Code:
    RNDSLP(1000)
    
KEYSEND("-")
    
RNDSLP(100)
    
KEYSEND("/")
    
RNDSLP(100)
    
KEYSEND("r")
    
RNDSLP(100)
    
KEYSEND("e")
    
RNDSLP(100)
    
KEYSEND("s")
    
RNDSLP(100)
    
KEYSEND("i")
    
RNDSLP(100)
    
KEYSEND("g")
    
RNDSLP(100)
    
KEYSEND("n")
    
RNDSLP(100)
    
KEYSEND("RETURN"
Compile using au2exe (NOT 64-bit version) and you're done. Don't forget to put this newly compiled exe in the folder containing save.ini and update.ini, or the bot won't work.

If you don't know how to compile it... google.

I know there are many other little changes you could do to the script to make it more user friendly, but this way you're only changing one thing, you can poke around if you want to change more. Many thanks to Studen!
08/17/2011 16:15 Deca x#145
Does anyone have any problems with the bot just shutting off randomly? I do, what causes this?

Also, what program can i download to check my X,Y Coordinates so i can properly set my "return to outpost" click?
08/18/2011 01:13 kendor#146
some ppl do a screen shot and open it up with ms paint and it shows your mouse position i believe.

oh also make sure that you open your options in GW and reset the interface to defaul, that will put it where it needs it, and don't resize the window after you start the feather bot as it auto sizes the window, gl and keep dropping those stack prices^^
08/18/2011 01:46 Deca x#147
okay. I'll give that a try and see if it cures that problem. What about the script just manually shutting down along with the game? after that happens i'll have to alt ctrl del to find the GW.exe and close it to open gw again.
08/18/2011 03:17 kendor#148
i think your save.ini got F'ed up redownload the bot from the first page and start over, just run the MemUpdater after you load GW, Then run bot and cross fingers, usually u need to run outside first then it's will go on and farm for hours

this is what I have

[Click Positions]

; Resign button
ResignX =187
ResignY =139

; Merchant Sell Window (The tab)
SellWindowX =45
SellWindowY =18

; Merchant Buy Window (The tab)
BuyWindowX =20
BuyWindowY =17

; Merchant Sell Button
SellButtonX =129
SellButtonY =242

; Ident Kit @ merchant
IdentKitX = 42
IdentKitY = 100

; Guild Hall button
GuildHallButtonX =132
GuildHallButtonY =25

good luck
08/18/2011 15:40 Deca x#149
Okay. i reset my interface, that fixed the problem there and it's not crashing now. But i have a new problem and a question...Problem is the route seems messed up sometimes when in town. Character will run between the stairs and mountain? and get stuck there rather than re-routing itself to get where it needs to go.

Question: is there any way to set the character to not buff itself in the beginning untill it gets further out? Buffs way to early and also for the sensai(sp) groups. 6/12 is NEVER there, it will go through it's buff stage and run forwards and set spirits for nothing. Also i notice that if the bot runs into a group and gets blocked by a mob it wont do anything but get killed. is there a way to make it route differently to get around to it's spam spot?
08/18/2011 20:27 kendor#150
Just start the bot outside then it should have good paths, but once in a while it will get stuck near the stairs and you can just change dist real quick and it will pick up from there. This is my build code OACjAqiK5SPOlTfTXT+gQTNTOTA, i moved Armor of unfeeling after all the spirits because it does nothing before spirits are up (duh). as for his enchants, I think it uses them earlier because of the 45 sec recharge, that will keep him ready. If he is getting stuck on mobs and dying try Memupdater and see if that helps
good luck fellow botter