View Single Post
  #3  
Old 08-20-2022, 12:28 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Quote:
Originally Posted by manawenuz View Post
This is super cool! I was able to get into the same zone a while back but couldn't move around in it. Created the server side files for it (azone/awater) but still couldn't actually walk around. Any suggestions on how to make it work? Thanks for sharing!
Run this query to update the neriakd zone entry.

Code:
UPDATE `zone` SET `short_name` = 'neriakd', `file_name` = NULL, `long_name` = 'Neriak Palace', `map_file_name` = 'neriakd', `safe_x` = 164, `safe_y` = -251.5, `safe_z` = 7.33, `safe_heading` = 0, `graveyard_id` = 0, `min_level` = 0, `min_status` = 0, `zoneidnumber` = 43, `version` = 0, `timezone` = 0, `maxclients` = 0, `ruleset` = 1, `note` = NULL, `underworld` = -101, `minclip` = 450, `maxclip` = 450, `fog_minclip` = 450, `fog_maxclip` = 450, `fog_blue` = 0, `fog_red` = 0, `fog_green` = 0, `sky` = 1, `ztype` = 0, `zone_exp_multiplier` = 1.00, `walkspeed` = 0.4, `time_type` = 2, `fog_red1` = 0, `fog_green1` = 0, `fog_blue1` = 0, `fog_minclip1` = 450, `fog_maxclip1` = 450, `fog_red2` = 0, `fog_green2` = 0, `fog_blue2` = 0, `fog_minclip2` = 450, `fog_maxclip2` = 450, `fog_red3` = 0, `fog_green3` = 0, `fog_blue3` = 0, `fog_minclip3` = 450, `fog_maxclip3` = 450, `fog_red4` = 0, `fog_green4` = 0, `fog_blue4` = 0, `fog_minclip4` = 450, `fog_maxclip4` = 450, `fog_density` = 0.1, `flag_needed` = '', `canbind` = 0, `cancombat` = 1, `canlevitate` = 1, `castoutdoor` = 1, `hotzone` = 0, `insttype` = 0, `shutdowndelay` = 5000, `peqzone` = 0, `expansion` = 9, `suspendbuffs` = 0, `rain_chance1` = 0, `rain_chance2` = 0, `rain_chance3` = 0, `rain_chance4` = 0, `rain_duration1` = 0, `rain_duration2` = 0, `rain_duration3` = 0, `rain_duration4` = 0, `snow_chance1` = 0, `snow_chance2` = 0, `snow_chance3` = 0, `snow_chance4` = 0, `snow_duration1` = 0, `snow_duration2` = 0, `snow_duration3` = 0, `snow_duration4` = 0, `gravity` = 0.4, `type` = 0, `skylock` = 0, `fast_regen_hp` = 180, `fast_regen_mana` = 180, `fast_regen_endurance` = 180, `npc_max_aggro_dist` = 600, `max_movement_update_range` = 600, `min_expansion` = -1, `max_expansion` = -1, `content_flags` = NULL, `content_flags_disabled` = NULL, `underworld_teleport_index` = 0, `lava_damage` = 50, `min_lava_damage` = 10 WHERE `id` = 251;
__________________
Hanging out at Antonica.World
Reply With Quote