Blizzard Sector
D2JSP+XP+Assassin - Bot 'works' but won't attack.. - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: D2JSP+XP+Assassin - Bot 'works' but won't attack.. (/thread-35977.html)



D2JSP+XP+Assassin - Bot 'works' but won't attack.. - sans - 11-16-2006

Subject describes the issue.

The character I use is a level 10, I just edited it so I could become familiar with the bot.

The bot will log in, run the potion script, talk to the person, and begin the run. When a monster is within the 'scan range' the bot just sits there. After I manually kill the monsters within range, it goes back to running towards what I can only assume is it's destination.

Any ideas?

Here's the attack section:

Code:
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Attack configuration (this include area clearing configuration)
//===============================================================================================================================
// DT_ThrowRechTimeout=xx    Max time to stall while recharging ethereal throwing weapon.
// XP_AssassinBuild=0/1/2    Type of assassin build to use, 0 for WW, 1 for Martial Artist and 2 for Trapassin
// XP_CastOnBoss=true/false    Set to true to cast a Shadow Master on the boss (this will make it skip on precast)
// XP_CastCloak=true/false    Set to true to cast Cloak of Shadows on target
// XP_ChargeSkill=xxx        Charge-up skill id (it will be used 3 times to charge) for Martial Artist, set to false to disable
// XP_FinishSkill=xxx        Finishing skill id (after charging, it is used to unleash the charges) for Martial Artist
// XP_TrapSkill=xxx        Trap skill id for using a trap, for Trapassin
// XP_NumTraps=x        Number of traps to cast, maximum of 5 traps, for Trapassin
//                              Set this to 0 if you dont want to lay any traps!
// XP_TrapsWaitTime=xxxx    How much time to wait before recasting the traps, in milliseconds
// XP_MaxAttacks=xx        This is the maximum number of attack sequences used to attack Pindle
//                If he is still alive after this many attacks, the game will abort
// XP_MonsterSearch=x        How many times it search for surround monster between 2 - 9. Increase if you miss monsters.
// XP_MonsterSearchRange=xx    Radius of the search for monsters around you. Increase if you misses monsters.
// XP_OpenChests = true/false    Set to true to open chests while clearing
// DCH_OpenEvilUrns=true/false    Set to true to open evil urns as well
// XP_UseShrines = true/false    Set to true to use any shrine you get thru while clearing
//-------------------------------------------------------------------------------------------------------------------------------

DT_ThrowRechTimeout=0;
XP_AssassinBuild=1;        // Trapsin
XP_CastOnBoss=false;
XP_CastCloak=false;
XP_ChargeSkill=false;
XP_FinishSkill=270;        // Dragon Tail
XP_TrapSkill=271;        // Lightning Sentry
XP_NumTraps=0;
XP_TrapsWaitTime=1000;
XP_MaxAttacks=500;
XP_MonsterSearch = 3;
XP_MonsterSearchRange = 30;
XP_OpenChests = false;
DCH_OpenEvilUrns = false;
XP_UseShrines = true;

Also, I can't find a skill reference anywhere.

Thanks in advance for any suggestions.. I feel like I'm > < this close to getting it to work.


D2JSP+XP+Assassin - Bot 'works' but won't attack.. - DJ_MUTTA - 11-16-2006

You we be so banned if you use d2jsp on cloesed. Sorry dont know skwat about xp scrpts.


D2JSP+XP+Assassin - Bot 'works' but won't attack.. - sans - 11-17-2006

I'm just using it, for now, to play around with in single player mode.

Gotta get it working before I even consider taking it online..


D2JSP+XP+Assassin - Bot 'works' but won't attack.. - L4E - 11-18-2006

umm ur lvl 10, how the hell do u expect to have light sentry?
ur bot cant kill because u dont have the skill u told him to use to kill.


D2JSP+XP+Assassin - Bot 'works' but won't attack.. - Seekndestroyer - 11-18-2006

L4E Wrote:umm ur lvl 10, how the hell do u expect to have light sentry?
ur bot cant kill because u dont have the skill u told him to use to kill.

Rofl, m8 right on. Your assassin isn't even close to the level you need to be using that script. Level her, because I doubt anyone here is interested in writing a low level assassin script.


D2JSP+XP+Assassin - Bot 'works' but won't attack.. - sans - 11-22-2006

*snicker*

I see that now. Everything kept telling me to reference skills.txt which didn't come in any of the files I've found, though I managed to find the same info in d2jsp-skills.d2l.

I was hoping to find a noobs FAQ to botting that would answer stuff like what skills you should have before even attempting to bot, etc etc but never did. Guess people learn that stuff the hard way haha.