Jump to content
  • 0

mount script problem.


Question

Posted (edited)

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]

6 answers to this question

Recommended Posts

Posted (edited)

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
Posted (edited)

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
Posted

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

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