Jump to content

Jedzkie

Script Developers
  • Content Count

    632
  • Joined

  • Days Won

    4

Everything posted by Jedzkie

  1. Does this System will be implement too? because the VIP system right now is the old one. I suggest to add a VIPuntil column to be more flexible. If it's DBNULL you are not a VIP, otherwise you are VIP until that date is reached. oh right. I totally didn't think of the expiration part.
  2. can you show us your mob_item_ratio.txt and drops.conf?
  3. After i set that it will show the announcement of the bonus exps and drops?
  4. i think its not affected on what he encountered.
  5. how can i activate the vip system? thanks!
  6. Does your cashop have items? Like you put new items?
  7. you must insert the new sql upgrades found in sql-files/upgrades/
  8. i think there is no way to implement this, because it is the behaviour of 2013 clients.
  9. is there any errors in map-server when you using those items? it seems your hercules is outdated. or it could be affected of some modifications in your svn.
  10. in doc/item_db.txt, i think brathena still not implemented the items for rebellion..
  11. btw, this item bound system is same as rathena? or official? in official, there is a pop up message when you equip/use a bounded item.
  12. in your endless_tower.txt find this: set .@dun_lim_time,etower_timer+604800; // 1 week set .@dun_lim_time2,etower_timer+14400; // 4 hours
  13. *---------------* hahah LOL.. @julio its still not working?
  14. its already implemented here in herc.
  15. hi! recently i browse some configurations of official server (pRO), then i noticed that some of the maps can be set to pk, without affecting the timer of pvp, so i would like to suggest to add a mapflag 'pk_enabled'. since its a official configuration. thank you. Source: http://ragnarok.levelupgames.ph/valkyrie/features2.html
  16. did you check it in your mob db?
  17. @skill.c case WL_EARTHSTRAIN: { // lv 1 & 2 = Strip Helm, lv 3 = Strip Armor, lv 4 = Strip Weapon and lv 5 = Strip Accessory. [malufett] const int pos[5] = { EQP_HELM, EQP_HELM, EQP_ARMOR, EQP_WEAPON, EQP_ACC }; skill->strip_equip(bl, pos[skill_lv-1], 6 * skill_lv + status->get_lv(src) / 4 + status_get_dex(src) / 10, skill_lv, skill->get_time2(skill_id,skill_lv)); }
  18. Oh crap! That client requirment sure is a crappy thing . Ow wait is the issue of 2013-08-07 Aura for transendant is fixed? what's the problem about the aura in trans in 2013-08-07 client?
  19. Jedzkie

    Suggestion :D

    https://github.com/HerculesWS/Hercules/pull/209
  20. https://github.com/HerculesWS/Hercules/pull/208
  21. it say's "git did not exit cleanly, error code (128)"
  22. i just want to request to make a video how to pull request, because there are people (like me) still not get how to make a pull request, i just tried it but i get error when making push, "git did not exit cleanly, error (128)"
  23. Jedzkie

    Push Error

    still no luck..
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.