Jump to content
  • 0

last man standing


patr3k

Question


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

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

Link to comment
Share on other sites

10 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

error

error.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  39
  • Reputation:   2
  • Joined:  08/19/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

how about for gryphon?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  39
  • Reputation:   2
  • Joined:  08/19/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

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?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  39
  • Reputation:   2
  • Joined:  08/19/12
  • Last Seen:  

I don't know but I know that checkwug exists.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

I don't know but I know that checkwug exists.

so i can put like this:

checkwug 0;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  39
  • Reputation:   2
  • Joined:  08/19/12
  • Last Seen:  

... 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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  104
  • Topics Per Day:  0.02
  • Content Count:  257
  • Reputation:   7
  • Joined:  03/12/12
  • Last Seen:  

oh sorry and thank you. /no1

Link to comment
Share on other sites

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.

×
×
  • Create New...