0 Rynbef Posted December 25, 2018 Posted December 25, 2018 I dont rly know what u want to know. Take a look at "getunitdata" at the script command documentation. Rynbef~ Quote
0 AnnieRuru Posted January 5, 2019 Posted January 5, 2019 (edited) prontera,155,185,5 script skdjfksjdf 1_F_MARIA,{ if ( !.mobid ) { monster "this", -1,-1, "--ja--", 1002,1, strnpcinfo(0)+"::Onkill"; .mobid = $@mobid; } else { getunitdata .mobid, .@unitdata; dispbottom "X: "+ .@unitdata[UMOB_X] +" - Y: "+ .@unitdata[UMOB_Y]; } end; Onkill: .mobid = 0; end; } EDIT: forgot to add event labels Edited January 5, 2019 by AnnieRuru Quote
Question
luizragna
Anybody know?
2 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.