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. 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.
  3. 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
  4. 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/
  5. is mysql running in your windows services?
  6. 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.
  7. did you try @guild "GuildName" with double quote?
  8. can you post your char_athena.conf, login_athena.conf and map_athena.conf
  9. in script just set #CASHPOINTS,0; it will delete the #CASHPOINTS for a specific account
  10. 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
  11. By looking at the Wiki and understanding the syntax. Looking others script and practice
  12. i think you should be using mysql_fetch_array($result);
  13. try to turn off your firewall in windows or iptable in linux. I think its a port problem
  14. Lua error try putting a lua version that is before or equal to your client date
  15. did you install all the prerequisites before compiling and i dont know if i remember it right i think its make sql plugins
  16. 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.
  17. try to drop cp_ tables in your database and clear data/tmp/ in your fluxcp folder
  18. 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
  19. you need to edit the header and footer in your themes/nameofthemeuse/header.php and footer.php
  20. 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
  21. 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
  22. I think its not possible in fluxCP, my guess you will need a custom control panel for that.
×
×
  • Create New...