summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-04* Corrected Icewall skill to be closer to official behavior (part of ↵ultramage7-63/+66
bugreport:38) - now works on occupied squares (previously it disappeared) - now you can walk out of an icewall square (removed code that blocked pathfinding if the origin cell was of a nonwalkable type) - added back the hack where mapcell changes are broadcast to whole map (prevents client from leaving the cells non-walkable if you warp away) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11354 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-04* Added MAX_HOTKEYS to supplement the HOTKEY_SAVING defineultramage13-78/+81
* Fixed a compile problem when hotkey saving is disabled (topic:167265) * Added script source error reporting to countitem() (topic:167165) * Removed integer mob skill state/target definition support (unused) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11353 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03- Update in the Field Manual and Bubble Gum items.zephyrus2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11352 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03* Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP)zephyrus6-2/+32
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11351 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03* Moved the homunculus shuffle code to mercenary.c, fixing the bug in the ↵zephyrus5-25/+71
atcommand not using the bonus evolution stats for homunculus. * Added a new script command "homshuffle" to reset the homunculus stats using NPC. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11350 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03* Cleaned up parts of skill.c related to skill unitsultramage8-444/+283
- removed some nonsense code in skill_dance_switch() (from r8876) - removed 'security system to prevent forgetting timer removal' (r1213) - renamed some skill-related data structs (had same name as variables) - commented out custom Venom Splasher countdown messaging code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11347 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-03Bosses now can use teleport on Land ProtectorPlaytester2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11346 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01Whoops, wrong revision given in changelog.L0ne_W0lf1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11345 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01* Fixed various trading/vending glitchesultramage9-468/+501
- fixed vending_tax not working at all (integer division in r10182) - undid change from r8273 where pc_getzeny() treated zeny overflow as an error condition; officially, the value is just bounded to MAX_ZENY - fixed stupid code that, instead of properly checking and filtering invalid items during shop setup, opted to 'hide' these items from the vending list instead... - removed some custom error message packets related to vending - fixed a glitch where the server would open a shop with no items when all entered items were tagged as invalid - split zeny handling from trade_tradeadditem() into a separate func (trade_tradeaddzeny()) - removed loads of redundant code from vending.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11344 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01* Fixed an assortment of typos and bugs care of yyCC.L0ne_W0lf6-13/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11343 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01* Small bug fix (== -> !=) thanks to Saithis.L0ne_W0lf2-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11342 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01Fixed Frigg combo not reducing def by refine ratePlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11341 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01Small sql updatePlaytester2-7/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11339 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01* Reverted the bug that was added in the last updatePlaytester4-3/+6
- official script clearly says 30% - please don't update db files without official source git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11338 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-10-01Fixed Gemini-S58 Card.Paradox924X4-2/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11335 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-30Re-phrased the max_lv and aura_lv client battle config setting descriptions.ultramage1-5/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11334 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-30Removed redundant 'subnet' s_subnet structure variable.ultramage5-65/+39
Removed duplicate code from the sql charserver that somehow appeared after the tmpsql merge. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11333 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-29* Fixed "Heat" and "Crimson Fire Formation"Playtester2-4/+7
- they now do 'unlimited' hits per second (same as firewall) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11332 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-29Renamed&moved macros clif_trading() and clif_cant_act() to pc.c since ↵ultramage2-44/+39
they're completely player-status related. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11331 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28Fixed Victorious Coronet thanks to Pinky and $ephirothPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11330 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28Added 11.2 gun dropsPlaytester2-3/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11329 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28* Changed back the query to get the friends of a character to a LEFT JOIN.FlavioJS3-1/+13
* Setting the item script variables to NULL when they are freed. (bugreport:142 ?) (a double @reloaditemdb might result in a double free) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11328 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28* Removed slots from Gusli, and commented it out. kRO doesn't support this item.L0ne_W0lf2-3/+6
- Removed slots from Chinese_Handicraft and Arrest_Handcuffs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11327 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28* Corrected Summer Outfit not included as a PC class. (Zephyrus_CR)L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11326 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28Added missing msg_athena.conf entry for the summer outfit; name 'Summer' ↵ultramage6-4/+5
used for now. Removed strange 'svn:executable' attributes from item_db2.sql and mob_db2.sql git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11325 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28Removed some redundant code from the sql charserver.ultramage4-147/+108
Fixed a sql-charserver @block crash (missing Sql_NextRow() call). Probably fixed 'random junk' being displayed in @changesex reply text. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11324 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28Updated item_db.sqlPlaytester1-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11322 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28* Implemented Summer Outfit care of Zephyrus_CR.L0ne_W0lf12-14/+55
- Increased MAX_GUILDCASTLE in mmo.h to 29 for future implementation of the 12.1 Guild Castles. * Added constants for Summer Outfit and updated the Summer_Event_Suit item script. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11321 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-28* Fixed sql target not including the save target in the Makefile, needed by ↵FlavioJS2-1/+4
the map server for save/mapreg.txt. (bugreport:131) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11320 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27* Re-added an ETC item that got lost in the item update. (7062) L0ne_W0lf2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11319 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27Fixed a small script typo in r11315 (offsets are 1-26, so rand() needs to ↵ultramage1-1/+1
return values from that interval and not 0-25). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11318 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27* Removed Final Strike from skill_cast_dbPlaytester4-901/+899
- also updated sql files git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11317 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27* Updated All ETC items until 11.2.L0ne_W0lf2-889/+892
- ETC items no longer use the "Sell Price" field. - Adjusted the Weight of a few items in the process. For example, Unknown Test tube from 30 -> 10. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27* Optimized/simplified some poorly written code in TSQultramage2-692/+398
- fixed wrong quiz answers - added some missing dialogue text, added some comments git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11315 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27* Fixed Diablos Armor. Again.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11314 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27* Fixed Diablos Armor (Thanks to WiZ|)L0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11313 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27* Loot code using charid's instead of id's in pick priority.FlavioJS12-61/+88
* configure script using svn:eol-style LF and require mysql/pcre when --with-mysql/pcre is used. Added a forgotten file from r11311. (script_commands.txt) Note: charid's are globally unique, id's are equal for characters in the same account. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27* Reimplemented mmo_char_fromsql using sql statements. (fixes bugreport:93)FlavioJS7-246/+396
* Fixed buildin_gethominfo not being included in the script engine. (bugreport:124) * homunculus_evolution -> homevolution in script_commands.txt. * Deleted item DEFAULT from item_db.txt and regenerated item_db.sql. (bugreport:103) * Skip empty lines and give more feedback (for invalid lines) when reading item_db.txt/item_db2.txt. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11311 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27* Made some adjustments in the Sign Quest with dialogs/summoning and fixed a ↵SinSloth2-203/+372
possible exploit earlier. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11309 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-27Fixed two item pricesPlaytester1-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11308 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-26* Implemented Token of Siegfried effect care of Zephyrus_CR.L0ne_W0lf4-1/+24
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11307 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-26- Pretend this never happened.skotlex1-2/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11306 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-26Fixed a typo in the sql login server causing client hang after entering a ↵ultramage1-1/+1
wrong password. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-25* Touched up View IDs of the Japanese new Mobile headgears.L0ne_W0lf2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11304 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-25* Added Veins Cool Event Corp. Rep. and Inn master.L0ne_W0lf3-6/+186
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11303 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-25Uploading the Guide this time. ;_;L0ne_W0lf1-0/+125
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-25* Added Veins guide first version. L0ne_W0lf2-0/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11301 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-25- Fixed bAddEff2 causing the effect on the enemy rather than on yourself.skotlex1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11299 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-25* Added Veins shops to shops.txt.L0ne_W0lf2-1/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-09-25* Corrected Aegis name for socketed Schweizersabel and Spike.L0ne_W0lf2-2/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11297 54d463be-8e91-2dee-dedb-b68131a5f0ec