Jump to content

JayPee

Members
  • Posts

    633
  • Joined

  • Last visited

Everything posted by JayPee

  1. JayPee

    Custom txt db

    I always have that error so I ended up not updating the svn. I guess its better to have a custom txt db's for custom items and also for custom mobs
  2. i think its in the config folder i forgot the filename
  3. JayPee

    DDoS

    just log the IP and then block it
  4. try to turn on the error reporting at config/error.php this will give full detail of error. This might fix the problem Grant permission on your fluxcp address in your mysql use MySQL Bundle if your hosting at windows os if linux just google it.
  5. Is your firewall on? try to turn in off or add the ports in the exception list
  6. if they both run on the same computer your hostname should be localhost while your username can be root and password is the given password by your host or sometimes default password is root or blank. For the database its the database of your ro server currently use.
  7. It triggers when a player uses @die but iam not sure if the killerrid value is the account id of the @die user or the equal to 0
  8. You need to edit your experience table in your db/re/exp.txt. wrong info
  9. what cp do you use and what hairstyle number it set when you reset? Try updating your data folder
  10. i think you must have a data folder since you need to store there some lua files i forgot what lua filenames are those but iam not sure if it is the hotkey lua.
  11. I tried to google and use the search function on how to add custom cart on both eathena and rathena forums but no luck. I dont know where or what folders I will extract the custom carts i downloaded from the download section. Thanks in advance....
  12. you can use script then you will put less delay on the monster respawn.
  13. you will need to use tortoise to download the server
  14. ei did you import the logs.sql in your database and did you enter the right database access and name for logs?
  15. Can you check your map server it might report something such as unknown packet etc...
  16. What OS you use and can you post screenshots?
  17. @Fibonacci do you use @ I guess if you increase the value of the config you need to edit also your styler script hair and cloth range
  18. Did you check the Map server may its not running properly
  19. you dont need the .png from the image link Try this:
  20. you can try this: http://rathena.org/board/topic/56268-fluxcp-easy-server-status-customization/ just reply if you dont understand it.
  21. plugin ba ito? pede ko bang malaman kung saan mo naDL para makita ko ang code
  22. the function does not exist maybe you got a incomplete fluxcp copy
  23. you dont need to recompile your server when editting in db folder maybe your using SQL db files and also use @reloadmobdb for reloading mob database and @reloaditemdb for reloading item database
  24. Sorry its not || its OR - script StatReset -,{ OnPCLoginEvent: query_sql("SELECT account_id FROM `char` WHERE (str>=250 OR agi>=250 OR dex>=250 OR luk>=250 OR vit>=250 OR int>=250) AND char_id='"+getcharid(0,strcharinfo(0))+"'",@account_id); if(getarraysize(@account_id)>0) resetstatus; end; }
×
×
  • Create New...