Jump to content

Easycore

Members
  • Posts

    220
  • Joined

  • Days Won

    35

Everything posted by Easycore

  1. No, you can't. Color scheme is taken directly for each call of msg_conf. If you want to change text color in @mobinfo command you must edit it on atcommand.cpp. Replacing clif_displaymessage for clif_messagecolor.
  2. Version 1.0.0

    843 downloads

    getskillname Useful script command to return a skill name (Skill Description). Usage Example mes "Skill Name: "+getskillname("SM_SWORD"); print ("Skill Name: Sword Mastery") ________________________________________________ Feel free to Donate If you want to support me. ________________________________________________
    Free
  3. No, currently it's only for the buffs mentioned.
  4. Extended @partybuff Heya, it's been a while since I've been active on this Forum. Currently I'm planning to comeback and this topic is a proof of that. Extended @partybuff is a source/client modification of the popular command called @spb. Features Display party member's buffs in Party Windows (ALT+Z) Display a special bar above party members with the active buffs. Working on latest rAthena. ----- B - Blessing A - Increase Agi S - Spirit Link F - Full Chemical Protection + - Devotion ----- Screenshots Video Known Limitations Special Bar only work when /effect is active. Works on clients above 2015-05-07. It's a party setting which means if it's active will affect all online party members.
  5. 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
  6. autobonus "{ bonus2 bHPRegenRate,500,400; }",20,9200,BF_MAGIC;
  7. That patch doesn't works after Doram implementation. Try 2015-05-13.
  8. Those files are part of Nemo: https://gitlab.com/4144/Nemo/tree/master/Support/Luafiles514/Lua Files
  9. If you didn't make any modification in your emulator Open an issue with your problem.
  10. https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L6274 Add: status_percent_heal(bl, x, 0); Replace X by the percentage.
  11. 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
  12. is_atcommand(fd, sd, "@command", 1);
  13. You do not specify which is the error showed on console.
  14. 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
  15. 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  
  16. Version 1.0.0

    784 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
  17. md.damage = (sstatus->dex / 10 + sstatus->int_ / 2 + skill * 3 + 40) * 2; skill is equal to Steel Crow level.
  18. Apply the patch manually, you are missing lines in battle.hpp.
  19. Apply again the patch, you are missing lines in battle.hpp.
  20. New update for Extended Vending 2.0 (still pending approval): - Updated to GitHash: df6385 - Fixed character stuck at cancel skill. - Fixed wrong skill failure. - Currency is saved properly when server is restarted. - Fixed compiling warning.
  21. I decided to limit extended vending only to unbound items. You can see why I did this:
  22. Title Bonus System Hello everyone, in some MMORPGs like Grand Fantasia there is the possibility of obtaining bonus/buffs from equipping Titles, now I have brought that feature to RO. Features - This modification is script-bonus based, so you can apply all bonus from "doc/item_bonus.txt". - There is a file called "title_bonus.yml" in db folder in which you can add/edit title bonuses. - All existing titles have their respective Status Icon, however, you must sync description from Lua if you edit a title buff. Video
  23. You can use this: bonus2 bExpAddClass,Class_All,100;
  24. Discord Rich Presence Hello rA, today I'm here to show you a client-plugin for RO that I made recently. This plugin is Discord-RPC or better known as Discord Rich Presence. What is Discord Rich Presence? So, basically, this plugin allows players to display basic information about their game in Discord, some examples: Main Menu In-Game Information User Configuration Player can configure the plugin editing 'RO Folder\config\discord_plugin.txt'. Some of the config: Enable Discord RPC. Show Map Information. Show Map's Cordinates. Show Base & Job Level. Known Limitations Currently this plugin only works in 2018-06-20 and 2018-06-21 RagExe.
  25. - Fixed a map-crash- Updated to Githash: 84b4f09 Thanks @Hidekitakase
×
×
  • Create New...