Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::General Discussion

Archive::General Discussion Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-16-2004, 08:13 AM
NarutoLegacy
Discordant
 
Join Date: Feb 2004
Posts: 400
Default

So if I made an sql file for all npcs with all AC info, would it work? I mean like then I would give it to the public.
__________________
My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel

Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server
Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server
Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
Reply With Quote
  #2  
Old 04-16-2004, 09:54 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

When the code is in, tested and added to CVS... it would

hint:

Code:
ALTER TABLE `npc_types` ADD `AC` smallint(5) not null default 0;
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #3  
Old 04-16-2004, 10:47 AM
eq_addict_08
Hill Giant
 
Join Date: Nov 2003
Location: Drunk tank
Posts: 199
Default

personally, I would rather not have to deal with npc ac at all. I like the idea of player ac but for mobs, if I want it tougher to kill, I can already go in and beef up its HPs.. Just one more thing in Db to be checked for now and modified so PoT mobs dont have 1ac or something

edit-actually, on Live, isn't NPCs ac put to some camparison to PCs ATK to give a % chance of hitting the target?
Reply With Quote
  #4  
Old 04-16-2004, 01:38 PM
NarutoLegacy
Discordant
 
Join Date: Feb 2004
Posts: 400
Default

Quote:
Originally Posted by Scorpious2k
hint:

Code:
ALTER TABLE `npc_types` ADD `AC` smallint(5) not null default 0;
I don't get it..... lol
__________________
My Newbie Guides
Server Classifications
Zone Points
Change Maxlevel

Kaio Kuzumaki of the East, Owner of Tides of War [Custom-Legit] PvP Server
Orome, Lord of the Woods, Middle-Earth Roleplay PvP Server
Kaio Kuzumaki of the East, Owner of Kaio's All-GM Test Server
Reply With Quote
  #5  
Old 04-17-2004, 12:35 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Quote:
Originally Posted by eq_addict_08
personally, I would rather not have to deal with npc ac at all. I like the idea of player ac but for mobs, if I want it tougher to kill, I can already go in and beef up its HPs.. Just one more thing in Db to be checked for now and modified so PoT mobs dont have 1ac or something
That's the nice thing about the way I want to set it up. You don't have to have AC for mobs. Just leave the AC column 0. 0=none. What I was hoping for in this design was flexability for server ops. Not changing the way they do things, just more options.

As for beefing up HP, the difference with using AC will be that low level players won't be able to hit higher level mobs as hard or possibly not at all (depending on the mob's AC and the player's level and gear) instead of just hitting and hitting and hitting to bring the 10,000,000,000 HP down. But either way will be possible. Just more choices for the server operator.
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #6  
Old 04-18-2004, 07:47 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default

Sony has stated on serveral occasions that AC works differently for each class (meaning a Warrior with an AC of 600 gets more protection than a Wizard with an AC of 600).

You might also want to think about having a variable for each class that will "modify" the base variables. For example:

Code:
/* Damage reduction (%) bonus that Warriors get IN ADDITION to base AC damage reduction. */
...
WAR_AC = 10; // takes 10% LESS damage
WIZ_AC = -5;  // takes 5% MORE damage
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:47 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3