-
Posts
278 -
Joined
-
Last visited
-
Days Won
6
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by mrfizi
-
kRO Full Client - 2021-04-06 - Includes BGM & RSU
mrfizi replied to Akkarin's topic in Client Releases
That is your client problem. Not KRO full client problem. You can send/open a new topic on client side support for help. -
-
Skills Only in korean , any lang type diferent than 0 skills become in â°?â³ format
mrfizi replied to Kenex's question in Client Requests
if langtype = 0 || LuaFiles514\Lua Files\service_korea\ExternalSettings_kr if langtype = 1 || LuaFiles514\Lua Files\service_usa\ExternalSettings_usa if langtype = 2 || LuaFiles514\Lua Files\service_japan\ExternalSettings_jp if langtype = 3 || LuaFiles514\Lua Files\service_china\ExternalSettings_ch if langtype = 4 || LuaFiles514\Lua Files\service_taiwan\ExternalSettings_tw if langtype = 5 || LuaFiles514\Lua Files\service_thailand\ExternalSettings_th if langtype = 6 || LuaFiles514\Lua Files\service_indonesia\ExternalSettings_id if langtype = 7 || LuaFiles514\Lua Files\service_philippine\ExternalSettings_ph if langtype = 12 || LuaFiles514\Lua Files\service_brazil\ExternalSettings_br if langtype = 18 || LuaFiles514\Lua Files\service_france\ExternalSettings_fr -
seal item script help to make it tradeable
mrfizi replied to AinsLord's question in Scripting Support
Just make the item box with bound item. Then just make the script change the same item with the box with the same bound item. I found the same question you answer in here: -
Sprite error? If yes, make sure your player use the latest KRO folder: and update it using RO Patcher Lite by Ai4rei:
-
Nice to see you bump this post again. I've view this post a month ago but afraid to bumping it.. just found a few picture still exist include your picture, Najara and Akkarin.
-
It should be your windows defender. Try to turn off your windows defender.
-
1. Change back to default. No need to change the code. 2. Try to change the date period for only 1 month period instead of yearly date.
-
Quests, Games: Tic Tac Toe Minigame Script and Map
mrfizi replied to Leeg's topic in Game, Event, Quest Script Releases
Good to hear that. Because this script still have support until now, I'll buy this awesome game! -
I need Help with the NAVBAR on my fluxCP website
mrfizi replied to Vandares's question in Web Support
News option you can check here: https://github.com/rathena/FluxCP/blob/6d95229ed91b40d3d74fe52bc3224725ef9abff0/config/application.php#L218 Others how to add news/content on your website: Login your website/fluxcp/control panel using admin account. Go to Main Home >> News You will find this on news page: Hope this help ^^, -
I need Help with the NAVBAR on my fluxCP website
mrfizi replied to Vandares's question in Web Support
You can start from this line: https://github.com/rathena/FluxCP/blob/6d95229ed91b40d3d74fe52bc3224725ef9abff0/config/application.php#L250 -
hide_woe_damage: yes I've prefer to write yes I'm sure if you still got this issue after changing it, the problem is your client. You can refer this discussion for more info:
-
I'm really sure you can easy disable the mvp and mini boss card from that script. Or maybe you can use script by Euphy: https://pastebin.com/raw/AC0CquTa Not test yet but maybe useful for you to get some idea.
-
More info you can read here:
-
Read here:
-
// When set to yes, the damage field in packets sent from woe maps will be set // to -1, making it impossible for GMs, Bots and Hexed clients to know the // actual damage caused by attacks. (Note 1) hide_woe_damage: no Read Note 1: //-------------------------------------------------------------- // Note 1: Value is a config switch (on/off, yes/no or 1/0) // Note 2: Value is in percents (100 means 100%) // Note 3: Value is a bit field. If no description is given, // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary) //-------------------------------------------------------------- Almost all server that I've played hide woe damage.
-
https://github.com/rathena/rathena/blob/a032cd1f74448f676db7a22dfbcb8cf1bbe0ddd8/npc/mapflag/gvg_noparty.txt#L10 // all this: //============================================================ // GvG Arenas //============================================================ //guild_vs1 mapflag gvg_noparty //guild_vs2 mapflag gvg_noparty //guild_vs3 mapflag gvg_noparty //guild_vs4 mapflag gvg_noparty //guild_vs5 mapflag gvg_noparty Then restart your server. If not work, please visit this topic:
-
try change this.. [email protected] = rand( .gold_amount[0],.gold_amount[1] ); to [email protected] = 1;
-
Maybe you can check this:
-
Maybe you can take a look on this file: For pre-re: https://github.com/rathena/rathena/blob/master/db/pre-re/job_basepoints.yml For re: https://github.com/rathena/rathena/blob/master/db/re/job_basepoints.yml or if your server level more than 99 to 1000: https://raw.githubusercontent.com/rathena/rathena/master/db/import-tmpl/job_stats.yml
-
check this post: and this post: After that restart your server.