Giant Whisper Posted October 1, 2023 Group: Members Topic Count: 55 Topics Per Day: 0.01 Content Count: 190 Reputation: 3 Joined: 04/11/12 Last Seen: Saturday at 02:50 AM Share Posted October 1, 2023 monster "1@pop1",50,53,"Guardian Chest",3733,1,"Erza::OnErzaDead"; warp "1@pop1",49,50; set hecho, 1; end; OnErzaDead: set .@id,killedgid; getunitdata .@id,.@data; set .@x,.@data[UMOB_X]; set .@y,.@data[UMOB_Y]; enablenpc "Chest Novice"; unitwarp getnpcid(0,"Chest Novice"),"1@pop1",.@x,.@y; sleep 500000; if(getmapxy(.@m$,.@x,.@y,UNITTYPE_NPC,"Chest Novice") != 0) disablenpc "Chest Novice"; end; 1@pop1,51,51,4 script Chest Novice 10005,{ rentitem 1599,1012000; rentitem 2199,1012000; disablenpc strnpcinfo(0); awake "Erza"; warp "prontera",58,59; end; } Quote Link to comment Share on other sites More sharing options...
Question
Giant Whisper
monster "1@pop1",50,53,"Guardian Chest",3733,1,"Erza::OnErzaDead"; warp "1@pop1",49,50; set hecho, 1; end; OnErzaDead: set .@id,killedgid; getunitdata .@id,.@data; set .@x,.@data[UMOB_X]; set .@y,.@data[UMOB_Y]; enablenpc "Chest Novice"; unitwarp getnpcid(0,"Chest Novice"),"1@pop1",.@x,.@y; sleep 500000; if(getmapxy(.@m$,.@x,.@y,UNITTYPE_NPC,"Chest Novice") != 0) disablenpc "Chest Novice"; end; 1@pop1,51,51,4 script Chest Novice 10005,{ rentitem 1599,1012000; rentitem 2199,1012000; disablenpc strnpcinfo(0); awake "Erza"; warp "prontera",58,59; end; }
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.