View Single Post
  #6  
Old 02-02-2020, 01:12 AM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 410
Default

Man been 5 years since I've seen this post LOL

So this is an EDIT to give extra Info not in the above section.
I will list the zone_point ID followed by the correct target x y z and the target_zone_id and the target_heading on what they are suppose to be.
remember to change the client_version_mask for each line as well to 4294967295

ID 53 ecommons target_y -2686.3 target_x -636.8 target_z -17.78 target_heading 66.5 target_zone_id 25
ID 1,446 Nektulos target_y -2,064.8 target_x -174 target_z -15.3 target_heading 43.3 target_zone_d 27
ID 1,445 Nektulos Target_y 1,519.4 target_x 610.4 target_z -17.8 target_heading 115.4 target_zone_id 22
ID 1,444 Nektulos target_y 53 target_x 154 target_z 28 target_heading 130 target_zone_id 40
ID 415 neriaka target_2,268.55 target_x -1,107.57 target_z 3.75 target_heading 0 target_zone_id 25
ID 658 lavastorm target_y 3,073.7 target_x 277.8 target_z -15.7 target_heading 87 target_zone_id 25

As a big side note, Lavastorm classic is really messed up even after you correct the zone port ins.
You will end up having to manually correct every single creature spawn in the zone.
AND najena's zone line does not exist. So I made an NPC with race 127 which makes them invisible and placed them at where the zone line should be and gave them this custom npc quest that goes into your lavastorm quest folder with the NPC's name.

sub EVENT_SPAWN {
$x = $npc->GetX();
$y = $npc->GetY();
#Set proximity
quest::set_proximity($x - 100,$x + 10,$y - 20,$y + 20);

}

sub EVENT_ENTER{
quest::movepc(44,853.0,-5.4,3.8,62.9);

}

Which will in turn when you get close to the zone line it teleports you inside of najena which itself is perfectly fine.

The Zone point for najena should look as follows when your inside najena leaving it.

ID 889 najena target_y -1,007.6 target_x -996.63 target_z 16.4 target_heading 63.6 target_zone_id 27
__________________
__________________
Supernova - GM/Developer
"Secrets of Faydwer"
Reply With Quote