Jump to content

JayPee

Members
  • Posts

    633
  • Joined

  • Last visited

Everything posted by JayPee

  1. Try this. - script StatReset -,{ OnPCLoginEvent: query_sql("SELECT account_id FROM `char` WHERE str>=250 || agi>=250 || dex>=250 || luk>=250 || vit>=250 || int>=250 AND char_id='"+getcharid(0,strcharinfo(0))+"'",@account_id); if(getarraysize(@account_id)>0) resetstatus; end; }
  2. can you post your problem?
  3. I try to change server from 3ceam to rathena there is only little difference in SQL tables i think its just a column I forgot what it is but you can manually add it if does report an error.
  4. Refer here: @go
  5. goto src/map/config/Renewal.h and set this #define RECASTING 1 to #define RECASTING 0 then you can set the Dont forget to recompile your server
  6. You can do it manual by using @agitstart and @agitend. But if you want to automatically start and end woe you need to apply a woe script which has a timer you can use this http://rathena.org/board/topic/57377-toastys-woe-controller/
  7. is mysql running in your windows services?
  8. siguraduhin mong ang database na iniligay mo sa inter_athena.conf ay existing at lahat ng tables na nasa sql-files folder ng iyong svn ay nakaimport.
  9. did you try @guild "GuildName" with double quote?
  10. can you post your char_athena.conf, login_athena.conf and map_athena.conf
  11. in script just set #CASHPOINTS,0; it will delete the #CASHPOINTS for a specific account
  12. where you host the CP?
  13. you did not import the sql files which can be found @ sql-files folder inside your server files. Base on the screenshot you did not import item_db_re.sql item_db2.sql mob_db.sql mob_skill_db.sql mob_skill_db2.sql which all of them can be found @ sql-files folder
  14. By looking at the Wiki and understanding the syntax. Looking others script and practice
  15. i think you should be using mysql_fetch_array($result);
  16. try to turn off your firewall in windows or iptable in linux. I think its a port problem
  17. Lua error try putting a lua version that is before or equal to your client date
  18. did you install all the prerequisites before compiling and i dont know if i remember it right i think its make sql plugins
  19. Im not sure If I remember it right, I experienced it when I made changes with the server configuration so the solution I made is to reconfigure again the server.
  20. try to drop cp_ tables in your database and clear data/tmp/ in your fluxcp folder
  21. index.html is just a to prevent viewing of other files. since index.php is the default page when you did not specify the page in the url. All the design editting falls under themes/yourthemeuse/header.php and themes/yourthemeuse/footer.php and if you want to edit a specify area you can find them at themes/yourthemeuser/modulesunderit/filename.php
  22. you need to edit the header and footer in your themes/nameofthemeuse/header.php and footer.php
  23. clean url is like this: http://www.myfluxro.com/news/ - i dont know how this works in fluxcp this is the common url: http://www.myfluxro.com/index.php?module=cms - if your using this type of url you dont need to edit anything stated in the known issues
  24. Please dont use my vote for points system anymore since It has more bugs. I havent started fixing the bugs yet due to my other work
  25. I think its not possible in fluxCP, my guess you will need a custom control panel for that.
×
×
  • Create New...