-
Content Count
164 -
Avg. Content Per Day
0 -
Joined
-
Days Won
25
Easycore last won the day on May 12 2020
Easycore had the most liked content!
Community Reputation
194 ExcellentAbout Easycore
-
Rank
Poporing
Profile Information
-
Gender
Male
-
Location
Chile
- Github: xEasycore
- Discord: Easycore#3412
Recent Profile Visitors
5,469 profile views
-
Editor Release: sader's Monster Mode Generator
Easycore replied to sader1992's topic in Server Manager/Editors Downloads
Quite useful. -
Snowball War Battleground Snowball War is a custom Battleground Arena. The objective is to eliminate the enemy team until the indicator is 0. Participants only can kill throwing Snowballs to their enemies. Features Compatible with default battleground System. Compatible with Extended Battleground. Compatible with Extended Battleground 2.0 Snowball Custom Skill Snowball skill is only available on Snowball War and its behaviour is like a ground/place skill. This skill requires x1 Snowball in Level 1 and x3 Snowball in Level 2 and 3. To obtaining snowballs players need to find a Snowman and click him in a close distance. Snowman is teleported once the player gets the snowball. KVM Map Christmas Edition The arena is performed in a snowy KVM map. GitHash: 662a3e
-
autobonus "{ bonus2 bHPRegenRate,500,400; }",20,9200,BF_MAGIC;
-
That patch doesn't works after Doram implementation. Try 2015-05-13.
-
Those files are part of Nemo: https://gitlab.com/4144/Nemo/tree/master/Support/Luafiles514/Lua Files
-
If you didn't make any modification in your emulator Open an issue with your problem.
-
https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L6274 Add: status_percent_heal(bl, x, 0); Replace X by the percentage.
-
First message: https://github.com/rathena/rathena/blob/master/conf/char_athena.conf#L15 Second message: https://github.com/zackdreaver/ROenglishRE/blob/master/Ragnarok/data/msgstringtable.txt#L3470
-
is_atcommand(fd, sd, "@command", 1);
-
Auto recalculate Stats after changing MAPFLAGS for PVP & GVG
Easycore replied to Lord Turtle's question in Source Support
You do not specify which is the error showed on console. -
How to show active skills that supported?
Easycore replied to nasagnilac's question in Source Support
if (skill_get_inf(skill_id) == INF_SUPPORT_SKILL) if (skill_get_inf(skill_id) == INF_SELF_SKILL) https://github.com/rathena/rathena/blob/master/src/map/skill.hpp#L54 -
View File Random Option Global Functions Random Option Global Functions I have made two new global functions for Random Option: F_GetRDMOPT_Name,<ROA_ID> Returns the Random Option name from <ROA_ID>. (Names are based on zackdreaver's translation) F_GetRDMOPT_Value,<ROA_ID>,<VALUE> Returns VALUE plus (+), (-) or (%) depending in the Random Option. VALUE is returned as string. Examples: mes callfunc("F_GetRDMOPT_Name",9;)+" "+callfunc("F_GetRDMOPT_Value",9,15); will display "MaxHP +15%" mes callfunc("F_GetRDMOPT_Name",16;)+" "+callfunc("F_GetRDMOPT_Value",16,32); will display "Delay after attack -32%" Submitter Easycore Submitted 10/18/2019 Category Utilities Video Content Author Easycore
-
Version 1.0.0
297 downloads
Random Option Global Functions I have made two new global functions for Random Option: F_GetRDMOPT_Name,<ROA_ID> Returns the Random Option name from <ROA_ID>. (Names are based on zackdreaver's translation) F_GetRDMOPT_Value,<ROA_ID>,<VALUE> Returns VALUE plus (+), (-) or (%) depending in the Random Option. VALUE is returned as string. Examples: mes callfunc("F_GetRDMOPT_Name",9;)+" "+callfunc("F_GetRDMOPT_Value",9,15); will display "MaxHP +15%" mes callfunc("F_GetRDMOPT_Name",16;)+" "+callfunc("F_GetRDMOPT_Value",16,32); will display "Delay after attack -32%"Free
-
md.damage = (sstatus->dex / 10 + sstatus->int_ / 2 + skill * 3 + 40) * 2; skill is equal to Steel Crow level.
- 1 reply
-
- 1
-
-
Apply the patch manually, you are missing lines in battle.hpp.