Search results

  1. 1

    quest reward question

    hello ALT+U Where can I set up a reward field within a quest? There is no column to set rewards in quest_db. Does anyone know how to set up the reward field?
  2. 1

    random item option system

    hello I am currently writing this script. This is a system that allows you to add desired options to 5 slots of all items. but i have this script I would like to modify it so that only the weapon can be given the desired option with one slot. Advice from seniors please. thank you...
  3. 1

    World Drop Cash script

    hello, this is rathena script -    script    cash    -1,{     end; OnNPCKillEvent:     if(getcharid(1))     {       addrid(2,0,getcharid(1));     } if(getmonsterinfo(killedrid,MOB_LV) >= 1)  {     if (rand(10000) <= 100) getitem 6623,1; // 100% 확률 하급마력석     if (rand(10000)...
  4. 1

    ASC_EDP 적용/미적용 질문

    There ASC_EDP create a card writing Asura Strike is ridiculously 'd like to apply deadly poison How do I modify the source ? There ASC_EDP create a card writing Asura Strike is ridiculously 'd like to apply deadly poison How do I modify the source ?
Back
Top