Jump to content
  • 0

One Click All in One Mount NPC


frotek

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

i want to request a all in one one click mount NPC.

Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

This is a great idea, actually... if you don't mind, I'm stealing it for my own scripts. ;3

<header> {
if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; close; }
else if ((eaclass()&EAJ_THIRDMASK==EAJ_RANGER) && !countitem(6124)) {
if (!checkfalcon() && getskilllv(127) && !checkwug()) {
if(select(" ~ Falcon: ~ Warg")==1) setfalcon;
else getitem 6124,1; }
else getitem 6124,1; }
else if ((eaclass()&EAJ_THIRDMASK==EAJ_MECHANIC) && !checkcart()) {
if (!checkmadogear() && getskilllv(2255)) {
if(select(" ~ Cart: ~ Mado")==1) setcart;
else setmadogear; }
else setcart; }
else if (!checkcart() && getskilllv(39)) setcart;
else if (!checkfalcon() && getskilllv(127) && !checkwug()) setfalcon;
else if (!checkriding() && getskilllv(63)) {
if (eaclass()&EAJ_THIRDMASK==EAJ_RUNE_KNIGHT) setdragon;
else setriding; }
else if (!checkmadogear() && getskilllv(2255)) setmadogear;
else { message strcharinfo(0),"You do not meet requirements to rent."; close; }
close;
}

Edited by Euphy
Added warg check.
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  341
  • Reputation:   43
  • Joined:  01/10/12
  • Last Seen:  

What if there are 2 types of mount for that particular job?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

then an option will pop like

"what do you want?"

Falcon

Warg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

This is a great idea, actually... if you don't mind, I'm stealing it for my own scripts. ;3

not at all Euphy

but i got errors,

z.jpg

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

ismounting() was added in r15009, which means you're waaay behind in updates~ (remove the line if you don't want to update, but... the other commands probably won't work either, then)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

alright i guess i have to update >.<

ismounting() was added in r15009, which means you're waaay behind in updates~ (remove the line if you don't want to update, but... the other commands probably won't work either, then)

@Euphy

any other solution other that updating?

Edited by frotek
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

New mounts aren't even working before ~r15000, are they? o.o;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

Thanks ! But hey, i found some uncomfortable thing with that script. If you're in Ranger class, you can use Warg and Falcon as well ! How can i make Ranger class only can pickup 1 Pet instead of getting 2 of them? Say, if you already have Warg, you cannot pick Falcon. Thanks ! /ok

Edited by Rabbit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

@Rabbit: Done, thanks! Post above is edited. (I couldn't find a "checkwarg" command when I looked for it, but apparently it's "checkwug", lol...)

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  60
  • Reputation:   0
  • Joined:  01/04/12
  • Last Seen:  

@Euphy, i think yes mine is working >.<

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

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...