Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Chaos92

Members
  • Posts

    1859
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Chaos92

  1. use Chris RO Folder too : https://github.com/llchrisll/ROenglishRE
  2. OnNPCKillEvent: if ( getmonsterinfo( killedrid, MOB_MVPEXP )&& rand(100) > 50 ) { getitem 501,1; dispbottom "You have received item from random drop."; announce ""+strcharinfo(0)+" received item from random drop.",bc_all; end; }
  3. check inside your GRF or data folder and find it in data\texture\À¯ÀúÀÎÅÍÆäÀ̽º\login_interface
  4. http://nemo.herc.ws/downloads/
  5. You need to use client 20180620.
  6. seems like your RO folder have insufficient files. Since you're using old clients, try to use zackdreaver either PRE or RE depends on your settings. https://github.com/zackdreaver
  7. change it in your database, login table, change the groupid to 99 for Admin GM account level.
  8. maybe because of the maps are not in map_index, maps_athena.conf , and make sure also have map cache.
  9. U need to enable the setting conf/login_athena.conf // Can you use _M/_F to make new accounts on the server? // Note: This only works if client side password encryption is not enabled. new_account: no Change to yes
  10. that is GM sprite. Remove the lines of your accountid in sclientinfo.xml/clientinfo.xml OR you can diff your client by remove GM Sprites.
  11. are you sure ? try to check in conf/import too, maybe the settings are inside import thats why its doesnt changed.
  12. that is not RE. RagexeRE is for RE Maybe u can try download : 2020-03-04aRagexeRE
  13. I realized I didnt diffed client with external setting koreas, so : - if you diffed with external setting koreas, u can add emblemURL stated above in service_korea. In my case, its in service_usa.
  14. Shouldnt it can be opened by anyone by going to /.env path ? Or should change the permission ? because its in web-athena-service folder so public can just open the path/.env does we need to use php artisan serve and do we need to use port 8000 there ?
  15. Hello, I received {"Type": 3} also. I tried change EmblemDataUrl to my IP and using client 2020-03-04 RagexeRE. Ive tried upload emblems in client, but nothing happen. And theres no more forcesameIP since its already reverted in Secret's git. Btw i delete .env file after installation. Or I should just leave it there ?
  16. Hello, for 20200401 clients, is it safe to use 800 as max storage ? Ive tried recompile myself and theres no issue issue about it but seems like i heard it will cause issue for 2020 clients. Anyone can clarify this issue ? Additional Info : I tried max storage = 800 ; no error/warnings. I tried max storage = 818 ; no error/warnings. I tried max storage = 819; error as below : rathena\src\char\int_storage.cpp(204,45): warning C4305: '=': truncation from 'unsigned int' to 'uint16' rathena\src\char\int_storage.cpp(204,42): warning C4309: '=': truncation of constant value rathena\src\char\int_storage.cpp(472,45): warning C4305: 'initializing': truncation from 'unsigned int' to 'uint16' rathena\src\char\int_storage.cpp(472,41): warning C4309: 'initializing': truncation of constant value
  17. Chaos92

    HELP PLEASE

    {set #KAFRAPOINTS, #KAFRAPOINTS+10; dispbottom "You have received 10 Kafra Points.";},{},{}
  18. maybe because you changed something to your job_exp.txt ?
  19. no issue. only old clients use that. iteminfo.lua for newer clients. https://github.com/rathena/rathena/wiki/Custom-Items
  20. If you are using that, read the prerequisites. Renewal Project, paste all files from ROenglishPRE to renewal project So download paste PRE-RE to RE so it will replace all files that should be in PRE-RE. Thats mean its using the same msgstringtable.txt
  21. its in your main/translation GRF. data\msgstringtable.txt Find the lines for it, change it.
  22. that is example. u need to add it in your script/ edit sql query in your script.
  23. run it in phpmyadmin SQL or in your 'ragnarok' database.
  24. use this translation, read the wiki/instruction. https://github.com/llchrisll/ROenglishRE
×
×
  • Create New...