panza1001 Posted July 21, 2015 Posted July 21, 2015 please help me i wanna make pvp room split status Quote
Moriarty Posted July 22, 2015 Posted July 22, 2015 Put a loadevent flag on this map, and on label activation do something like:OnLoadMapEvent:If( readparam(bStr) > 99 || readparam(bAgi) > 99 ) { // Put other stats here, i'm lazy. warp "prontera",150,150; // warp from map} Quote
panza1001 Posted July 22, 2015 Author Posted July 22, 2015 Put a loadevent flag on this map, and on label activation do something like: OnLoadMapEvent: If( readparam(bStr) > 99 || readparam(bAgi) > 99 ) { // Put other stats here, i'm lazy. warp "prontera",150,150; // warp from map } not work Quote
Moriarty Posted July 22, 2015 Posted July 22, 2015 Yeah, you shouldn't copy my code, it was just an example. By the way, may mistake was the label name, it's actually OnPCLoadMapEvent. Read script documentation and build your own script, this way you will learn :} Quote
Question
panza1001
please help me
i wanna make pvp room split status
3 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.