-
Posts
544 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by iraciz
-
I hope you can help me to finish it please deny the enchant if you are not wearing the sunglasses new_4-2,83,115,4 script Bling 100,{ set [email protected],1000000; if(Zeny<[email protected]){mes "Im sorry but you dont have enough zeny to enchant this."; next; mes "if you are interested in my job"; mes "please bring more zeny."; close;} mes "Hi, you are here"; next; mes "I can enchant your sunnglasses whit a marvelous gem"; mes "with this gem you will be able to unlock a skill"; mes "and use it anytime you want, remebr to keep equiped your sunglasses"; next; mes "the skill gained will depend on your job"; mes "the gainend skill can vary depending on it, thats why diferent jobs gain different skills "; next; mes "Do you wnbt ton enchant your sunnglasses?"; next; switch (select("Enchant Sunglasses:Not for now")) { case 1: mes "Am glad you wish to do this"; mes "ok, Let it Rip Bro!"; next; if(!countitem(2202)){ mes "ehhh wait a minute dude"; mes "Cant work with this"; next; mes "Please come back"; mes "when you have a sunglasses[1] equiped."; close; } set Zeny,[email protected]price; if(getequipid(9)==2202){ [email protected] = getequipid(9); [email protected] = getequiprefinerycnt(9); [email protected] = getequipcardid( 9, 0 ); [email protected] = getequipcardid( 9, 1 ); [email protected] = getequipcardid( 9, 2 ); [email protected] = getequipcardid( 9, 3 ); progressbar "ffff00",4; delitem2 [email protected], 1, 1, [email protected], 0, [email protected], [email protected], [email protected], [email protected]; specialeffect2 101; getitem2 [email protected], 1, 1, [email protected], 0, [email protected], [email protected], [email protected], 4848; equip [email protected]; mes "there you go!"; next; mes "here, a coupla mob to try your new skills"; next; atcommand "@monster 1031"; atcommand "@monster 1002"; atcommand "@monster 1062"; atcommand "@monster 1113"; atcommand "@monster 1242"; close; } case 2: // not for now mes "Ok I got it?"; mes "if you change your mind remember"; mes "to equip your sunnies and talk to me!"; close; } // End switch end; }
-
It´s Almost done friend. now the last thing we must do is to deny the enchant when you have not equipped the sunglasses [1] because, he charges the 1m if you have sunglasses in the inventory, but he doesnt enchant it. I hope you understand me, sunglasses must be equipped, otherwise, NPC still reads the ID but in the inventary, still charging the 1m but no enchant.
-
yess, this one works I will try to edit this one , because it takes money from you even if you dont have the required gear in your inventory.
-
sorry but your script is not working in my server thanks
-
hello I need a NpC Script to enchant just my slotted sunglasses id(2202) with the item ID# 4848 for a price of 1,000,000 I rather the gem to be placed in the fourth hidden slot of the sunglasses
-
solo pones un cero en esta linea set .ThirdClass,0; // Enable third classes? (1: yes / 0: no) ese es el npc custom esta en rAthena/npc/custom/jobmaste.txt
-
I think you should give more info about your custom hats, at least the three IDS of each hat
-
multy currency u say? thats is so ugly.
-
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 [email protected],countitem(756)/5; delitem 756, [email protected] * 5; //delete the rough oridecons getitem 984, [email protected]; //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 [email protected],countitem(757)/5; delitem 757, [email protected] * 5; //delete the rough eluniums getitem 985, [email protected]; //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; } }
-
Is there any existing way to get the! old window inventory
iraciz replied to iraciz's question in General Support
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 -
is there any existing script that open a slot to save your hairstyle or cloth color?
-
Is there any existing way to get the! old window inventory
iraciz posted a question in General Support
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! -
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
-
{ 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...
-
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
-
this looks hard but no impossible
-
WOOOOWWW. AWESOMMEEE DUDE!! THANKSSS RCharles
-
is not working, sorry! I cant even see the npc
-
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