-
Posts
242 -
Joined
-
Last visited
-
Days Won
20
Balfear last won the day on September 22 2021
Balfear had the most liked content!
About Balfear
- Birthday 05/22/1990
Profile Information
-
Gender
Male
-
Location
Russia
-
Server
www.PlayRO.ru
- Github: Balferian
- Discord: Balfear#3330
-
Interests
php, esrgan
Contact Methods
- Website URL
Balfear's Achievements
-
How to update FluxCP itemdb same as server current itemdb?
Balfear replied to Dolphin86's question in Third Party Support
no need to download anything, it`s already in rA, just compile server, and this tool appear in root folder. -
How to update FluxCP itemdb same as server current itemdb?
Balfear replied to Dolphin86's question in Third Party Support
you can find it in your root folder -
Gefenia C3DWorldRes error on latest kRO Patch
Balfear replied to CenturyGothic's question in Client-side Support
Need to replace it in your grf file. -
How to update FluxCP itemdb same as server current itemdb?
Balfear replied to Dolphin86's question in Third Party Support
After compilation server you get this 2 files. Run them and press Y, it`ll generate new sql tables in sql-files folder. Then import them to flux db. -
How to update FluxCP itemdb same as server current itemdb?
Balfear replied to Dolphin86's question in Third Party Support
Use yaml2sql tool to generate actual sql db. -
I remembered the old Aegis chance system
-
What exe version you use? Minimal requred version is 2020-09-02.
-
How to count the number of open stores (@at) on the specific map
Balfear replied to driver's question in Scripting Support
switch(select("- @AT Merchants ^2980B9["+ [email protected]_count + "]^000000:- Exit")) { -
How to count the number of open stores (@at) on the specific map
Balfear replied to driver's question in Scripting Support
@driver my mistake. just change check from if(checkvending([email protected]$[[email protected]]) == 2) to if(checkvending([email protected]$[[email protected]])&2) -
How to count the number of open stores (@at) on the specific map
Balfear replied to driver's question in Scripting Support
For example like this // Get user list on map "prontera" [email protected] = getmapunits(BL_PC, "prontera", [email protected]$[0]); freeloop(1); for([email protected]=0;[email protected]<getarraysize([email protected]$);[email protected]++) { // If user in autotrade mode then increase counter if(checkvending([email protected]$[[email protected]])&2) [email protected]_count++; } freeloop(0); mes [email protected]_count + " @at users on the map."; close; -
You should use 2021-10-xx+ exe version (rA don`t support it yet) or apply Nemo / WARP patch for custom jobs. 2021-01-xx and older version don`t have path for weapon animation for 4th jobs.
-
NPC that automatically finish the main story quest until 17.1
Balfear replied to iSnowFlakes's question in Script Requests
rAthena don`t have this episode yet. -
how to resolve ITEMINFO bug in client 2015-11-04 ?
Balfear replied to bykass1's question in Client-side Support
The best way is set it white color: <ITEM>^EEEEEERed Potion^000000<INFO>501</INFO></ITEM> -
Yes, neural network can upscale images so no need to redraw it with photoshop, but repack images into sprite still need to do by hands. (all npcs = ~17k images)
-
Hi all! I improved the NPC images (1190 sprites up to episode 18.1) using a neural network (ESRGAN) and made new HD sprites. Want to show you my final work! What do you thinking about it?
- 13 replies
-
- 17
-
-
-
-