Jedzkie
Script Developers-
Content Count
632 -
Joined
-
Days Won
4
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by Jedzkie
-
Good idea kyeme, +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.
-
can you show us your mob_item_ratio.txt and drops.conf?
-
After i set that it will show the announcement of the bonus exps and drops?
-
i think its not affected on what he encountered.
-
how can i activate the vip system? thanks!
-
Does your cashop have items? Like you put new items?
-
you must insert the new sql upgrades found in sql-files/upgrades/
-
i think there is no way to implement this, because it is the behaviour of 2013 clients.
-
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.
-
in doc/item_db.txt, i think brathena still not implemented the items for rebellion..
-
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.
-
Endless Tower Script that will reward TCG
Jedzkie replied to nikki1200's question in Script Requests
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 -
*---------------* hahah LOL.. @julio its still not working?
-
its already implemented here in herc.
-
GetWeaponId/ShadowTable/reqweaponname Errors
Jedzkie replied to khenma's question in Client-Side Support
what client are you using? -
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
-
did you check it in your mob db?
-
Box of Resentment not showing the atk+20 in windows
Jedzkie replied to nikki1200's question in Script Requests
@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)); } -
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?
-
https://github.com/HerculesWS/Hercules/pull/209
-
https://github.com/HerculesWS/Hercules/pull/208
-
it say's "git did not exit cleanly, error code (128)"
-
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)"