luizragna Posted December 25, 2018 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 107 Reputation: 28 Joined: 02/12/14 Last Seen: January 9, 2023 Share Posted December 25, 2018 Anybody know? Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted December 25, 2018 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 941 Reputation: 125 Joined: 05/23/12 Last Seen: Yesterday at 06:19 AM Share 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 Link to comment Share on other sites More sharing options...
0 AnnieRuru Posted January 5, 2019 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
Question
luizragna
Anybody know?
Link to comment
Share on other sites
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.