Jump to content

iraciz

Members
  • Posts

    562
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by iraciz

  1. iraciz

    Item Changer.

    multy currency u say? thats is so ugly.
  2. iraciz

    Refiner NPC

    This one may be of your interest too JUST REPLACE WITH THIS // Ori/Elu Functions //============================================================ function script orimain { if (checkweight(1201,1) == 0) { mes "- Wait a minute !! -"; mes "- Currently you're carrying -"; mes "- too many items with you. -"; mes "- Please try again -"; mes "- after you loose some weight. -"; close; } mes "[" + getarg(0) + "]"; mes "I can purify your"; mes "Rough Oridecons or"; mes "Rough Eluniums. I'll need"; mes "5 Rough Stones to make"; mes "1 pure one for you."; next; switch(select("Make Oridecon:Make Elunium:Ask about Enchanted Stones")) { case 1: if (countitem(756) > 4) { mes "I can make ^FF0000" + countitem(756)/5 + "^000000 Oridecon"; mes "from your ^0000FF" + countitem(756) + "^000000 Rough Oridecon."; if (select("Yes","No") == 1) { set .@ori,countitem(756)/5; delitem 756, .@ori * 5; //delete the rough oridecons getitem 984, .@ori; //get oridecons mes " "; mes "Here's your Oridecon!"; } close; } else { mes "[" + getarg(0) + "]"; mes "You're kidding me, right?"; mes "I just told you that I need 5 Rough Oridecons to make a pure Oridecon."; close; } case 2: if (countitem(757) > 4) { mes "I can make ^FF0000" + countitem(757)/5 + "^000000 Elunium"; mes "from your ^0000FF" + countitem(757) + "^000000 Rough Elunium."; if (select("Yes","No") == 1) { set .@elu,countitem(757)/5; delitem 757, .@elu * 5; //delete the rough eluniums getitem 985, .@elu; //get eluniums mes " "; mes "Here's your Elunium!"; } close; } else { mes "[" + getarg(0) + "]"; mes "You're kidding me, right?"; mes "I just told you that I need 5 Rough Eluniums to make a pure Elunium."; close; } case 3: mes "[" + getarg(0) + "]"; mes "Enchanted Stones...?"; mes "I've been a stonesmith for 20 years, so I've heard a lot about them. Supposedly, there are"; mes "four different kinds."; next; mes "[" + getarg(0) + "]"; mes "Each Enchanted Stone possesses one of the following elemental properties: Earth, Wind, Water and Fire."; next; mes "[" + getarg(0) + "]"; mes "If someone combines a Enchanted Stone with a weapon while smithing, that weapon will possess the same property as the Stone."; next; mes "[" + getarg(0) + "]"; mes "Needless to say, you need to have some smithing skill to produce this kind of elemental weapon."; close; } }
  3. Damm, so sorry so sad! what about the perma endure on mvps? I used to lock a little bit or slow down minis like valkrie, kasas and salamanders by spamming double straffing but now, different story
  4. is there any existing script that open a slot to save your hairstyle or cloth color?
  5. Hi everyone! I really need to know how can I get the old inventory window Actually I am running the rathena 2012-04-10 and this is what I got! is impossible to drag the border of this window in order to minimize it. A guide or any Kind of help will I be pleased to have!
  6. thanks dear Euphy! this one is usefull it looks more like a shop, than a npc that paint your horns but still been functional for the purpose
  7. { if(BaseJob==Job_Sniper) skill "ASC_EDP",5; if(BaseJob==Job_Gunslinger) skill "ASC_EDP",5; },{},{} I hope any sniper or gunz in my server realize that the stop post grants edp lvl 5 hhahaha...
  8. Hello everyone! I´m requesting a script npc that allow me to change the color of my large baphomet horns I alredy add the customs in the db, and those are working perfecty. just need a hand in the creation of the npc, am using rAthena sql. 2012 04 10 there you go my customs custom HATs in my db required dyestuffs required zeny 29000 black bahomet horns id 983 (black) 1,000 000 29001 blue bahomet horns id 978 (cobalt) 1,000 000 29002 cyan bahomet horns id 982 (white) id 978 (cobalt) 1,500 000 29003 gold bahomet horns id 983 (black) id 982 (white) id 976 (lemon) 2,000 000 29004 green bahomet horns id 979 (darkgreen) 1,000,000 29005 purple bahomet horns id 981 (violet) 1,000,000 29006 red bahomet horns id 975 (scarlet) 1,000,000 29007 white bahomet horns id 982 (white) 1,000,000 29008 pink bahomet horns id 975 (scarlet) id 981 (violet) id 982(white) 2,000,000 29009 orange bahomet horns id 980 (orange) 1,000,000 and the required hat of course itemID# 5518 Large Baphomet Horns this is the beginning of my script thats it, I know that is a lot of job, to do whit 9 diferent hats buy is really hard for me thanks in advance
  9. this looks hard but no impossible
  10. iraciz

    MvP Rank

    WOOOOWWW. AWESOMMEEE DUDE!! THANKSSS RCharles
  11. iraciz

    R> Mvp Ladder

    is not working, sorry! I cant even see the npc
  12. iraciz

    MVP Rank

    The npc display option for 4 positions but only show the person in the first one For example if i kill 4 mvps after another player, who killed 3, the other player must be now in second place. But they don´t swap positions,. I took that position, and the other 4 positions remainings still in blank sorry for my bad english
×
×
  • Create New...