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!

WZ edit map xml to make warp after kill mob

Junior Spellweaver
Joined
May 15, 2016
Messages
131
Reaction score
16
hello , how i can to make auto warp after mob killed?

this xml:

PHP:
<imgdir name="0">            <string name="type" value="m"/>            <string name="id" value="9500338"/>            <int name="x" value="1419"/>            <int name="y" value="2189"/>            <int name="mobTime" value="-1"/>            <int name="f" value="0"/>            <int name="hide" value="0"/>            <int name="fh" value="9"/>            <int name="cy" value="2205"/>            <int name="rx0" value="736"/>            <int name="rx1" value="1711"/>        </imgdir>
i want to make after the mob id : "9500338" , killed.
is warp you to map id : "970030300".
how i can to do it?
Lol with Xml? u need code it in java. and check map,mob
 
Upvote 0
Back
Top