|
@@ -14,12 +14,12 @@ prontera,124,201,1 script Universal Rental NPC 726,{
|
|
if (ismounting()) {
|
|
if (ismounting()) {
|
|
message strcharinfo(0),"You must first remove your mount.";
|
|
message strcharinfo(0),"You must first remove your mount.";
|
|
end;
|
|
end;
|
|
- } else if ((eaclass()&EAJ_THIRDMASK==EAJ_RANGER) && !countitem(6124)) {
|
|
|
|
|
|
+ } else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) {
|
|
if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) {
|
|
if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) {
|
|
if(select(" ~ Falcon: ~ Warg")==1) setfalcon;
|
|
if(select(" ~ Falcon: ~ Warg")==1) setfalcon;
|
|
else getitem 6124,1; //Wolf's_Flute
|
|
else getitem 6124,1; //Wolf's_Flute
|
|
} else getitem 6124,1; //Wolf's_Flute
|
|
} else getitem 6124,1; //Wolf's_Flute
|
|
- } else if ((eaclass()&EAJ_THIRDMASK==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) {
|
|
|
|
|
|
+ } else if (((eaclass()&EAJ_THIRDMASK)==EAJ_MECHANIC) && !checkcart() && getskilllv("MC_PUSHCART")) {
|
|
if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) {
|
|
if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) {
|
|
if(select(" ~ Cart: ~ Mado")==1) setcart;
|
|
if(select(" ~ Cart: ~ Mado")==1) setcart;
|
|
else setmadogear;
|
|
else setmadogear;
|