Hi, I had install the bot, but when I launch lanucher.exe or GPB.exe with vista (as administrator) it crash and say "Launcher.exe has stopped working" and "GBP.exe has stopped working". Can you help me?
Hi, I had install the bot, but when I launch lanucher.exe or GPB.exe with vista (as administrator) it crash and say "Launcher.exe has stopped working" and "GBP.exe has stopped working". Can you help me?
did you install Framework .Net 3.5 SP1?
Hi, I'm trying to bot my warrior, but when i start the bot he stands like 25 yards away from the mobs and just Auto attacks, Can you help me?
did you set up your fightdistance correctly?
Ah, I saw now, It's when I try load a profile it says
"21: 8:14 [Manager] Failed to load C: \ Documents and Settings \ Christoffer Sjöberg \ My Documents \ Downloads \ profile \ Warrior.xml Object reference not set to an instance of an object."
Do you know what the problem is?
Hello i have set the bot corectly to gather but if a mob attacks me it doesn't do anything, here's what i see on screen:
13:12:40 I'm under attack but this taget isn't attacking me --> Select another one
13:12:40 [PlayerTh] Selecting Target
13:12:40 Try to select Goretalon Roc dist : 20.7830365839924
13:12:40 KeyTap Common.Target
13:12:41 KeyTap Common.Target
13:12:41 [PlayerTh] Attackers: 1
13:12:41 [HunterX -> killing] Goretalon Roc
13:12:41 Spell RaptorStrike unknown
13:12:41 [PlayerTh] Object reference not set to an instance of an object.
13:12:41 HunterX
13:12:41 at GPBot.Classes.HunterX.GetSpellNextCast(String spellName)
at GPBot.Classes.HunterX.Melee(GPBUnit KillTarget)
at GPBot.Classes.HunterX.checkSituation(GPBUnit Target)
at GPBot.Classes.HunterX.KillTarget(GPBUnit Target)
at GPBot.Game.PlayerClass.KillSequence()
at GPBot.Game.GPBMain.KillSequence()
at GPBot.Game.PlayerClass.OnInCombat()
at GPBot.Game.GPBMain.OnInCombat()
at GPBot.Game.PlayerClass.Grind()
at GPBot.Game.GPBMain.Grind()
at GPBot.Game.PlayerClass.Start()
13:12:41 [PlayerTh] complete
Then stops and stays there...
Excuse me if this question has already been answered. Ty.
this is the problem. Did you edit HunterX.xml ?13:12:41 Spell RaptorStrike unknown
Yes, i shouldn't have to?
Btw it sometimes /dismounts randomly.
Last edited by kateri4ka; 01-06-2010 at 07:28 AM.
no you had to edit it, but I think you removed line with RaptorStrike spell. That's the problem.
That's right i understand now, it trys to use it when but doesnt now where to find it, Ok
I copied the original file now.
But now it dismounts randomly in air and my toon dies, it once landed and didnt die, then he tryed to summon my pet which already was... i think the bot thinks that my bot isnt summoned, but it's normal because i m mounted.
Any way thanks for the help![]()
you're right. I never use HunterX with a flying mount but I know what you're talking about.
try this plz :
open HunterX.cs and find
and add this just after :Code:protected override void OnRoaming() {
it should work.Code:if( Me.Ismounted() ) { base.OnRoaming(); return; }
Ok i added the lines but at start of bot i see this:
14:10:34 [GameThread] active
14:10:36 #:\########\###\###\####\Classes\HunterX.cs(811,20): error CS1061: 'GPBot.Objects.GPBPlayerSelf' does not contain a definition for 'Ismounted' and no extension method 'Ismounted' accepting a first argument of type 'GPBot.Objects.GPBPlayerSelf' could be found (are you missing a using directive or an assembly reference?)
ousp it's Me.IsMounted() instead of Me.Ismounted() sorry