Jump to content
  • 0

mount script problem.


manabeast

Question


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

my ranger cannot mount with this npc. it's say i no read his requirement.. i also have flute in inventory. or can remove requirement? direct mount warg???

//===== rAthena Script =======================================
//= Universal Rental NPC
//===== By: ==================================================
//= Euphy
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= rAthena SVN
//===== Description: =========================================
//= One-click automatic mount rentals.
//============================================================
prontera,150,168,6	script	Universal Rental NPC	421,{
if (ismounting()) {
	message strcharinfo(0),"You must first remove your mount.";
	close; }
else if ((eaclass()&EAJ_THIRDMASK==EAJ_RANGER) && !countitem(6124)) {
	if (!checkfalcon() && getskilllv("HT_FALCON") && !checkoption(Option_Wug) && !checkoption(Option_Wugrider)) {
		if(select(" ~ Falcon: ~ Warg")==1) setfalcon;
		else getitem 6124,1; }
	else getitem 6124,1; }
else if ((eaclass()&EAJ_THIRDMASK==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) {
	if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) {
		if(select(" ~ Cart: ~ Mado")==1) setcart;
		else setmadogear; }
	else setcart; }
else if (!checkcart() && getskilllv("MC_PUSHCART")) setcart;
else if (!checkfalcon() && getskilllv("HT_FALCON") && !checkoption(Option_Wug) && !checkoption(Option_Wugrider)) setfalcon;
else if (!checkriding() && getskilllv("KN_RIDING")) {
	if (eaclass()&EAJ_THIRDMASK==EAJ_RUNE_KNIGHT) setdragon select("Green:Brown:Gray:Blue:Red");
	else setriding; }
else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear;
else {
	message strcharinfo(0),"You do not meet requirements to rent.";
	close; }
specialeffect2 276;
close;
}
//============================================================
// Old changelog
//============================================================
//= A Free PecoPeco and Falcon Breeder
//= 1.1 FIXED checkriding/cart/falcon funcs [Lupus]
//= 1.2 Added Rebirth/Advanced Class support [Mass Zero]
//= 1.3 Simplified the checks of job [silentdragon]
//= 1.3a Fixed a Typo Error. [samuray22]
//=	  Thanks to ~AnnieRuru~.
//= 1.4 Optimized Script. No need for 50 million Labels. [spre]
//============================================================

Edited by manabeast
[codebox]
Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  61
  • Reputation:   1
  • Joined:  06/29/12
  • Last Seen:  

Does you learned skill for mount ? Something like Falcon Mastery for rent a falcon.

This script just rent Falcon/Warg/Mado/Dragon and Gryphon.

Not mount something like Lion for Swordman Class, Savage for Merchant Class.

Sorry my bad English.

Edited by Phantasm
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

does your ranger already have a falcon?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

ya, have falcon. i want warg @@? must off falcon??

Edit

i click this npc. and select.

-falcon

-warg

i choose warg

this npc just give me a wolf flute and blue light!! but no mount O O? but if i use @mount. i can ride mount.

Edit

i know understand. this npc just can give me a wolf flute. then i have to use the skill call

Warg Mastery and Warg Rider skill to ride mount.

Edited by manabeast
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

you can't use falcon and warg at the same time

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  138
  • Topics Per Day:  0.03
  • Content Count:  835
  • Reputation:   25
  • Joined:  11/22/11
  • Last Seen:  

ya. i dunno the warg is get from skill not get from npc. no wonder cannot get the warg /heh

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

ya. i dunno the warg is get from skill not get from npc. no wonder cannot get the warg /heh

warg can only be obtain by using warg mastery then the wolf will be summon. or @mount.

  • Upvote 1
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...