Jump to content

Chaos92

Members
  • Posts

    1826
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Chaos92

  1. that is for ONLY 50. If 50 and above, use >=
  2. SELECT * FROM `item_db_re` WHERE `name_aegis` LIKE '%costume%' Most of costume have 'costume' or 'C_' word in its name in item_db_re_equip.sql
  3. job_exp txt problem. Check there for any changes that you've done. It might because of not enough exp data
  4. your data folder (lua files) have issue. I dont know if it just that, or maybe later will appear another error (maybe). I suggest you to use English Translation from Chris. https://github.com/llchrisll/ROenglishRE Please read the wiki and instruction also.
  5. then try use that. because ive tried that and no issue.
  6. this might because of accessoryid and accname in your GRF or data folder.
  7. This one ? So far ive tried quite a lot creating thor patcher. Theres 2 files I think for config generator which is 'ConfigGenerator' and 'ConfigEmbeder'. If im not mistaken, if Im using ConfigEmbeder will have this issue. Even ConfigEmbeder also alerted as trojan.
  8. getmapxy( .@map$,.@x,.@y,0,.@name$[.@i] ); try change 0 to BL_PC getmapxy( .@map$,.@x,.@y,BL_PC,.@name$[.@i] );
  9. // usage : // [npc:Sample]map#512#10 // [npc:Sample]all#512#123 - script itemall -1,{ OnWhisperGlobal: if( getgroupid() >= 99 ){ // check map if( @whispervar0$ == "all" ) set .@type$,""; else if( @whispervar0$ == "map" ) set .@type$,strcharinfo(3); else { dispbottom "Error, pick 'map' or 'all' "; end; } // check item set .@itemid,atoi( @whispervar1$ ); set .@amount,atoi( @whispervar2$ ); if( getitemname( .@itemid ) == "null" || .@amount < 1 ){ dispbottom "Enter valid item id and amount."; } set .@self_id,getcharid(3); query_sql( "SELECT COUNT(`account_id`) FROM `char` WHERE `online` = 1 ", .@total ); while( .@count < .@total ){ query_sql( "SELECT `account_id`,`name` FROM `char` WHERE `online` = 1 ORDER BY `account_id` LIMIT 128 OFFSET "+.@offset, .@aid,.@name$ ); set .@i,0; set .@size,getarraysize( .@aid ); while( .@i < .@size ){ if( .@aid[.@i] != .@self_id && !checkvending(.@name$[.@i]) ){ if( .@type$ != "" ){ getmapxy( .@map$,.@x,.@y,0,.@name$[.@i] ); if( .@map$ == .@type$ ){ getitem .@itemid,.@amount,.@aid[.@i]; set .@gave,.@gave + 1; } }else{ getitem .@itemid,.@amount,.@aid[.@i]; set .@gave,.@gave + 1; } } set .@count,.@count + 1; set .@i,.@i + 1; } set .@offset,.@offset + .@size; deletearray .@aid,.@size; deletearray .@name$,.@size; } dispbottom "Gave "+.@amount+" x "+getitemname( .@itemid )+" to "+.@gave+" Player(s)."; } end; } usage : whisper to npc:itemall (required groupid 99 or above or edit it in the script). in textbox try type : map#501#1 all#501#1
  10. check your sclientinfo.xml or its might be regarding langtype if they have already installed graphic driver and use setup.exe / opensetup.exe.
  11. use admin account, and login in name.com/?module=voteforpoints add vote sites there. Make sure the 3 sql already run/installed (if im not mistaken, got 2 or 3 sql).
  12. 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.
  13. just copy the default from fluxcp and replace it depends on each modules needed. Try to do backup first.
  14. Try this pull , it didnt merged yet in master. https://github.com/rathena/FluxCP/pull/275.
  15. 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.
  16. are you sure you're using the nemo profiles given in Chris Translation ? Because the file path might be different compare to default.
  17. 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.
  18. Which Kamishi palettes then ? Any links if its from download section ? Or the paid one ? Make sure the palettes are available for gunslinger job.
  19. 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.
  20. 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
  21. 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.
  22. 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.
  23. use English Translation by Chris https://github.com/llchrisll/ROenglishRE
  24. @r = getrefine(); if(.@r>9) {skill "AL_DECAGI",10; } Do you mean like this ?
  25. 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
×
×
  • Create New...