Jump to content

Akbare

Members
  • Posts

    491
  • Joined

  • Last visited

  • Days Won

    4

Community Answers

  1. Akbare's post in pet_mob.kName fluxcp error was marked as the answer   
    I'm sure import all the sql files, or maybe you can tell in which file
     
     
    SOLVED:
    i'm use old rAthena sql
  2. Akbare's post in RixSquirrel_10 error was marked as the answer   
    try move to other drive  to C
  3. Akbare's post in RixSquirrel_10 error was marked as the answer   
    try move to other drive  to C
  4. Akbare's post in RixSquirrel_10 error was marked as the answer   
    try move to other drive  to C
  5. Akbare's post in How to add ocp box to cash shop? was marked as the answer   
    just input item ID to db/import/item_cash_db.txt
  6. Akbare's post in error: MySQL not found or incompatible Centos 8 was marked as the answer   
    try :
    yum install -y mysql-devel pcre-devel zlib-devel  
  7. Akbare's post in Item recipe to craft items, like other MMORPGS was marked as the answer   
    try it
     
    item_db.txt
    618,Worn_Out_Scroll,Worn Out Scroll,2,10000,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "callscroll"; },{},{}  
    npc
    function script callscroll { if(countitem(1155) < 1 || countitem(1037) < 250 || countitem(1036) < 100) goto L_NOITEMS; getitem 1160,1; //(Broad_Sword) mes "Sword Craft"; close; L_NOITEMS: mes "item not completed"; getitem 618,1; //worn out scroll close; }  
    change ID item with your itemID
  8. Akbare's post in need help to change in agit_controller.txt was marked as the answer   
    change in agit_main.txt
    line 145
  9. Akbare's post in Rejected from Server (3) new here !? was marked as the answer   
    disable PACKET_OBFUSCATION
    src/config/core.h
     
    line 100 change to
    //#define PACKET_OBFUSCATION don't forget to recompile ur server
  10. Akbare's post in head gear going to the consumables/healing section in alt+E was marked as the answer   
    change your item_db to new file
  11. Akbare's post in Iteminfo.Lua was marked as the answer   
    just convert a custom text items, delete items of text in all official idnum 
    and use a maximum of 200 items to converting 
    do all of this on all items
  12. Akbare's post in help me in installing flux and allowing phpmyadmin to connect was marked as the answer   
    create host access privilleges IP webhost <-->server[VPS]
×
×
  • Create New...