Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Script commands relying on equipment slot may now access the 3 following types
EQI_COSTUME_HEAD_LOW (11)
EQI_COSTUME_HEAD_MID (12)
EQI_COSTUME_HEAD_TOP (13)
e.g.
getequipid(13) returns the item id of the equipped costume head top (if any)
Signed-off-by: shennetsind <ind@henn.et>
|
|
Skills granted through scripts are now permanent, until this date they were not relog persistent
Signed-off-by: shennetsind <ind@henn.et>
|
|
First version.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Update 1-1 Job Change
|
|
|
|
-Updated Job npc's to use callfunc
|
|
|
|
Updated db and npc folder
|
|
|
|
|
|
not that it actually changes something yet, but Jman needs a new commit to test Hercules IRC Bot.
Signed-off-by: shennetsind <ind@henn.et>
|
|
Update npc/cities/alberta.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit abd09b2583a6d72c0012e0d5e0c4051b274dd3d9.
|
|
- Removed maps that are no longer supported in the cache
- Added new maps into the cache
- Removed duplicate entries
|
|
- Removed maps that are no longer supported in the cache
- Added new maps into the cache
- Removed duplicate entries
|
|
Fixed a few Typos and merged rAthena changes
|
|
|
|
- Added checkidle() command that was present in rAthena since r17126
- Documented checkidle() function
- More clearly defined variables in eA Job System documentation
- Added missing 'stopnpctimer' in custom Cluckers script
|
|
- job_db1 (Pre-re / RE)
- skill_tree (Pre-re / RE)
- job_db2
|
|
-Fixed Baby job modifiers
|
|
Merging Hercules Changes
|
|
|
|
--Commented as they've not yet been added to map_cache
|
|
--Due to the new maps not yet existing in the map_cache they've been commented
|
|
-Fixed Issue ID #6834 warps
--tu_swordsman.txt warp to New Izlude uses custom coordinates as renewal coordinates were not available
|
|
I was using a different git client when I committed that, and it committed all my unstaged changes, not using that client anymore :[.
Signed-off-by: shennetsind <ind@henn.et>
|
|
|
|
|
|
Signed-off-by: Streusel
|
|
The effect of the config is now restricted to GvG.
http://hercules.ws/board/tracker/issue-4832-hunter-ht-anklesnare-serious-bug/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Hells Plant no longer can be stacked on the ground
http://hercules.ws/board/tracker/issue-6825-hell-plant/
Signed-off-by: shennetsind <ind@henn.et>
|
|
You no longer can dispell guild mates in non-pkable areas
http://hercules.ws/board/tracker/issue-6803-dispell-bug/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Fire Pillar is now removed by land protector, and no longer can be cast over land protector.
http://hercules.ws/board/tracker/issue-7045-fire-pillar-and-land-protector/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Signed-off-by: shennetsind <ind@henn.et>
|
|
Signed-off-by: shennetsind <ind@henn.et>
|
|
atoll was introduced in a 2011 lib and vc9 and 10 dont have that, dropping to atol since we dont need the int64 and using a tricky conversion to get it to unsigned
http://hercules.ws/board/tracker/issue-7056-compiling-error/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Merging Hercules Commits from Feb 3 - 5 2013.
|
|
Signed-off-by: shennetsind <ind@henn.et>
|
|
Added new item bonuses bFixedCast, bVariableCast & bFixedCastrate. (see
'doc/item_bonus.txt' for info)
Added new conf for max walk path.(Bug Report # 7042)
http://hercules.ws/board/tracker/issue-7049-do-we-need-new-bonus/?gopid=16578#entry16578
|
|
Update npc/instances/EndlessTower.txt
|
|
|
|
Disabled 2012-07-02 packets to avoid future bug reports, the client is broken.
http://hercules.ws/board/tracker/issue-7053-fe8d3fc-buyingstore-not-working/
Signed-off-by: shennetsind <ind@henn.et>
|
|
Getting rid of unneeded indexes & allowing uint for guild exp values
|