mervz02
Members-
Posts
10 -
Joined
-
Last visited
mervz02's Achievements
-
Hi, i would like to create or add custom skills for specific job like NPC Skill Earthquake for Wizard for example he/she can use it in Holy Cross for Guillotine Cross Increase Iron Fist once job is in shura how to do it? thank you in advance
-
Hi, Would like to know where can i edit my here in my rathena suddenly stalker class can dual weild and have cart. that cause error. please help me.
-
Request for On Char Login Daily Mission Quest/Hunting Mission
mervz02 posted a question in Script Requests
Hi, I would like to request a script for my upcoming server. upon login of the character, automatic popup all quest available and automatic completion and receiving of the item reward upon completion of the quest using Journal Quest or Alt+u of the user thanks in advance -
Loop Special effect on when card is Compounded on Item
mervz02 replied to mervz02's question in Script Requests
Thank you sir. will try it.. -
Loop Special effect on when card is Compounded on Item
mervz02 replied to mervz02's question in Script Requests
Thank you Emistry for the documentation i need. i will read it soon but for now i need specific script. for the server im developing.. because im lacking out of time. thank you -
Hi Rathena im trying to develop a customize 3rd job skills. any suggestions and guide how to make this happen like NPC_Earthquake skill on Mage.. the eathena thread is no longer available please help me. thank you
-
Hi Rathena, may i request a script. that trigger Special Effect when the card is compound on the item. and it loops ever 1.5 Sec. i already made script but only on equipped item only works but only works on item. i want it on Cards also when i compound the cards to weapon and equiped it will trigger the specialeffect here is my script : while(isequipped(1309)) { specialeffect2 487; sleep2 1500;} Thank you in Advanced
-
How to remove 3rd Job Skill in Skill Tree
mervz02 replied to mervz02's question in Client-side Support
I Already removed it at the skilltreeview in lua files but and in skilltreedb. but it still apears in my skill view. i want to remove it totally. even the images. although its disable in my skills. -
I want to remove the 3rd job skills from my skill tree so that i can add other skill to it. as seen in the picture i want to remove all of that. i tried skill_db and skill_tree but it just disable the skills and make it Passive. but i want is to remove totally the skill. thank you.