Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. any other way?
  2. i'm still wondering if this is possible?how can i enable pvp even we are on the same guild?thanks in advance.
  3. every time a make a backup the sql backup become bigger and bigger. i just want to delete the atcommandlog and picklog on the database. thanks.
  4. try to change your packet_db to packet_ver: 28
  5. try this if will work. try.rar
  6. what client version are you using?and it looks like your accessoryid and accname is outdated.
  7. 3216
  8. http://rathena.org/board/topic/68308-fluxcp-renewal/
  9. can you make a screenshot of that item?
  10. try to put a screenshot of you error.since you are using an old version of client.
  11. update your client. you use Ragray. ragray is no longer supported some renewal features. try to use miruku client instead of ragray.
  12. on your config\application.php put // at the front of 'changesex' => 'Change Gender', // 'changesex' => 'Change Gender',
  13. if you are using your localhost. try to put a clientinfo.xml on your data folder. then try to make a shortcut of your Fioere Ragnarok Online. then on the shortcut icon. simply right click then add this at the end of the target. /account:clientinfo.xml it will now read first your clientinfo.xml on your data folder before it reads your grf. and if you want to use your grf. make it sure that you put the correct ip there. since you are using the latest version. some of the new client. only reads grf files not on your data folder.
  14. just try to add this. M_Save: savepoint "your map",x,y; callfunc "F_KafEnd",0,1,"in the your map"; } M_Save: savepoint "prontera",156,172; callfunc "F_KafEnd",0,1,"in the city of Prontera"; this save point is located at the center of Prontera.
  15. thanks for this.
  16. oh ok thanks.
  17. @Euphy i use you woe controller. and i follow the instruction?but im still wondering why there is no treasure chest respawn?how can i set it automatically respawn every 12am. thanks in advance.
  18. if you want to make your votes converted to cash points or kafra points. you must set this to true. 'ChangeToCashPoints' => true, and don't forget to change this also. 'ChangeToCredits' => false,
  19. if you are using 20110810. you should also use the older version of option.lua. you should use the same version for your client.
  20. the error is on the screenshot. the stats is more consumable now. the max level on his server is 255.
  21. it is not the problem. the problem there if your server set to renewal setup. try to look at the forum first before you make another post. there is already a topic regarding on your problem. try to follow this. this is the solution for your problem. http://rathena.org/board/topic/64923-stat-points-cost-per-stat-point-problem/
  22. 3164
  23. eathena doesn't support renewal features.
  24. the use of atcommand_athena.conf is to make an alias on an existed commands. kill: ["die"] kill is already added on the commands. but if you want to make a custom command. like dead you will add it there instead of making a new entry. kill: ["kill", "dead"] so you can now use @dead.
  25. Brynner

    How?

    at your mmo.h //Max number of characters per account. Note that changing this setting alone is not enough if the client is not hexed to support more characters as well. #define MAX_CHARS 9 //Number of slots carded equipment can have. Never set to less than 4 as they are also used to keep the data of forged items/equipment. [skotlex] //Note: The client seems unable to receive data for more than 4 slots due to all related packets having a fixed size. #define MAX_SLOTS 4 define max_chars 9 which means 1-3 page.
×
×
  • Create New...