Jump to content

Shizofrenic

Members
  • Posts

    14
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Shizofrenic

  1. vesper noble robe and vorpal H. then u can - con without a big loss of hp/cp. about elegia i cant say anything, never had that set (too expensive where i play :D), but if it gives great amount of crt rate, it means you no need sword and can play blunt all time.

     

    Best guide: test various tactics and find your best. cuz different char set up - different tactics and equip.

    From description i guess you play in high rates server, so there is good conditions to test.

  2. On 2/26/2017 at 2:00 AM, valentin said:

    error minor enchant skill + sex change it does not take inventory item donate

     

    Sex change is not taking items just because this part is not logical. First you close game, after you try to destroy item :D

    814    activeChar.deleteMe();
    815    activeChar.sendPacket(LeaveWorld.STATIC_PACKET);
    816               
    817    if (!activeChar.destroyItemByItemId("Donate Star", itemid, ammount, activeChar, false))
    818         return;

     

     

    Fix:

    814   if (!activeChar.destroyItemByItemId("Donate Star", itemid, ammount, activeChar, false))
    815      return;
    816                
    817    activeChar.deleteMe();
    818    activeChar.sendPacket(LeaveWorld.STATIC_PACKET);

     

    • Haha 1
  3. On 2/8/2019 at 3:18 AM, boicho said:

    when you edit that file, OR ANY FILE THAT END OF .dat    you should finish the file with 1 empty line. Or u will take aways errors !

    but if you have this problem again, just download new patched system and copy/paste the files in the new one !

    yep, first time I didnt understand what is wrong :D

×
×
  • Create New...