Recent content by madtoyz

  1. M

    How to do SPR,ACT items and others

    Anyone can teach or do the guideline how to make own SPR,ACT for items,etc or else ? Because i want to try make own book.Before this i see etc for "Death Note Book" like this. So how to make it like that ?
  2. M

    Hunting Quest.

    How to do quest that hunting monster. example. npc will asking player to kil 100 orc warrior. then will popup 1quest mission (alt + U) after finish kill monster,talk to npc back and the npc will giving prize items
  3. M

    How to reset castle

    How to reset castle ?
  4. M

    How to disable cool down on Inspiration skill

    How to disable cool down on Inspiration skill im i correct ? db/re/skill_cast_db.txt //-- LG_INSPIRATION2325,2000,2000,0,30000:45000:60000:75000:90000,0,540000:480000:420000:360000:300000,1000 change become like this ? //--...
  5. M

    Change Cash Point by Happ5 become unlimited exchange

    How to make this script can exchange any ammount player want. 100 poring coin = 30 cashpoint. //===== eAthena Script =======================================//= Cash Point Exchanger//===== By: ==================================================//= Happ5//===== Current Version...
  6. M

    how to add this effect on script item_db2 ?

    Reduce damage taken from DemiHuman monster by 10%..Add a chance of auto casting Level 1 Safety Wall when dealing physical damage(0.02%).Allstat +3..str more than 100(without modifier) add damage/attack 20% Increases physical attack against DemiHuman monster by 15%..Receive Physical Damage From...
  7. M

    specialeffect2 "LK_BERSERK",1;

    function script Henshin { set @sr,1; specialeffect2 EF_HEAL; specialeffect2 EF_POTION_BERSERK; specialeffect2 "LK_BERSERK",1; unittalk getcharid(3),"Henshin!!"; disguise 1785; percentheal 100,0; sleep2 10000; undisguise; set @sr,0; end;} im i correct do...
  8. M

    request Berzebub card only fully reduce variable cast time

    "cast time got 2 type, variable time and fixed cast time some skill with fixed cast time is impossible uncast with normal variable cast time reduction like berzbub card, dark illusion,clock tower manager,normal high wizard mobs warlock all skill is with fixed cast time, no uncast will not easily...
  9. M

    S Grade Coin Bag&Advanced Weapons Box item problem

    When player click the items,its null.no nothing. item_db.txt 12616,S_Grade_Coin_Bag,S Grade Coin Bag,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ getrandgroupitem 12616,1; getrandgroupitem 12616,1; getrandgroupitem 12616,1; },{},{}     item_db.txt 12623,Advanced_Weapons_Box,Advanced Weapons...
  10. M

    about Energizing Potion and Greater Agimat of Ancient Spirit

    In item_db.txt dont have any description script. Can help me build it ? 12404,Acti_Potion,Acti Potion,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} 12775,Ancient_Spirit_Amulet,Ancient Spirit Amulet,2,20,,600,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} 14600,Mental_Potion,Mental...
  11. M

    How to disable certain skills time WOE

    How to disable certain skills time WOE ?.. example : disable skill Body Relocation
  12. M

    How to make Egg scroll ?

    refer : http://ro3.gameflier.com.my/index.php?select=mall&id=720 How to make Egg scroll ?
  13. M

    Setup Satan Catcher Event by Karul, make it auto event.

    Which part i need to writedown the OnClock in this script ? //Made by Karul//==========Start/Announcer NPCizlude,142,184,3 script Satan Catcher Event 793,{set .@name$,"^9932CC[Satan Catcher] ^000000";if(getgmlevel() < 80) { mes .@name$; mes "Sorry you are no Level 80 GM"; close; } else {...
  14. M

    damage spiral clashing using gigantic lance

    How to edit spiral clasing skill ? because when i test on gigantic lance,damage still same like normal spear. what i know is,more weight weapon more damage
  15. M

    How to make satan morocc but description mob copying poring ?

    How to make satan morocc but description mob copying poring ? Sprite Satan Morocc. Description is copy from monster Poring.
Back
Top