summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-15Split off mapreg code from script.cultramage23-400/+623
* new mapserver files, mapreg.h, mapreg_txt.c, mapreg_sql.c * removed MAPREGSQL from project files / makefiles * mapreg storage engine is now fully dependent on the server type * added config settings mapreg_txt and mapreg_db to inter config * added get_str() function to complement add_str() * fixed txt mapreg code allowing too long variable names git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13081 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-15Applied one missed conf setting rename (followup to r13077).ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13080 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-15bugfix (bugreport:2038)Yommy2-1/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13079 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-15incorrect item id (bugreport:2063)Yommy2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-15* Removed gm_cant_party_max_lv. It now uses gm_cant_party_min_lv as the ↵sketchyphoenix5-6/+8
threshold. (bugreport:2051) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13077 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-14* Added: new items, according to kRO items descriptions (commented out for a ↵akrus2-2/+21
while) (bugreport:2043) [akrus] * Fixed: items 7918, 11703 wrong line format (bugreport:2055) [akrus] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13076 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-12Now using proper enum type for mob skill state tracking.ultramage2-18/+17
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-12Added updated client effects list.ultramage4-42/+63
Corrected some doc/npc typos. Reindented some mob AI code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-12Added gcc compiler flags to silence some warnings in non-debug builds ↵ultramage2-0/+2
(bugreport:1993) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13073 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-12Hammerfall now works with daggers and 1h swords (bugreport:2045)ultramage2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13072 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-11* Corrections and fixes to the mob Skill DB.L0ne_W0lf2-0/+17
- Readded the skill "Self destruct" to G_SEYREN - B_YGNIZEM Will again teleport on rude attacks. - Added Pouring and Bombporing skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-11Fixed right-click npc unload not unloading duplicates (bugreport:2014)ultramage2-0/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13070 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-11Corrected Flame Skull Card, rate os 5% not 50%. This is what happens when ↵L0ne_W0lf2-1/+3
your value types are inconsistent. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13069 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10Updated the dungeon teleport scroll menu. L0ne_W0lf2-2/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13068 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10Accidentally reverted the fix to Drifter.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13067 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10* Rather massive item database update.L0ne_W0lf6-1579/+2438
- Added a lot of items, though some are not implemented. - Updated a lot of the current prices for many items - All items now use the "Buy" column for price. * Added new skills to the skill database. (commented out) * Updated item trade database with new items. * Updated Cashshop functions. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13066 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10copy paste error in monster race (bugreport:2035)Yommy2-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13065 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10Some skill corrections based on bugreport:1945ultramage2-6/+5
- enabled WZ_FIREWALL and NJ_KAENSIN effect stacking (for more damage) - blocked stacking of Warp Portal and Flip Tatami land skills - reverted r12798's land-protector code change (incorrect and also doesn't have any effect) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10Some small code cleaningultramage4-118/+149
- removed unused create_storage() function - removed unused char_db mapserver config setting - adjusted formatting of mapserver config loading code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10Removed 'DROP TABLE' statements from main.sql (bugreport:1714)ultramage1-66/+33
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-10fixed bug reports (bugreport:1556 bugreport:1913 bugreport:1839)Yommy4-3/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13061 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-09fixed bug reports bugreport::2029 bugreport::2023 bugreport::1923Yommy5-8/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-09Really implemented SC_WALKSPEED (instead of copy-pasting old code) (followup ↵ultramage1-1/+1
to r13039) - the modifier is now a percentual value - a higher modifier now means faster speed, not slower git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13059 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-09Fixed a mistake in r13051 party invite code where 'tsd' was accessed before ↵ultramage1-5/+5
checking for NULL. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-09Fixed @noks leaking internal buffer contents (bugreport:1528).ultramage2-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13057 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-09Now Novices without lvl5 basic skill can be partied (bugreport:1131).ultramage2-14/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13056 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-09Fixed login printing raw passwdenc passwords to console (bugreport:826).ultramage7-35/+59
Added strlib function bin2hex(). Cleaned up the md5calc interface a bit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-09Corrected an outdated compilation option in the login txt->sql converter ↵ultramage2-4/+4
projects (bugreport:2025). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-08Removed unofficial inn maid from Alberta.L0ne_W0lf2-10/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13053 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-08* Slew up NPC bug fixes and other updates.L0ne_W0lf7-14/+32
- Corrected item checking in Dancer job quest. (buggreport:1987) - Fixed infinite dialog in novice grounds. (buggreport:1998) - Fixed overlapping warps in ice dungeon. (buggreport:2009) - Corrected super novice script checks. (buggreport:2016) - Corrected bug in alchemist dealer. (bugreport:2020) - Commented out message board NPCs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13052 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-07* Added another GM trust config for party invitations (bugreport:2004)sketchyphoenix5-1/+26
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13051 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-06sleepy... some more typo fixes (bugreport:1983 + bugreport:2008)akrus2-2/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-06fixed a typo (bugreport:1998)akrus1-1/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13048 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-04- Killed mobs with NPC_REBIRTH skill used should not drop items again. ↵zephyrus3-38/+51
(Aegis test) - Monsters with SC_KAIZEL should not trigger event script until. - Monsters NPC_REBIRTH should not be casted if no source (killmonster script or @killmonster) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13047 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-04Fixed an ancient sql query typo (bugreport:1979)ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13046 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-04Attempt no.2 at svn:executable (followup to r13044)ultramage11-0/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-04Added svn:executable property for several batch/shell scripts.ultramage0-0/+0
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13044 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-04Corrected project files / makefiles that were missing newly added .c file ↵ultramage15-121/+175
entries. Corrected a leftover _RJ setting in the vs6/vs7/vs8 txt login server project files. Reformatted the converters makefile. Added a crude vs9->vs8 project file converter to /tools. Synchronized vs8 project files using the converter tool. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-04Fixed an auth bug in txt charserver (caused by r12579, followup to r12609)ultramage1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13042 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-04Added configs for quest table name adjustment (bugreport:1778)ultramage3-0/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-03Fixed an NPC in Kiel Hyre Quest warping onto the exit warp for final room.Paradox924X2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-03Re-implemented SC_WALKSPEED (used in npc scripting) according to official ↵ultramage1-0/+2
sources (followup to r13037). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-03Fixed some condition checks in archer, mage, and swordie, jobs.L0ne_W0lf4-6/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13038 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-03Implemnted Hugel Monster Races.L0ne_W0lf3-2/+12425
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13037 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-02Player shops will not close on death anymore (bugreport:1955).ultramage2-4/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-02Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp ↵ultramage4-4/+5
skull drop, respectively). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13035 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-01* Mapflag updates. Will need to do a complete rewrite eventually.L0ne_W0lf8-304/+211
- Removed several noicewall limitations from interior maps mostly. - Removed several noreturn limitations from interior maps mostly. - Removed nobranch limitations from PVP (yoyo and nightmare) maps. - Removed nopenalty flag from nightmare PVP maps. - Commented out all noloot and noexp mapflag entries. - Added a few more noskill entries for some maps. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13033 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-01Disabled the gm-hide namerequest cheat detection, uncomment if you know what ↵ultramage1-18/+15
you're doing. Related revisions: r5813, r6709, r6715, r9905. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13031 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-08-01Removed unused guardian hp columns from the guild castles table in main.sql ↵ultramage9-25/+19
(should have been done in r11915). Corrected incorrect use of the datetime column in the `login` table (bugreport:1962). Refreshed txt account savefile. Cleaned up some random minor source code glitches. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13030 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-07-31Quagmire now will affect boss monsters, but more info is required to code ↵shadow2-1/+3
the debuff exceptions properly. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13028 54d463be-8e91-2dee-dedb-b68131a5f0ec