Register for your free account! | Forgot your password?

You last visited: Today at 10:15

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Studen's Feather Bot

Discussion on Studen's Feather Bot within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 08/12/2011, 14:00   #136
 
elite*gold: 0
Join Date: Feb 2010
Posts: 611
Received Thanks: 731
Change the gw-language to german
Dani1406 is offline  
Old 08/12/2011, 19:26   #137
 
elite*gold: 0
Join Date: Jun 2008
Posts: 13
Received Thanks: 1
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
levisls is offline  
Old 08/12/2011, 22:09   #138
 
elite*gold: 0
Join Date: Feb 2010
Posts: 611
Received Thanks: 731
Hmm you should change the coordinates.
Or use rommsbomms ini
Attached Files
File Type: rar save.rar (1.7 KB, 43 views)
Dani1406 is offline  
Old 08/14/2011, 18:24   #139
 
elite*gold: 0
Join Date: Apr 2010
Posts: 369
Received Thanks: 40
gut geht soweit, problem lag an mir...

mem updater vom bot benützt, gibt da einen unterschied zwischen danis und dem vom bot?
blubber6 is offline  
Old 08/15/2011, 22:51   #140
 
elite*gold: 0
Join Date: Apr 2009
Posts: 10
Received Thanks: 2
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!
Statistician is offline  
Old 08/16/2011, 08:51   #141
 
elite*gold: 0
Join Date: Apr 2008
Posts: 14
Received Thanks: 1
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 ?
snipi is offline  
Old 08/16/2011, 11:30   #142
 
elite*gold: 0
Join Date: Sep 2009
Posts: 80
Received Thanks: 20
i had the same problem ...
martin888 is offline  
Old 08/16/2011, 14:09   #143
 
elite*gold: 0
Join Date: May 2008
Posts: 254
Received Thanks: 23
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
kendor is offline  
Thanks
1 User
Old 08/16/2011, 23:15   #144
 
elite*gold: 0
Join Date: Apr 2009
Posts: 10
Received Thanks: 2
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!
Statistician is offline  
Thanks
2 Users
Old 08/17/2011, 16:15   #145
 
elite*gold: 0
Join Date: Aug 2011
Posts: 24
Received Thanks: 0
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?
Deca x is offline  
Old 08/18/2011, 01:13   #146
 
elite*gold: 0
Join Date: May 2008
Posts: 254
Received Thanks: 23
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^^
kendor is offline  
Thanks
1 User
Old 08/18/2011, 01:46   #147
 
elite*gold: 0
Join Date: Aug 2011
Posts: 24
Received Thanks: 0
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.
Deca x is offline  
Old 08/18/2011, 03:17   #148
 
elite*gold: 0
Join Date: May 2008
Posts: 254
Received Thanks: 23
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
kendor is offline  
Old 08/18/2011, 15:40   #149
 
elite*gold: 0
Join Date: Aug 2011
Posts: 24
Received Thanks: 0
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?
Deca x is offline  
Old 08/18/2011, 20:27   #150
 
elite*gold: 0
Join Date: May 2008
Posts: 254
Received Thanks: 23
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
kendor is offline  
Reply


Similar Threads Similar Threads
Bot Feather farming ??
05/06/2011 - GW Bots - 2 Replies
Good evening, I want to know if there existed a bot to farm feathers at Port Seitung?
Studen's | Bot Shop |
05/06/2011 - Guild Wars Trading - 0 Replies
Please remove
[Question] Does using feather from far away still work?
02/10/2010 - Mabinogi - 10 Replies
Does using feather from far away still work?



All times are GMT +1. The time now is 10:15.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.