Necro Script

Pygar

EQ2Bot Specialist
The general fealing is its not very optomized for DPS, and there have been improvements to the conj one that didn't make it to the necro.

I intend to get to this one, but I'm doing my own wizard and warlock first so might be a week or two before I look at necro again.
 

fecht

Active Member
It has spells missing, it doesn't use all the 60+ spells. Consumption isn't a spell it utilizes. It also doesn't buff all of a 70 necro's self buffs.
On my part, honestly I've tried to edit the spells and bot efficiency, but i'm really not a programmer and don't understand it.
If someone wants to work with me i'll tell you whats wrong what it doesn't do. What spells it should be using/ etc. send me a pm or email
Thanks for the replies
EDIT --- I'm getting some assistance, thanks guys
 
Last edited:

trillo

Active Member
I am a kind of new to IS scripting and trying to figure out how these scripts works and am wondering about a few things:

1 - Pet_Dot2 is assigned to 330 - looking in the spell xml, this is both Arcane Auger which starts the HO and later on is Ghastly Stench which I assume it should be. Should Arcane Auger be coded to something different in the XML?

2 - AOE2 is listed as 91 - I do not see a 91 listed in the xml, I am not sure what this is pointing to or should be pointing to, any ideas?

3 - I had to hard code which shard to use in the shard detection switch as it would get stuck in a loop for summoning a shard, but then say I already have one creating a slot of spam and seemed to add long delays between pulls. My Necro is in the late 20s, hard coding the variable at the end of the switch fixed the issue so it appears to be something related to the switch.

4 - Constantly spams me that I am not in a bank transaction while in combat. Any idea what cuases this or how I can make it stop?
 

Pygar

EQ2Bot Specialist
Took a quick look at the files.

1. Yeap flat out bug. The HO starter in the XML file should be changed to 303.

2. Also a bug, I've not looked into necro yet, but is there more than one encounter aoe? and if so, it should be recoded in the xml to 91. If not, then remove AOE2 all together.

3. Shard detection and use functions in eq2botlib are currently borked since the EoF launch. I was going to wait and see how kayre chooses to address it then adjust anything I have to be 'standardized' based upon that. However, hard-coding seems to work for summoning atleast.

4. I'm betting you've selected a piece of equipment in the class tab to use for your AA abilities and that piece of equipment is in your bank currently. You get the bank transaction spam when eq2bot tries to equip something not currently in your inventory array, but is in your bank or vault.

Don't worry too much about whats in the spell type text files, are they are only a general guide and not to be taken as gospel.

I am going to release an updated necro soon. I was sorta waiting for eq2bot and eq2botlib updates before I released anything public. If Kayre doesn't have time atm to go thru these, I'll take a swing at an incremental release to fix some of the bugs, but I would prefer to defer to him.
 

trillo

Active Member
Thanks for the quick response and the advice.

I have been away from EQ2 or a few months and just started playing again over the weekend. This info should help me smooth out the routine in the interim. :)
 
Top Bottom