Jump to content

Chaos92

Members
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    63

Everything posted by Chaos92

  1. make sure you already use the PR https://github.com/rathena/FluxCP/pull/275. and try use default theme is it okay. maybe its your theme code if its okay in default theme after pull that Pull Request.
  2. just copy the default from fluxcp and replace it depends on each modules needed. Try to do backup first.
  3. Try this pull , it didnt merged yet in master. https://github.com/rathena/FluxCP/pull/275.
  4. it might be from any npc script. Have someone given free scripts for you ? have you go through the script ? From my experience, some cases new servers provided a good script (which having 1~2 lines coded for themselve to exploit) by some players, exploit/corrupt GM, etc. Most common example by whispering to npc for example npc:item or anything.
  5. are you sure you're using the nemo profiles given in Chris Translation ? Because the file path might be different compare to default.
  6. As I know the required files are for mounting (each job mount will need the palette files too during mounting and moving while mounting) starting from 20180620. As far as I remember, the last time I bought from Kamishi's website and I saw the GRF have some filename typo in it. Didnt remember which one already but it will makes GRF Editor read it as having error inside the files. Okay I search back my email with Kamishi last year and I found this. I didnt know Kamishi updating it or not after I suggesting this : My last email with Kamishi was around June 2020 and during that time he said he didnt test the palette using any 2018/2020 clients and seems like he didnt update it anymore for now.
  7. Which Kamishi palettes then ? Any links if its from download section ? Or the paid one ? Make sure the palettes are available for gunslinger job.
  8. 1. Make sure your kRO - April 2020 or latest. 2. I dont know which section are you having error (example : character selection, server/service selection, etc), but it might because of client files. Example : Client.EXE that being used. In the tutorial you tag above, its not using RE clients so if you're using renewal character for example 3rd jobs, it might crash. English Translation Renewal you can try use Chris Translation : https://github.com/llchrisll/ROenglishRE.
  9. Do you mean drop rare chance announcement ? conf/battle/drops.conf // Make broadcast ** Player1 won Pupa's Pupa Card (chance 0.01%) *** // This can be set to any value between 0~10000. // Note: It also announces STEAL skill usage with rare items // 0 = don't show announces at all // 1 = show announces for 0.01% drop chance items // 333 = show announces for 3.33% or lower drop chance items // 10000 = show announces for all items rare_drop_announce: 0
  10. Check your process. Maybe Razer Synapse or any razer software process are active. If yes, just uninstall it. If you're the server owner, you can talk or PM Functor , the developer for Gepard Shield to enable/disable macro/emulation key.
  11. You should use that and use it as high priority GRF and System folder. file becomes kRO maybe because u are using kRO or the files has been rewritten back to kRO since you might be updating your kRO before.
  12. use English Translation by Chris https://github.com/llchrisll/ROenglishRE
  13. @r = getrefine(); if(.@r>9) {skill "AL_DECAGI",10; } Do you mean like this ?
  14. 1. try reboot your VPS. Make sure the ports are open for phpmyadmin. 2. try restart mysqld service by typing this in putty : service mysqld restart
  15. 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
  16. Use this PR https://github.com/rathena/rathena/pull/5731
  17. 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;
  18. You can use converter csv2yaml.exe or files in tools. Or just edit it manually following the structure.
  19. because of your izlude map. use the renewal one izlude map or remove your izlude map from high priority grf.
  20. as it said, non existent item 'item id'. Make sure that itemid is exist.
  21. There is no cheap Gepard. Ask Functor directly or check at
  22. use 2020 client.
  23. Try check your OngoingQuestInfoList is it have questid 21001 then. Btw.. I think System folder should be in 'System' folder ? Not in GRF.
  24. I think better you use code and paste in there rather than we need to download it.
  25. You might be interested by ClientSpriteCollection by Chris here : https://github.com/llchrisll/ClientSpriteCollection
×
×
  • Create New...