patr3k Posted August 20, 2012 Posted August 20, 2012 where can i insert this to last man standing script? if( Class == Job_Novice ){ mes "Novice cant join."; close; } and this one setmadogear 0; setdragon 0; if( ismounting() ) setmounting; setriding 0; setfalcon 0; setcart 0; attached last man standing script lms.txt Quote
skyleo Posted August 21, 2012 Posted August 21, 2012 (edited) There is no setpecopeco it's called setriding. Also it seems the setcart 0; is missing. EDIT: Does the function setwarg even exist? It's not written down in script_commands.txt Edited August 21, 2012 by skyleo Quote
skyleo Posted August 21, 2012 Posted August 21, 2012 (edited) setgryphon does also not exist, it's included in setriding. EDIT: Seems that your codesnippet was right but Eden used some snippet of shit. EDIT2: looked in eden's script he did it right, sorry for insulting you. Edited August 21, 2012 by skyleo Quote
patr3k Posted August 21, 2012 Author Posted August 21, 2012 is warg also include in setrigind? setgryphon does also not exist, it's included in setriding. EDIT: Seems that your codesnippet was right but Eden used some snippet of shit. is warg also include in riding? Quote
skyleo Posted August 21, 2012 Posted August 21, 2012 I don't know but I know that checkwug exists. Quote
patr3k Posted August 21, 2012 Author Posted August 21, 2012 I don't know but I know that checkwug exists. so i can put like this: checkwug 0; Quote
skyleo Posted August 21, 2012 Posted August 21, 2012 (edited) ... Wtf pls think before writing the word check is obviously meaning that it only checks if he got's a warg. if(checkwug()) { mes "Holy shit, you got a warg!!!"; } See what I mean? Also I think it makes more sense to add this snippet of code just to the part before warping. Like this: mes "Thankyou for registering Mr. " + strcharinfo(0) + ", Have fun!"; setmadogear 0; setdragon 0; if( ismounting() ) setmounting; setriding 0; setfalcon 0; setcart 0; warp "pvp_n_1-5",99,101; So you can delete this part completely, cause it's just unneccesary to do it with OnTouch: pvp_n_1-5,99,101,0 script disable_cart -1,3,3,{ end; OnTouch: setmadogear 0; setdragon 0; if( ismounting() ) setmounting; setriding 0; setfalcon 0; setcart 0; end; } Edited August 21, 2012 by skyleo Quote
Question
patr3k
where can i insert this to last man standing script?
and this one
attached last man standing script
lms.txt
10 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.