EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=613)
-   -   Need help badly spawning Kael!! (https://www.eqemulator.org/forums/showthread.php?t=866)

Ariak 03-23-2002 06:48 PM

Need help badly spawning Kael!!
 
Okay, this is the list of giant models.


1 - Berserkers (Includes gladiators)
2 - Frost Giant (big cloaked ones)
3 - White Tunic Frost Giant.
4 - Yellow Tunic Frost Giant (Vindi)
5 - Statue of Rallos Zek
6 - Avatar of War

I have only found out how to make #1 and #2.

How do I make 3-4 using eq emu? :(

Ariak 03-24-2002 06:28 AM

:(
 
Horrible luck spawning Kael. I can't get any of the models to work, pretty much.

Trumpcard 03-24-2002 07:31 AM

Heres my spawnlog to anyone that can use it..

Its got a bunch of different zones in it, but hopefully should be worthwhile.

If anyone needs a spawnlog from a certain zone, let me know , I can zip my druid over there and decode the zone, and post the spawnlog. I'd like to get dumps of Warrens and Stonebrunt, and get them populated. Warrens is actually a really cool zone, with lots of fun mobs and items in it.... :-)


http://denial.dyn.dhs.org/eqimages/spawnlog.txt

Ariak 03-24-2002 12:40 PM

:o(
 
Spawned about 100 kael Mobs.

The Z coordinate on the emu is really wack. I don't know how to fix it.

Almost all of them appeared at the safe spot in the zone. Bah!

Ariak 03-24-2002 12:44 PM

:o(
 
*looks for Drawde*

Gino 03-24-2002 10:47 PM

Handwork is the Key Ariak.

Run up to the proper x,y cords and take gm loc #loc

Insert them into the DB and voila no more giants at savespot.
(i suggest using access to alter such datas)

Takes some time but works.

Btw. How did you calculate theyr HP ?

Drawde 03-25-2002 08:11 AM

Sorry about this but the EQNPC program I released along with the 0.7 data doesn't work with Velious or Luclin zones and NPC types, it doesn't have any code to recognise their names and convert them to short names/race numbers. However I'm working on this (have already added the code, just need to test it). An updated version should be up in a day or so.

Trumpcard 03-25-2002 08:24 AM

As far as the z axis code goes, what seems to be the problem?

The order out between spawn logs and the emulator use? Is it off by a constant factor? (ie, can you just add +255 to the showeq data and get a zaxis value useful for the emulator?)

If you can detail the nature of the zaxis problem, I'll see if I can come up with a solution...

Ariak 03-25-2002 01:02 PM

..
 
I have no idea how it's off, but the z-axis seems to be offset.

Ex:

z:Derakor_the_Vindicator00(2339):70:1377,2367,-212:14.05.54:3:kael:21.06.03.15.3172:(0)

Vindi's Z axis is -212. His actual axis in the emulator is -34.


I have tried adding 178 to all Z-axis coordinates, but that didn't work. (Ex- Vindi -212+178 = -34, but other locs do not work.)

z:a_temple_guardian01(2110):60:1469,2412,-237:14.05.55:3:kael:21.06.03.15.3172:(0)

Temple Guard's Z-Axis in the emulator ranges from -34 to -44.

Lurker_005 03-25-2002 04:28 PM

Just some thoughts, try dividing by 10 and see what you get, and also check the z value in the emu if you reverse the x and y locs.

Lyenu X`Arie 03-25-2002 05:48 PM

PS... we set x/y back to normal for 0.2.6, I'm going to be working on fixing Z soon(tm).

Lurker_005 03-25-2002 08:07 PM

Dividing by 10 worked for some locs I tried, it doesn't seem exactly right, but should be within about 10 of the correct Z

On another note, Ariak your bad spawn in sleepers is
Code:

INSERT INTO spawn2 VALUES (10323,20317,'sleeper',478,65,0,180,400,1);
Should be

Code:

INSERT INTO spawn2 VALUES (10323,20317,'sleeper',478,-65,0,180,400,1);

Ariak 03-26-2002 05:55 AM

212/10 doesn't equal 34

Trumpcard 03-26-2002 06:04 AM

No, its 21, thats not too far off though... Maybe move it down a bit, a scaling factor so to speak... 221/6.4 = 34

I would think if they were off, they'd be off by a constant factor..

Ariak 03-26-2002 06:09 AM

6.4 works.
 
I will just wait for the fix.


All times are GMT -4. The time now is 02:14 PM.

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