-
Posts
562 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by iraciz
-
finally
-
sir emistry have submit a report. Why are you taking it personal? I tried the same script and I had the same problem the mobs do not dissapear after 1 minute. thats the reason I said thats strange so stop expecting things about me that you dont know
-
Map server compilation error that is not working now I mess up my server thank you so much I will try to find solution in other forums I am running revision 20120410 rAthena Make Failed @Commands Say Invalid simple as that! When a /Command is entered wrong, there is an "Invalid Command" message. Do this work for @Commands too? Not everyone needs to see my typos. ): if you agree! I know the embarresment of that. can U ShARE YOUR ATTCOMMAND SOURCE FILE? I you say that for what reason I am still watching this?
-
thats strange
-
I want to display INVALID COMMAND when i missspell some words of the command but the char just type it on the screen and that is so embarrasing how can I fix that?
-
hi I need a script to cast the star_gladiator skill "warmth of the sun" This Examples are working properly in a script: sc_start SC_LOUD,2000000,1; sc_start SC_CONCENTRATE,2000000,10; sc_start SC_RUWACH,2000000,1; sc_start SC_SIGHT,2000000,1; but I really need to find out this one
-
I´m requesting a script npc that allow me to change the color of the large baphomet horns I alredy created the customs headgears in the db, and those are working perfecty. just need a hand in the making of the npc I DON´T WANT QUEST SHOPS, or Dynamic shops I need a NPC that can display a menu of the aviable clolors and the dyestuffs you need in order. to exchange if anyone by casuality have in hand a feather beret colorer npc, or ganster scarf colorr npc this will come in handy so I can look the script and customize it to work with mu large bph horns thanks in advance 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
-
ok, give me a feedback if that solved your issue
-
Lol not custom at all the gem really exist in itemdb.txt is the id 4848 I only replaced the slot to be compounded from armor, to headgear
-
I need to change that because my server in runing pre renewal mode and I did not implement third classes I dont want to use other client, there must be something I can change in the source
-
please I need help MvPs are currently not stoping the whole damage animation it looks like they have endure forever, or even worst, they come at you even faster with each hit for example sniping an Atroce or a Valkyria, Kasa, salamander mobs like mvp or minibosses won´t stop the enemies. look this http://www.youtube.com/watch?v=Hw5XXsRdpm8 show me a way t change this in to the one before
-
yes you do because I am using a custom gem
-
damm, he pasted the whole thang
-
cleaning room is not a good choice because other chars can do the same while you figth a mob. I will give this one to you this is my deadbranch healer, I hope you like it, and good luck traducing it because is in spanish of coures it does, because i am from panama hehahaha. //===== eAthena Script ======================================================================= //= Script Dedbranch HEaler //===== By: ================================================================================= //= Iraciz //========================================================================================== prontera,153,187,5 script Vigilante 939,{ if(gettimetick(2) < variabletiempo) { npctalk "Espera, aun estoy recargando mi habilidad.!"; close; } //Variables set @effect, 0; // 0 para desabilitar los effecto si da lag set @heal, 1; // 0 para que no cure sc_end SC_Poison; sc_end SC_Silence; sc_end SC_Blind; sc_end SC_Confusion; sc_end SC_Curse; sc_end SC_Hallucination; sc_end SC_SILENCE; sc_end SC_BLEEDING; sc_end SC_POISON; sc_end SC_CURSE; sc_end SC_ORCISH; sc_end SC_CHANGEUNDEAD; sc_start SC_SpeedUp1,15000,10; sc_start 32, 240000, 10; // Increase Agi sc_start 30, 240000, 10; // Blessing sc_start SC_KAIZEL,2000000,7; sc_start SC_INCCRI,10000,7; sc_start SC_INCHIT,10000,10; sc_start SC_INCFLEE2,10000,20; sc_start SC_INCFLEE,10000,30; sc_start SC_INCSTR,10000,2; sc_start SC_INCINT,10000,2; sc_start SC_INCAGI,10000,2; sc_start SC_ATKPOTION,10000,20; sc_start SC_MATKPOTION,10000,20; sc_start SC_SAVAGE_STEAK,10000,20; sc_start SC_STRFOOD,10000,10; sc_start SC_DROCERA_HERB_STEAMED,10000,20; sc_start SC_AGIFOOD,10000,10; sc_start SC_MINOR_BBQ,10000,20; sc_start SC_VITFOOD,10000,10; sc_start SC_COCKTAIL_WARG_BLOOD,10000,20; sc_start SC_INTFOOD,10000,10; sc_start SC_SIROMA_ICE_TEA,10000,20; sc_start SC_DEXFOOD,10000,10; sc_start SC_PUTTI_TAILS_NOODLES,10000,20; sc_start SC_LUKFOOD,10000,10; sc_start4 SC_L_LIFEPOTION,10000,-13,-20,0,0; atcommand "@spiritball 5"; atcommand "@raise"; if(@heal == 1) percentheal 90,100; specialeffect2 583; specialeffect2 589; specialeffect2 721; npctalk "Necesitare recargar despues de esto.!."; set variabletiempo, gettimetick(2) + 18; specialeffect 9; sleep2 18000; specialeffect 98; npctalk "Estoy listo!!.!."; specialeffect 721; close; }
-
Your problem happen at the moment you apply the Diff to your client you have to un-check the extended NPC dialog option and its done! I guess this happen ath the moment you talked to your first npc! well I hope this solution works to you, and then you can choose this one as the best answer
-
Thank you so much for your time. I will enjoy this right now is perfect, and I was waiting a couple weeks for this script. I will edit the rest, you now, 1m is cheap, but it was just to test the functions. is working pretty good if you still curious, this is the script of the custom gem i used to enchant the sunnglasses { if(BaseClass==Job_Blacksmith) skill "NC_AXEBOOMERANG",1; if(BaseJob==Job_Monk) skill "SR_SKYNETBLOW",1; if(BaseJob==Job_Priest) skill "AB_JUDEX",1; if(BaseJob==Job_Crusader) skill "LG_CANNONSPEAR",1; },{},{} and I will add other skills for each job. I do this because my server is not using third classes. is pre renewal but due to its difficulty I am doing this to make it a little more fun. thanks! this request is solved.
-
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 .@price,1000000; if(Zeny<.@price){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,Zeny-.@price; if(getequipid(9)==2202){ .@id = getequipid(9); .@ref = getequiprefinerycnt(9); .@card1 = getequipcardid( 9, 0 ); .@card2 = getequipcardid( 9, 1 ); .@card3 = getequipcardid( 9, 2 ); .@card4 = getequipcardid( 9, 3 ); progressbar "ffff00",4; delitem2 .@id, 1, 1, .@ref, 0, .@card1, .@card2, .@card3, .@card4; specialeffect2 101; getitem2 .@id, 1, 1, .@ref, 0, .@card1, .@card2, .@card3, 4848; equip .@id; 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