Jump to content

iPrez

Members
  • Posts

    78
  • Joined

  • Last visited

Posts posted by iPrez

  1. Asura damage can be adjust in src folder. look for battle.c and look for this

     

     

    case MO_EXTREMITYFIST:
                        {    //Overflow check. [skotlex]
                            unsigned int ratio = skillratio + 70*(8 + sstatus->sp/10);
                            //You'd need something like 6K SP to reach this max, so should be fine for most purposes.
                            if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased.
                            skillratio = (unsigned short)ratio;
                            status_set_sp(src, 0, 0);

     

    2. Hp of LK and paladin are too low ? You can change it to db/Job_db1.txt

     


     

  2. first edit your clientside , look foritemslotcounttable.txt and open it and then ,add the item number of your item

    for example Lord Kaho horn

    5013#1# <------------------- 1 = the number of slot

    and then save it :)

    make a patch!

    Second , go to your item_db :D

    edit 0,0xFFFFFFFF <------------ the first 0 = the number of slot.

    and then save .

    type @reloaditemdb or restart your server.

×
×
  • Create New...