Jump to content

Radian

Members
  • Posts

    1546
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Radian

  1. If you only changed the postion in item_db.yml then thats not gonna work, first you need to make the client side read it as a robe/garment type of item.
  2. Great work Dev Team!
  3. I've seen some modification on youtube.com on how to edit the tiles. try searching it.
  4. The best way to solve your issue, hanapin mo muna kung saan mag tatapos yung isang insance kung may e bibigay ba na reward pag natapos mo, then search mo nalang yung specific reward, then add ka nalang ng getitem <#ITEMID>,<AMOUNT>;
  5. Hi there, I was wondering how does the claiming works? issue about the v4p is at first players got their points but on the second claim they didnt get any points at all. even relog and logout nothing adds.
  6. I didnt touch anything in source mode about this one and im trying to retrack everything that has a guild related code but none of it is related.
  7. After checking my log file on my server, I see these messages and wonder how it happened. (05/01/2020 22:03:30) [ SQL Error ] : DB error - Out of range value for column 'average_lv' at row 1 (05/01/2020 22:03:30) [ Debug ] : at int_guild.cpp:228 - UPDATE `guild` SET `connect_member`=4, `average_lv`=-481, `guild_lv`=50, `skill_point`=1, `exp`=42855625166071, `next_exp`=0, `max_member`=76 WHERE `guild_id`=20 (05/01/2020 22:05:30) [ SQL Error ] : DB error - Out of range value for column 'average_lv' at row 1 (05/01/2020 22:05:30) [ Debug ] : at int_guild.cpp:228 - UPDATE `guild` SET `connect_member`=4, `average_lv`=-481, `guild_lv`=50, `skill_point`=1, `exp`=42856440344590, `next_exp`=0, `max_member`=76 WHERE `guild_id`=20 (05/01/2020 22:25:39) [ SQL Error ] : DB error - Out of range value for column 'average_lv' at row 1 (05/01/2020 22:25:39) [ Debug ] : at int_guild.cpp:228 - UPDATE `guild` SET `connect_member`=4, `average_lv`=-481, `guild_lv`=50, `skill_point`=1, `exp`=42859677383246, `next_exp`=0, `max_member`=76 WHERE `guild_id`=20 (05/02/2020 00:23:26) [ SQL Error ] : DB error - Out of range value for column 'average_lv' at row 1 (05/02/2020 00:23:26) [ Debug ] : at int_guild.cpp:228 - UPDATE `guild` SET `connect_member`=2, `average_lv`=-481, `guild_lv`=50, `skill_point`=1, `exp`=42860861461669, `next_exp`=0, `max_member`=76 WHERE `guild_id`=20 (05/02/2020 00:25:11) [ SQL Error ] : DB error - Out of range value for column 'average_lv' at row 1 (05/02/2020 00:25:11) [ Debug ] : at int_guild.cpp:228 - UPDATE `guild` SET `connect_member`=2, `average_lv`=-481, `guild_lv`=50, `skill_point`=1, `exp`=42861235760350, `next_exp`=0, `max_member`=76 WHERE `guild_id`=20 (05/02/2020 00:34:18) [ SQL Error ] : DB error - Out of range value for column 'average_lv' at row 1 Has anyone encounter this type sql error? or how do i fix this one. Thank guys!
  8. After a few test, I manage to make it work. here you go! OnMVPDeath: @name$ = getmonsterinfo( killedrid, MOB_NAME); announce strcharinfo(0) + " has killed the monster " + @name$ + " !! ",bc_all; end;
  9. Yeah, I forgot how this script works. if you want to add another extra 30 minutes on the schedule you need to modfy the script which is im not sure how to do it. but lets wait for others to help you out with this.+
  10. Tested it and to solve the issue replaced all MVP Spawner into Skormy that would solve the missing label.
  11. What's the result of the changes?
  12. There is something missing in your settup, because it didnt work try to retrace all the things that needed to be change.
  13. Im pretty sure this WoE scripts requireds to be set in game and not in the actual script.
  14. Im not sure about this, because i only see a screenshot and cannot see the script well.. try putting it like this OnMVPDeath: end; OnInit:
  15. I think he updated this mod... download the latest one and check if its still giving you issues.
  16. For starters you can search your questions directly to google, and just put rathena on the end. or go here in rA's wiki page https://github.com/rathena/rathena/wiki
  17. Why? it's already there and much easier since its already added. but i cant help you out with the command function.
  18. I know in 2017+ clients there's a /quake to disable it. I dont know anything about the @shake function.
  19. Did you try to reloadbattleconf or restart your server? or made some modification in the source side that might be related to your issue?
  20. Have you tried setting these inside https://github.com/rathena/rathena/blob/master/conf/battle/skill.conf#L193 devotion_rdamage: 100 devotion_rdamage_skill_only: no
  21. You guys are wrong this are not related to the client side, its on this part https://github.com/rathena/rathena/blob/master/conf/battle/items.conf#L132
  22. Hey man, I tested the script and using this loot mode .loot_mode = 0; // Event loot distribution mode. Look npc_loot_mode_desc for descriptions Only the party leader gets the reward. Thank you !!
  23. Yup, filter it so it cannot be abused. if possible ?
  24. That's perfect, maybe we can add a checker for multiple accounts in 1 map?
  25. It's pretty neat and good script, dont doubt this guy he is good.
×
×
  • Create New...