Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. Go to domain.com/?module=pages and u can create page there. So just create page with path downloads. And also u can check this PR since this is the support for new formats db (YML) : https://github.com/rathena/FluxCP/pull/275
  2. Use this PR https://github.com/rathena/rathena/pull/5731
  3. I think the script should active for every minute 14 ? Whisper by GM Level 90 and above to activate it. OnWhisperGlobal: if( getgmlevel() < 90 ) end; OnMinute14: if( .Invasion ) end; set .Invasion,1; set .SelectedMap$,.Maps$[ rand( getarraysize(.Maps$) ) ]; switch( rand(4) ){ default: end; // MAX : ~64 Different Monster in each Cases( 1 BOSS + 63 Normal ) // Case <X>: Invasion( <BOSS>,<Amount>,<MOBID>,<AMOUNT>,....,<MOBID>,<AMOUNT> ); break; Case 0: Invasion( 1815,300 ); break; Case 1: Invasion( 1815,400 ); break; Case 2: Invasion( 1815,350 ); break; Case 3: Invasion( 1815,450 ); break; } initnpctimer; end;
  4. You can use converter csv2yaml.exe or files in tools. Or just edit it manually following the structure.
  5. because of your izlude map. use the renewal one izlude map or remove your izlude map from high priority grf.
  6. as it said, non existent item 'item id'. Make sure that itemid is exist.
  7. There is no cheap Gepard. Ask Functor directly or check at
  8. Try check your OngoingQuestInfoList is it have questid 21001 then. Btw.. I think System folder should be in 'System' folder ? Not in GRF.
  9. I think better you use code and paste in there rather than we need to download it.
  10. You might be interested by ClientSpriteCollection by Chris here : https://github.com/llchrisll/ClientSpriteCollection
  11. thats most probably because of your job_exp.txt. Try check your terminal when start server if there is any error log. Or check import job_exp.txt since import folder will be read at higher priority. and also make sure your client service_korea or service_usa in data\luafiles514\lua files\ MaxLevelTable already set correctly.
  12. Use kRO april 2020 and above also. Theres a lot of reason, maybe your grf or data files problem (lacking resources) or isnt supported by client.
  13. I think your client read sclientinfo.xml, not clientinfo.xml And since u said the translation issue, try to use Chris English Translation https://github.com/llchrisll/ROenglishRE
  14. you can give them specific restricted folder access and it doesnt need to be in npc/custom or scripts_custom. You can use @loadnpc npc/custom/bla3.txt or any path depends on the file/folder that you set. Also the same to remove the npc from loaded, @unloadnpcfile npc/custom/bla3.txt or any path depends on the file/folder that you set.
  15. 1. make sure you can access that IP/domain webserver. Try open it with your browser your file_url and also root_url. 2. try disable https or SSL (if its auto or u enable it) for the subdomain or path for thor web server data.
  16. Client side, translation. use Chris Renewal Translation English https://github.com/llchrisll/ROenglishRE
  17. Just make sure you're using Chris RE Translation. that would do. Read the tutorial in the Wiki section of Chris Github
  18. might be your data folder from your own GRF which have highest priority compare to rdata or data.grf make sure you have a good & suitable client files with client date. 2020 clients renewal can use Chris RE English Translation https://github.com/llchrisll/ROenglishRE
  19. 1. download your mapcache.dat in db/pre-re or db/re depends on your server setup (pre/renewal) 2. Use WeeMapCache, open mapcache.dat that you already downloaded, and extract izlude.gat from your GRF file (highest priority). 3. insert izlude.gat inside the WeeMapCache list and there will be notification do you want to overwrite the old one. Then proceed/yes. 4. save the updated mapcache, and replace it with the update one in db/pre-re or db/re. 5. restart server. *Backup your current mapcache.dat if you need to redo or anything.
  20. use kro downloads prepared by Akkarin
  21. If you want 2020-03-04aRagexeRE.exe https://mega.nz/file/RIhBAQZR#8m_Mee5sk9fsEgrj2-0lVqsprb8aXC5bQL-HnvO35CE
  22. if you're using putty, means the logs will appear during ./configure, make clean, make sql, make server in your putty terminal. to keep the log in your vps, you can try ./athena-start start >log1 >log2 so the logs will be saved in log1 and log2 which you can find inside rathena folder. about map crash, you can use gdb and view the core file when the process crash. https://github.com/rathena/rathena/wiki/GDB
  23. because of your izlude map file for sure. or it doesnt match with mapcache.
  24. then go to inventory table in your database/mysql/phpmyadmin then find/search for itemid 2239. delete it.
×
×
  • Create New...