Search results

  1. S

    How secure will my server be?

    Hi, If I enable PacketObfuscation, MD5 Hash, SecureGRF, Embedded Data.ini Will my server still have exploits? What are those and how to prevent them?
  2. S

    Modifying duration og FCP and FullStrip

    Full Chemical Protection and Full Strip. I want to reduce the duration of these skills during WoE. Lets say during WoE it's normal duration then non-woe hours they're reduced to half or less. I found out my answer on how to reduce the duration in skill.c skilltime. Now my problem is how to...
  3. S

    OnBuyItem

    Hi, I just want to know how OnBuyItem works, and is it possible to do this -Select items from CustomDB to put in TempVarArray[0] -Show TempVarArray[0] in shop -Use OnBuyItem to delete the TempVarArray[0] in RagnaDB -Player gets the item Note: Item can be anything eg. +7 Sword [Hydra]...
  4. S

    Storage Separation

    Hi, I want to know where to edit sorting of items. Lets say SELECT * FROM `storage` WHERE `account_id` = 2000001 AND `group` = 1; I'll be adding group. Basically, when a player's character is in group 2 and use @storage, storage will not show items from group 1. Its like characters won't...
  5. S

    Trans and 3rds Cast Time Separation

    int fixed = 0, fixcast_r = 0, varcast_r = 0, i = 0;//down a bitif(sd->class_&JOBL_THIRD) { fixed = skill->get_fixed_cast(skill_id, skill_lv);}if( fixed == 0 ){ if(sd->class_&JOBL_THIRD) { fixed = (int)time * 20 / 100; // fixed time time = time * 80 / 100; //...
Back
Top