mohamednagebb Posted March 22, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 02/09/18 Last Seen: May 1, 2018 Share Posted March 22, 2018 hiiiiiiii can you help me How to change a dragon another monster I mean to change the monster ride like the character of the royal guard to another monster I'm sorry I'm in English nop Quote Link to comment Share on other sites More sharing options...
0 TheDerpySupport Posted March 22, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 208 Reputation: 60 Joined: 09/23/17 Last Seen: July 28, 2021 Share Posted March 22, 2018 1 hour ago, mohamednagebb said: hiiiiiiii can you help me How to change a dragon another monster I mean to change the monster ride like the character of the royal guard to another monster I'm sorry I'm in English nop This would require you to completely remake the mounted class sprite. Quote Link to comment Share on other sites More sharing options...
0 TheDerpySupport Posted March 22, 2018 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 208 Reputation: 60 Joined: 09/23/17 Last Seen: July 28, 2021 Share Posted March 22, 2018 14 hours ago, hendra814 said: try this prontera,124,201,1 script Universal Rental NPC 726,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; } else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) { if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) { if(select(" ~ Falcon: ~ Warg")==1) setfalcon; 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")) { 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") && !checkwug()) setfalcon; else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) { if ((eaclass()&EAJ_THIRDMASK)==EAJ_RUNE_KNIGHT) { set .@i, select("Green:Brown:Gray:Blue:Red"); setdragon .@i; } else setriding; } else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear; else { message strcharinfo(0),"You do not meet requirements to rent."; end; } specialeffect2 EF_TEIHIT3; end; } Why are you quoting me? lol The OP wants to replace the griffin that the Royal Guard rides with something else Quote Link to comment Share on other sites More sharing options...
0 mohamednagebb Posted March 22, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 02/09/18 Last Seen: May 1, 2018 Author Share Posted March 22, 2018 (edited) 16 hours ago, hendra814 said: try this prontera,124,201,1 script Universal Rental NPC 726,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; } else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) { if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) { if(select(" ~ Falcon: ~ Warg")==1) setfalcon; 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")) { 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") && !checkwug()) setfalcon; else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) { if ((eaclass()&EAJ_THIRDMASK)==EAJ_RUNE_KNIGHT) { set .@i, select("Green:Brown:Gray:Blue:Red"); setdragon .@i; } else setriding; } else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear; else { message strcharinfo(0),"You do not meet requirements to rent."; end; } specialeffect2 EF_TEIHIT3; end; } But this is a knowledge I want to change the wolf to another monster Edited March 22, 2018 by mohamednagebb But this is a knowledge I want to change the wolf to another monster Quote Link to comment Share on other sites More sharing options...
0 mohamednagebb Posted March 22, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 02/09/18 Last Seen: May 1, 2018 Author Share Posted March 22, 2018 (edited) 17 hours ago, hendra814 said: try this prontera,124,201,1 script Universal Rental NPC 726,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; } else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) { if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) { if(select(" ~ Falcon: ~ Warg")==1) setfalcon; 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")) { 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") && !checkwug()) setfalcon; else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) { if ((eaclass()&EAJ_THIRDMASK)==EAJ_RUNE_KNIGHT) { set .@i, select("Green:Brown:Gray:Blue:Red"); setdragon .@i; } else setriding; } else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear; else { message strcharinfo(0),"You do not meet requirements to rent."; end; } specialeffect2 EF_TEIHIT3; end; } 18 minutes ago, mohamednagebb said: But this is a knowledge I want to change the wolf to another monster how can to make This plaze help 18 minutes ago, mohamednagebb said: But this is a knowledge I want to change the wolf to another monster how can to make This plaze help Edited March 22, 2018 by mohamednagebb Quote Link to comment Share on other sites More sharing options...
0 hendra814 Posted March 23, 2018 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 7 hours ago Share Posted March 23, 2018 8 hours ago, TheDerpySupport said: Why are you quoting me? lol The OP wants to replace the griffin that the Royal Guard rides with something else Sorry my mistake. 5 hours ago, mohamednagebb said: i think just change the sprite name in your data folder or your custom grf but you must have the sprite file first. what i know is gunslinger mount, someone shared sprite file for that job using motorcycle instead of peco2 Quote Link to comment Share on other sites More sharing options...
0 mohamednagebb Posted March 23, 2018 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 26 Reputation: 0 Joined: 02/09/18 Last Seen: May 1, 2018 Author Share Posted March 23, 2018 On ٢٢/٣/٢٠١٨ at 4:09 AM, hendra814 said: try this prontera,124,201,1 script Universal Rental NPC 726,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; } else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) { if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) { if(select(" ~ Falcon: ~ Warg")==1) setfalcon; 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")) { 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") && !checkwug()) setfalcon; else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) { if ((eaclass()&EAJ_THIRDMASK)==EAJ_RUNE_KNIGHT) { set .@i, select("Green:Brown:Gray:Blue:Red"); setdragon .@i; } else setriding; } else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear; else { message strcharinfo(0),"You do not meet requirements to rent."; end; } specialeffect2 EF_TEIHIT3; end; } I want a change mount wolf or paco2 to monster for example Atroce 1785 Quote Link to comment Share on other sites More sharing options...
-1 hendra814 Posted March 22, 2018 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 1281 Reputation: 170 Joined: 06/12/12 Last Seen: 7 hours ago Share Posted March 22, 2018 17 minutes ago, TheDerpySupport said: This would require you to completely remake the mounted class sprite. try this prontera,124,201,1 script Universal Rental NPC 726,{ if (ismounting()) { message strcharinfo(0),"You must first remove your mount."; end; } else if (((eaclass()&EAJ_THIRDMASK)==EAJ_RANGER) && !countitem(6124)) { if (!checkfalcon() && getskilllv("HT_FALCON") && !checkwug()) { if(select(" ~ Falcon: ~ Warg")==1) setfalcon; 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")) { 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") && !checkwug()) setfalcon; else if (!checkriding() && !checkdragon() && getskilllv("KN_RIDING")) { if ((eaclass()&EAJ_THIRDMASK)==EAJ_RUNE_KNIGHT) { set .@i, select("Green:Brown:Gray:Blue:Red"); setdragon .@i; } else setriding; } else if (!checkmadogear() && getskilllv("NC_MADOLICENCE")) setmadogear; else { message strcharinfo(0),"You do not meet requirements to rent."; end; } specialeffect2 EF_TEIHIT3; end; } Quote Link to comment Share on other sites More sharing options...
Question
mohamednagebb
hiiiiiiii can you help me
How to change a dragon another monster I mean to change the monster ride like the character of the royal guard to another monster
I'm sorry I'm in English
nop
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.