summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-04Follow up b9889903e89bd4127c7503a512cfe215b9ccc740shennetsind1-0/+2
Fixed pre-re support. Special Thanks to ossi0110 for bringing this to our attention. Signed-off-by: shennetsind <ind@henn.et>
2013-07-04Adjustment #2shennetsind1-11691/+11695
Signed-off-by: shennetsind <ind@henn.et>
2013-07-04- Added interface iStatus (needed to renamed it because A LOT of variables ↵Susu1-11597/+11691
are already called 'status')
2013-06-28Fixed Bug#6991malufett1-31/+63
-Where cardfix is not working properly. Thanks Kyeme Renewal Update: -updated/completed mastery fix damage factor(skills and sc). -initial implementation for new NPC skills (note: not yet functional dbs not yet updated).
2013-06-27Merge pull request #53 from MatiasSW/ensembleshennetsind1-0/+9
Ensemble Songs
2013-06-26Fixed bug#7438malufett1-1/+6
-fixed some compilation warning in PRE mode.
2013-06-26Fixed Bug#7402malufett1-14/+23
-Added some missing calc in re atk. Fixed Bug#7378 -PA_GOSPEL should now clear buffs upon casting. Fixed Bug#7399 -Neutral skills should work properly with ghost type monsters. RENEWAL UPDATES: Updated some ninja & gunslinger skills to there renewal formula. Added exploit fix(RE fixed) with hunter stacking trap trick. Added some misc skills more to follow.
2013-06-25- Fixed a bug with Ensemble songs allowing the Buffed target to leave party ↵Matias1-0/+9
and keep the buff. Also fixed a strange issue that'd allow non-party members to receive the buff under specific case
2013-06-24Added missing status icons for 14602,14603,14604 and 14605shennetsind1-1/+42
As proposed by evilpuncker in http://hercules.ws/board/topic/1230-few-items-missing-buff-icons/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-23Official Item Group/Package/Chainshennetsind1-595/+586
http://hercules.ws/board/topic/1244-official-item-grouppackagechain/ Also Further implemented itemdb.c/storage.c interfaces, and a minor update to db2sql plugin. Signed-off-by: shennetsind <ind@henn.et>
2013-06-18Fixed Bug#7396malufett1-2/+2
-map crash in using GN_BLOOD_SUCKER.
2013-06-15Fixed Bug#7373malufett1-0/+1
-Transformation scroll can now be seen by other char. -Follow up 6fd440ea35cf2a084ffa434ee3c8f651b3259c60. Changed sc_config.txt hex values to integer.
2013-06-15Initial release for Monster Transformation Scrolls.(Thanks to Beret)malufett1-2/+11
(http://hercules.ws/board/topic/1087-scroll-transform/) Fixed Bug#7372 -where bows should not benefit matk bonus from upgrade. Thanks to Ryuuzaki Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-14Fixed Bug#7361malufett1-1/+1
Crash in 'status_get_matk'. Thanks to Axiom
2013-06-13Revert "Fixed pre-re build warning"shennetsind1-7/+26
This reverts commit 4b713e7e3eac34339285125d194ae4ff4627fc2a.
2013-06-13Fixed pre-re build warningshennetsind1-26/+7
Special Thanks to ossi0110 Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Fixed Bug #7346shennetsind1-1/+0
http://hercules.ws/board/tracker/issue-7346-battlec-error Signed-off-by: shennetsind <ind@henn.et>
2013-06-13Hercules Renewal Phase : Renewalmalufett1-1304/+1483
Rename SC names to eagis standard. Implement SC Configuration.(see db/sc_config.txt) Skill updates and fixes. Some code optimization. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-09Follow up 399476eb93a829a8c926cc354f147d236b478d1dshennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-06-09Fixed #7317Matheus Macabu1-1/+1
Items that cast skill will work even if the casted skill is on disabled_skills at map_zone_db. To block, use disabled_items. Thanks to kyeme for reporting! http://hercules.ws/board/tracker/issue-7317-disabled-skills/ Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
2013-06-09Fixed Bug #7265shennetsind1-0/+1
Special Thanks to bgamez23 http://hercules.ws/board/tracker/issue-7265-increase-agi-buffs-on-the-npc-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-126/+126
Adjusting pc.c interface name to adhere with the rest (pretty much we try to make it as short as we can, and being there were no conflicts we saw no reason to maintain the 'i') Signed-off-by: shennetsind <ind@henn.et>
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-228/+228
Added iPc, iParty, iMap, iTimer to HPM exported interfaces
2013-05-31Fixed Bug #7264shennetsind1-1/+1
Special Thanks to Kyeme! http://hercules.ws/board/tracker/issue-7264-map-zone-db-cards-not-working Signed-off-by: shennetsind <ind@henn.et>
2013-05-30Memory Slasher - May 30 Patchshennetsind1-8/+9
http://hercules.ws/board/topic/928-memory-slasher-may-30-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Hercules Renewal Phase One: guild.c startedshennetsind1-2/+2
http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-15For #7210shennetsind1-52/+53
Pending. http://hercules.ws/board/tracker/issue-7210-itemskill-command-does-not-check-for-required-items/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-15Fixed Bug #7242shennetsind1-1/+4
http://hercules.ws/board/tracker/issue-7242-monster-status-loop-issue-status-freeze/ Thanks to malufett! Signed-off-by: shennetsind <ind@henn.et>
2013-05-15HPM Updateshennetsind1-5/+5
Made SQL and strlib functions HPM-friendly, special thanks to Yommy for bringing the issue up. Added partial map.c support, for the all-handy map[] array, beware that soon the whole map.c renewal design will be commit and when that happens your usage of map.c functions in plugins might require some updates. Signed-off-by: shennetsind <ind@henn.et>
2013-05-07Fixed Bug #7223shennetsind1-20/+18
http://hercules.ws/board/tracker/issue-7223-homunculus-s-max-level-overshooting/ src/map/homunculus.c Hercules Renewal Phase One complete. http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-07Cart Fixshennetsind1-28/+6
cart 'items' button no longer remains visible after the cart has been removed. -- Special Thanks to Wolfed. Improved status change end, now only sends the termination packet to those that matter, as opposed to always sending to those nearby, and made it smaller. Made possible thanks to super awesome Yommy :3 Signed-off-by: shennetsind <ind@henn.et>
2013-05-053rd Class Effects Updateshennetsind1-16/+115
http://hercules.ws/board/topic/561-3rd-class-effects-update/ Signed-off-by: shennetsind <ind@henn.et>
2013-05-05Fixed Bug #7200shennetsind1-0/+2
Fixed speed adjustment, special thanks to Zopkx http://hercules.ws/board/tracker/issue-7200-rental-cash-mounts-speed/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-27Fixed Bug #7184shennetsind1-1362/+1367
Also fixed the tab alignment http://hercules.ws/board/tracker/issue-7184-bug-in-icon-of-skill/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-25Fixed Bug #7134shennetsind1-0/+2
http://hercules.ws/board/tracker/issue-7134-tarot-skills/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-24Hanbok & Costumes Updateshennetsind1-322/+320
http://hercules.ws/board/topic/485-hanbok-costumes-update/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-22Hercules April 22 MEGA-ULTRA-LONG Patch~!shennetsind1-0/+4
http://hercules.ws/board/topic/470-hercules-april-22-patch/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-16Fixed Bug #5811shennetsind1-0/+3
Bleeding is now considered your damage vs mobs, before it wouldn't take it in account for exp calculation http://hercules.ws/board/tracker/issue-5811-bleeding-is-not-your-damage/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-15Fixed Bug #7102shennetsind1-1/+0
@hide is now persistent to logout http://hercules.ws/board/tracker/issue-7102-perfect-hide/ Signed-off-by: shennetsind <ind@henn.et>
2013-04-15Fixed Bug #7152 and #7161malufett1-5/+0
-SI_RIDING is not remove when changing job via @jobchange. -RG_STRIPWEAPON should now only remove right hand weapon even if dual wielding. -Fixed 'display_status_timers' conf where it doesn't work properly in newer clients. -Reverted '14a406ee0e5c6ba25539cc98f27ff9c2b8047e2e' where it's already fixed @ 'b9c79ceb5bfc86809da1d3b6154da4222cb72734'. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-04-11Partial 09a7d4d217fb847c6853b7dd4c2cebe3868d4aff mergeshennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-04-11* Adjusted @speed so it is no longer reset when a player's status is ↵aleos1-1/+5
recalculated. Log out or use @speed -1 to reset to default. (bugreport:7306) > Follow up to r17220: * Added an extra check if a player does not have a homunculus for 'hommutate' and 'morphembryo' git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17236 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-04-11- Strongly improved the structure of status_get_sc_def so it's a lot easier ↵playtester1-89/+122
to apply official formulas and make sure the checks are applied in the correct order - In the process, fixed the effect of luk on status changes and removed the static 3% resistance that has been proven to not exist (97 vit, 1 luk can get stunned on officials) - As there is no general luk resistance as it depends on each status change, removed the luk_status_def configurations - Updated the success chance of Decrease Agi to the formula that was extracted from Aegis (blevel/5 + int/5 + skill_lv*3 + 50) Note: I tested all the status changes thoroughly, but as this is a quite large update, it would be nice if someone could cross-check it. Note2: Renewal status resistances (for pre-renewal status changes) are currently not implemented in rAthena at all. They need to be added in another update. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17201 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-04-11- Then % ASPD bonus from Spear Quicken now depends on RENEWAL_ASPD rather ↵playtester1-1/+1
than RENEWAL, this should fix the problem that there is no ASPD bonus at all if RENEWAL is activated but RENEWAL_ASPD is not (bugreport:7357) - Added missing critical bonus on Valorous Assaulter's Katzbalger, it was only missing in the renewal db (bugreport:7355) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17199 54d463be-8e91-2dee-dedb-b68131a5f0ec
2013-04-06Fixed FrostNova Crashshennetsind1-6/+9
Special Thanks to Beret for pointing it out. Signed-off-by: shennetsind <ind@henn.et>
2013-04-02Updated Map Zone Databaseshennetsind1-21/+33
Introducing unit-type-based skill restrictions, details in the link http://hercules.ws/board/topic/302-introducing-hercules-map-zone-database/?p=2227 Special Thanks to lighta and Muad_Dib Signed-off-by: shennetsind <ind@henn.et>
2013-03-29Hercules Renewal: clif.cshennetsind1-139/+139
1st Phase Complete. http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-27Introducing Hercules' Map Zone Databaseshennetsind1-28/+19
Click the link for full info~! http://hercules.ws/board/topic/302-introducing-hercules-map-zone-database/ Signed-off-by: shennetsind <ind@henn.et>
2013-03-09Dropping StatusChangeStateTableshennetsind1-197/+67
We've discussed, and decided that this feature's improvement is not worth the hassle it creates. Gepard was right, and I was stupidly wrong. Signed-off-by: shennetsind <ind@henn.et>
2013-03-02Hercules Renewal: skill.cshennetsind1-67/+65
http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>