EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=586)
-   -   Are newbie monsters supposed to have kick? (https://www.eqemulator.org/forums/showthread.php?t=21784)

Rhodan 10-30-2006 03:03 AM

Are newbie monsters supposed to have kick?
 
I've been tweaking mobs to make it so my nekked low level character actually has a chance against the newbie area mobs. The default setup has the mobs much tougher than I remember from live. Way more hitpoints and they seem to hit more often and do more damage.

Anyway, I toned down their HPs and AC along with str, dex, and agi. This helped but by the time I got them to where I wasn't losing 3:4 times, they seemed to die easier than live and yet still do more damage.

After a while noticed that it wasn't the normal attacks that were doing the damage to my character, it was the kicking. I don't remember decayed skellies and wasps having kick in their arsenal!

Now, its been a long time since I played EQ so perhaps my memory is wrong - but should the lower level mobs have kick? And should a wasp ever have kick at all?

I was going to report this as a bug, but then I thought I should ask first since its been so long since I played live - I just might be remembering it wrong.

paaco 10-30-2006 04:06 AM

I believe it is a bug, to fix it on my server I changed all my newbie mobs to the Class Bard and gave them no spell list. Bard mobs wont kick but they still fight back.

Rhodan 10-30-2006 11:24 AM

Ahha!

Yes, fighter class gets kick at level one. This is probably not so much a bug as much as simply the wrong class chosen for the newbie mobs.


That'll be easy to fix. I figure I'll just do something like

UPDATE npc_types n SET n.class=8 WHERE n.class=1 AND n.level < 8;

Players should be able to handle mobs that kick by level 8 I think.

John Adams 10-30-2006 02:04 PM

You know, funny memory, getting kicked by a warrior moss snake... Surreal.

GeorgeS 10-30-2006 02:56 PM

Yes, that will work as well



simlified this sql

UPDATE npc_types SET class=8 WHERE class=1 AND level < 8;


GeorgeS

Rhodan 10-30-2006 04:56 PM

Yep, changing the newbie mobs to bard instead of warrior did the trick! This was without changing mob stats at all (I had just restored a "fresh" peq database).

I also quickly discovered that spiderlings have poison...

UPDATE npc_types SET spell_list_id=0 WHERE spell_list_id=44 AND level < 5;

Both my Barb war and the WE ranger are now rockin' their newbie zones by level 3 with just rusty weapons and a couple bits of cloth armour.

Thanks for the tips!

P.S. We should start a tips for newbie zones thread in the database forum just for those folks that don't want to start everyone twinked up the wazoo.

RangerDown 10-31-2006 03:27 PM

Yep, any warrior monster (including most newbie snakes) can kick.

If you pay attention to those cute little messages that flash by while you're loading in between connecting to world and getting character select, sometimes one of those messages is "Teaching snakes to kick..."
that little blurb came from everyone on eqlive joking about kicking snakes.

John Adams 11-01-2006 05:45 AM

For some reason, I just thought snakes kicking was the funniest damn thing I'd ever seen in EQ, next to bards dying.

Rhodan 11-01-2006 01:40 PM

Hmmm, well then, perhaps kick is too deadly? It seems kick hits much harder and much more often than the regular melee attacks.

Oh well, I'll leave the newbie mobs as bards for now, it works pretty good.

KLS 11-01-2006 05:15 PM

I'm looking to put in some further changes to special attacks that should address most of the issues here, including a rule that lets server ops set at what level monsters can first kick/bash.

John Adams 11-02-2006 06:57 AM

Shouldn't the NPCs just follow the same skills rules as player characters? If Warriors cannot kick until levl 6, neither should level 5 or lower NPCs? Wouldn't that be easier?

KLS 11-02-2006 07:59 AM

Mobs typically are able to bend the rules, you know this =P

But yeah I have the default set to 6.

John Adams 11-02-2006 10:30 AM

Quote:

Originally Posted by KLS
Mobs typically are able to bend the rules, you know this =P

This is true. :) I don't remember ever being kicked to death when I was a noob, either. But if the option's there, cool.


All times are GMT -4. The time now is 04:22 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.