Jump to content
  • 0

last man standing


Question

Posted

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

10 answers to this question

Recommended Posts

Posted (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 by skyleo
Posted (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 by skyleo
Posted

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?

Posted (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 by skyleo

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...