View Single Post
  #7  
Old 11-21-2004, 04:38 AM
shanxi
Sarnak
 
Join Date: Nov 2004
Posts: 38
Default

Lol but thats what i was asking =( How do I enable them?

in my database, expansions = 255

Other than enabling my expansions, everything except the agro is working perfectly now =) And im starting to dream in code ><

UPDATE 'npc_types' SET 'npc_aggro'=50 WHERE 'id'=1000;
UPDATE 'npc_types' SET 'npc_aggro'=50 WHERE 'id'=1001;
UPDATE 'npc_types' SET 'npc_aggro'=50 WHERE 'id'=1002;
UPDATE 'npc_types' SET 'npc_aggro'=50 WHERE 'id'=1003;

theres only a bazillion mobs I have to change that in. I hope that makes em attack whatever they dont like that comes within 50 feet of em >)

I wanna thank all you guys for putting up with my insistent questions, I am starting to understand how this is all set up, and im learning the mysql coding.

I am editing my database with mysql front (EQAdmin is too difficult even though it has a better GUI)

Now as you can see from above, thats what im putting in a .txt file...
UPDATE 'npc_types' SET 'npc_aggro'=50 WHERE 'id'=1000;
pasted it about 400,000 times and now im just changing the last number to one higher. (IE 100,1001,1002,1003,1004)
Long and arduous as it may be, I dont know how to make it so that it just changes to the next higher number.

I even tried to read the mysql manual which is confusing as hell, I was wondering if there was anyone of you that has a lot of knowledge in the coding area and a little spare time that could maybe sit down (figuratively) and somehow teach me a little bit about the basics of coding (commands, stings, etc) Through emails, PM, IM, or whatnot? I am sure I could find a way to repay for my learning experience, say, try to work on some database problem or something?

I can probably do texturing or minimal level design maybe. I am relatively new to all this but I do have graphic skills =)

Basically all im trying to say is a scratch my back ill scratch yours theory hehe.

All i have been doing is asking for help a lot, Id like to give back to the community somehow =D
Reply With Quote