Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Ressurection point + MAP EDIT

Junior Spellweaver
Joined
Sep 17, 2013
Messages
164
Reaction score
23
Hello guys, haven't been here for a while and now i need help...
Soo when i use Return stone in nostalgia forest i get stuck in mountains and i see FGr mobs on map... and my whole client gets bugged, so im asking how to edit that location when you use return stone on specific map...
My 2nd question is how to add new maps on list when you press "M"


Thanks in forward
 
Junior Spellweaver
Joined
Sep 17, 2013
Messages
164
Reaction score
23
Warp.scp
Cabal.enc section warp_list
It will be something with string "Return"Warp i think or deadwarp

Ty dens... i'll try it now.. btw do you know how to add new map on map window?

Also can you please explain this if its not problem bro
<warp_index x="127" y="107" nation1x="234" nation1y="121" nation2x="19" nation2y="121" w_code="0" Fee="0" WorldIdx="72" level="150" />
<warp_index x="49" y="25" nation1x="49" nation1y="25" nation2x="49" nation2y="25" w_code="0" Fee="0" WorldIdx="72" level="180" />
<warp_index x="41" y="224" nation1x="41" nation1y="224" nation2x="41" nation2y="224" w_code="0" Fee="0" WorldIdx="72" level="180" />
<warp_index x="51" y="128" nation1x="51" nation1y="128" nation2x="51" nation2y="128" w_code="0" Fee="0" WorldIdx="72" level="180" />
<warp_index x="208" y="96" nation1x="208" nation1y="96" nation2x="208" nation2y="96" w_code="0" Fee="0" WorldIdx="72" level="180" />
<warp_index x="119" y="81" nation1x="119" nation1y="81" nation2x="119" nation2y="81" w_code="0" Fee="0" WorldIdx="72" level="180" />
 
Upvote 0
Trying to be developer ^^
Loyal Member
Joined
Jul 21, 2010
Messages
1,072
Reaction score
360
Ty dens... i'll try it now.. btw do you know how to add new map on map window?

Also can you please explain this if its not problem bro
<warp_index x="127" y="107" nation1x="234" nation1y="121" nation2x="19" nation2y="121" w_code="0" Fee="0" WorldIdx="72" level="150" />
<warp_index x="49" y="25" nation1x="49" nation1y="25" nation2x="49" nation2y="25" w_code="0" Fee="0" WorldIdx="72" level="180" />
<warp_index x="41" y="224" nation1x="41" nation1y="224" nation2x="41" nation2y="224" w_code="0" Fee="0" WorldIdx="72" level="180" />
<warp_index x="51" y="128" nation1x="51" nation1y="128" nation2x="51" nation2y="128" w_code="0" Fee="0" WorldIdx="72" level="180" />
<warp_index x="208" y="96" nation1x="208" nation1y="96" nation2x="208" nation2y="96" w_code="0" Fee="0" WorldIdx="72" level="180" />
<warp_index x="119" y="81" nation1x="119" nation1y="81" nation2x="119" nation2y="81" w_code="0" Fee="0" WorldIdx="72" level="180" />

What is not clear in that?
x, y = Coordinates where the warp is placed
nation1x, nation1y = Coordinates where exactly the warp should teleport you for capella
nation2x, nation2y = Coordinates where exactly the warp should teleport you for procyon
w_code = 0
fee = 0
WorldIdx = to what world it should teleport you
Level = required minimum lvl to use teleport
 
Upvote 0
Elite Diviner
Joined
Nov 13, 2015
Messages
463
Reaction score
19
i have same problem with sapeone i edited same with the worldidx 72 and tested nothing work with the coordinates i add and also after i use return stone it will bring on forgotten ruin



I edited this line
on client side
<warp_index x="127" y="107" nation1x="192" nation1y="76" nation2x="64" nation2y="180" w_code="0" Fee="0" WorldIdx="72" level="150" />
warp index shows where i'm standing at while going on nostalgia and those nation1x.y and nation2x,y is my own coordinates but check it on game

this is my server side
535 72 0 127 107 192 76 64 180 150 0

after i use return core/stone it brings me in this coordinate of forgotten ruin
<warp_index x="25" y="152" nation1x="26" nation1y="23" nation2x="108" nation2y="20" w_code="1" Fee="0" WorldIdx="8" level="1" />

image:
sapeone123 - Ressurection point + MAP EDIT - RaGEZONE Forums




any help? plz
 
Last edited:
Upvote 0
Back
Top