summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-06-28BG Queue Testingshennetsind9-37/+180
http://hercules.ws/board/topic/1302-bg-queue-debug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-28Fixed Bug #7448shennetsind1-7/+13
Queue Iterators now keep a copy of the queue they'll iterate, so the iterator won't break items are removed or added during iteration. Special Thanks to Wend~! http://hercules.ws/board/tracker/issue-7448-queue-memory-leak/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-28Minor chrif.c interface adjustmentshennetsind2-9/+10
Special Thanks to Takkun for pointing it out. Signed-off-by: shennetsind <ind@henn.et>
2013-06-28Bumping Skill Indexshennetsind1-1/+1
As per malufett's request, for the upcoming support of the new 700 and above skills ( NPC_WIDE_DEEP_SLEEP etc ) Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Fixed Bug #7439shennetsind1-3/+4
Special Thanks to Wend. http://hercules.ws/board/tracker/issue-7439-queue-system-error/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Map Zone mapflag unload fixshennetsind1-5/+5
map[].units and map[].skills do not store the actual memory, they're pointers. Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Fixed Bug #7433shennetsind1-0/+10
http://hercules.ws/board/tracker/issue-7433-mount-and-mount2-command-bug/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Fixed Bug #7321shennetsind1-0/+3
Special Thanks to Xgear, he and I spent about 3h to figure this little thing. http://hercules.ws/board/tracker/issue-7321-map-server-connectivity-on-windows/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Follow up e5b1d3bdff66c9475755651a94d20057fc4d02ddshennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Follow up f98484699e820d8a6cd2eb656244a9178b1ecc61shennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind21-196/+311
2013-06-27Fixed Bug #7444shennetsind1-1/+0
Special Thanks to shenhuyong, Haruna. http://hercules.ws/board/tracker/issue-7444-partymembercount-gone-missing-when-reloaditemdb-is-executed/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-27Merge pull request #48 from CairoLee/mastershennetsind5-3/+12
Implemented notomb Mapflag
2013-06-27Merge pull request #52 from MatiasSW/chatdisguiseshennetsind1-0/+8
Chatroom deleting after @disguise
2013-06-27Merge pull request #53 from MatiasSW/ensembleshennetsind2-1/+15
Ensemble Songs
2013-06-27Merge pull request #54 from MatiasSW/channelbanshennetsind1-4/+10
Channel banning characters with a space in their name
2013-06-27Merge pull request #50 from Earisu/mastershennetsind16-188/+266
Chrif interface
2013-06-27Fixed Bug#7404malufett1-0/+1
-ALL_ODINS_POWER should now work properly. Follow up@074662a4b30e5d380fda32fd7df2d3ae2de759e0 -added some missing entry in dbs. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
2013-06-26Fixed bug#7438malufett1-1/+6
-fixed some compilation warning in PRE mode.
2013-06-26Fixed Bug#7402malufett6-270/+352
-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-26Merge branch 'master' of https://github.com/HerculesWS/HerculesSusu5-36/+57
2013-06-25Follow up 5785dbae3f513da20611e3147dadef2b9c911443shennetsind1-2/+6
Adjusted asura, special thanks to VyLow for bringing it up. Signed-off-by: shennetsind <ind@henn.et>
2013-06-25- Fixing an isue with Disguise that'd make chatrooms disappear when ↵Matias1-0/+8
@disguise'ing after creating a chat
2013-06-25- Fixed a bug with Ensemble songs allowing the Buffed target to leave party ↵Matias2-1/+15
and keep the buff. Also fixed a strange issue that'd allow non-party members to receive the buff under specific case
2013-06-25Fixing an issue with "@channel ban" not allowing you to ban a character with ↵Matias1-4/+10
a space after the first char of their name
2013-06-25For Bug #7402shennetsind2-25/+42
Temporary measure until malufett is capable of adjusting it himself. Special Thanks to Xgear for going thru all the testing for this with me, Also Special Thanks to VyLow for making it possible for me to reproduce the issue, and Zopokx, mofo and malufett. http://hercules.ws/board/tracker/issue-7402-damage-with-reduction-cards/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-25Fixed Bug #7429shennetsind1-3/+0
Special Thanks to Poison, Haru. http://hercules.ws/board/tracker/issue-7429-partymembercount-gone-missing-when-reloadscript-is-executed/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-25Fixed item package announcershennetsind2-6/+9
Made Possible Thanks to Yommy (<3!) Special Thanks to kyeme and Beret for bringing this issue to our attention. Signed-off-by: shennetsind <ind@henn.et>
2013-06-25- Added chrif interfaceSusu16-188/+266
2013-06-25Implemented notomb MapflagCairoLee5-3/+12
2013-06-24Fixed db2sqlshennetsind2-5/+7
Wasn't taking in account the delay_consume flag which actually means the item type is 11 not 2. Also added a extra warning in the item packages parser. Special Thanks to ossi0110 for bringing this up. Signed-off-by: shennetsind <ind@henn.et>
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-24Follow up fcba8a2161a392369db99ab9a516a24470c54796shennetsind2-5/+20
Fixed "random" item package rates, special thanks to Beret. Also, added the missing (+130) item package calls (special thanks to Streusel!) Signed-off-by: shennetsind <ind@henn.et>
2013-06-24Fixed Bug #7419shennetsind1-2/+1
Special Thanks to Axiom http://hercules.ws/board/tracker/issue-7419-pcc-error/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-24Fixed Bug #7412shennetsind9-58/+86
Special Thanks to shenhuyong http://hercules.ws/board/tracker/issue-7412-create-instancereloadscript-causes-map-server-crash/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-232012-07-16Ragexe Supportshennetsind1-1/+28
Special Thanks to Frost for bringing this to me! Signed-off-by: shennetsind <ind@henn.et>
2013-06-23Fixed Bug #7420shennetsind1-22/+25
http://hercules.ws/board/tracker/issue-7420-killing-the-npc/ Special Thanks to kyeme, frost, ossi0110 Signed-off-by: shennetsind <ind@henn.et>
2013-06-23Follow up fcba8a2161a392369db99ab9a516a24470c54796shennetsind1-3/+1
Amazing, all my huge commits end up having debug left overs no matter how hard I try to not leave any behind T___T so sad ;__; /embarrassed Signed-off-by: shennetsind <ind@henn.et>
2013-06-23Official Item Group/Package/Chainshennetsind26-1653/+2210
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-21Fixed Bug #7406shennetsind1-0/+2
sd->idletime would be empty until first clif action, now it starts right on pc_authok. http://hercules.ws/board/tracker/issue-7406-checkidle-acting-weird-onpcloginevent/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-20Hercules Renewal Phase One: storage.cshennetsind11-103/+149
2 new interfaces: - storage - gstorage http://hercules.ws/board/topic/237-hercules-renewal/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-20Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-2/+2
2013-06-20Follow up 8568f179f5cefa638d564b75119235bac4b9a3b3shennetsind1-1/+1
Signed-off-by: shennetsind <ind@henn.et>
2013-06-20Fixed an unsafe TBL_PC* cast in battle_calc_elefixHaru1-2/+2
This would cause a mapserver crash whenever the function was called by a monster attack. The issue was introduced in 03956104
2013-06-19Skill Tree DB Redesignshennetsind3-46/+252
http://hercules.ws/board/topic/1188-skill-tree-db-redesign/ Signed-off-by: shennetsind <ind@henn.et>
2013-06-19Follow up 4ed9b9d0ca7de07169db2bd7024cba5cc3ac2fa8shennetsind1-0/+5
Missed 20130618 (again, special thanks to Shakto) Thanks to jaBote for pointing it out. Signed-off-by: shennetsind <ind@henn.et>
2013-06-19PacketKeys Update: 44 Client Dates Supported.shennetsind1-5/+174
http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ Super-ultra-mega Thanks to Shakto for providing us with these! 20110817, 20110824, 20110831, 20110906, 20111005, 20111012, 20111021, 20111025, 20111102, 20111109, 20111122, 20111207, 20111214, 20111220, 20111228, 20120104, 20120111, 20120120, 20120202, 20120207, 20120214, 20120229, 20120307, 20120314, 20120321, 20120328, 20120404, 20120410, 20120418, 20120424, 20120509, 20120515, 20120525, 20120605, 20120612, 20120618, 20120702, 20120716, 20130320, 20130514, 20130522, 20130529, 20130605, 20130612 Signed-off-by: shennetsind <ind@henn.et>
2013-06-19Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind10-40/+63
2013-06-18Fixed Bug#7396malufett2-15/+13
-map crash in using GN_BLOOD_SUCKER.
2013-06-17Fixed Bug#7247malufett2-3/+3
-while vending you can now change equipments. Updated sc_config.txt notes. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>