summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-07- A few reorders and type-changes in the map_session_data structure for ↵skotlex1-8/+7
better memory allocation of the variables. Also fixes a size conversion warning. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9169 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07- Applied FlavioJs's patch which enables colored console output for Windows ↵skotlex14-130/+832
systems. It also includes a config setting called "stdout_with_ansisequence" with which you can turn off the color codes (in case you are logging all output) - Added error reporting when the max number of ground unit cells has been reached (this may be the reason why sometimes it fails to recognize when you step out of a song/dance/encore) - Added passing the Endure effect to other devoted people. Note that the "hit count" is individual for each character, and only when it ends on the Crusader himself will that force it to end on everyone else. It also will not transfer on gvg grounds, but it does transfer in pvp. - Fixed Reflect-Shield triggering Auto-Guard instead on devoted chars. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07Another one set of fixes for the scripts syntaxLupus25-48/+49
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9166 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07Kiel now summons 6 slaves instead of 5Playtester2-4/+5
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07- Fixed a fake nullpo when parsing the reply to a guild alliance request.skotlex1-3/+7
- Fixed the position of a nullpo in guild.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9164 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07- Added a check to prevent casting ground skills on a target and vice-versa ↵skotlex2-7/+16
when said skill use packets are received. It really shouldn't be exploitable, but doing that certainly makes the server print a lot of "unknown skill used!" messages. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9163 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07- Fixed map_foreachiddb and map_foreachpc so they don't encapsulate the ↵skotlex10-50/+69
variable arguments into a double va_arg list. Thanks to the Ultra Mage for the tip. - Cleaned up the clif_hate/mob_info functions with the correct fields/usage as explained by Rayce. - Implemented clif_feel_hate_reset packet to properly display the Angel of the Sun/Moon/Stars, thanks again to Rayce for the relevant information. - LP will again block all land-stuff from being placed down on top of it for the exception of Song/Dance/Encores. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9162 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07added QUIZ PART 1 by CAHTEXHuKLupus2-0/+2143
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9161 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-07* Reapplied 'fix equipment scripts which are based on character variables ↵Lance2-4/+7
not working.' modified Changelog-Trunk.txt modified src/map/pc.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-06- Corrected Ground Drift. Splash range of 3x3, stackable and placeable ↵skotlex8-75/+112
underneath others, cast time is 2 secs. It's considered ranged, and it's damage increase is defense ignoring, always neutral damage. - Added Bull's Eye 0.5 sec cast time - Corrected Bull's Eye implementation, it should deal normal damage against non brute/demi-human targets. - GS_DUST is now considered a short-range attack - Implemented Desperado's hit rate based on distance to caster as it's believed to behave. - Suiton's Speed/Agi penalty will affect everyone when used in versus maps. - GS_TRACKING's range is no longer affected by Snake Eye. - Cleaned up some skill_trap_splash - GS_FLING's defense reduction is now 5*lv% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9158 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-06Fixed item select in Novice ExchangerLupus2-4/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9157 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-06- Corrected Kaupe so it doesn't ends on the first part of Soul Destroyer.skotlex4-12/+22
- Applied some cleaning to the way Tatami Gaeshi knocks back. - Cleaned up the way mobskill_use checks for the correct event. It should fix unlimited mob-skill-casting issues. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9154 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-06- Ganbantein's delay is now 2 secs.skotlex11-53/+86
- Removed the time2 value of NJ_NEN since it has no use. - Removed the return code entry when logging GM reload-GM requests (login-sql),it'll just be stored as zero. - Added a fix on socket.c to not pick INADDR_ANY when choosing our own IP. - Applied the correction on maprespawnguildid so that it parses ALL players and not just those on a map. - TK_JUMPKICK now dispels normal aspd/speed potions (not berserk pitched ones) and Preserve will be unable to block this. - Soul Linkers are now inmune to SA_DISPEL - You can now place everything (except magic skills) on top of LPs. - Corrected Ganbantein to not touch song/dance/ensembles. - Status_calc_pc will refuse to execute if the player is still tagged as a "new connection" and the invocation is not meant to be the first one. - Swapped the order of checks in status_isimmune so that Wand of Hermod skill blocking takes precedence over GTB's - Client packets will all be ignored while a player is not on a map until the LoadEndAck packet is received. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9152 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-06* Reverted changes, moved status_calc_pc(sd,1) back to pc_authok since it ↵Lance3-5/+9
causes problems. modified Changelog-Trunk.txt modified src/map/pc.c modified src/map/script.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9150 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-06modified src/map/clif.cLance2-3/+4
modified src/map/pc.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-06* Temperory fixed stability issue caused by initial status_calc_pc being ↵Lance2-2/+7
placed AFTER another status_calc_pc. modified Changelog-Trunk.txt modified src/map/pc.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9148 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-05Raised the chance to get an OPB from an OPBPlaytester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9146 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-05Fixed extra EOL in jro spawnLupus2-29/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9145 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-05Official NJ/GS job exp for level 51+52Playtester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9144 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-05Fixed reward of gunslinger job questPlaytester2-2/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9142 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-05Added maplags for PowerNPC quest.Lupus4-6/+12
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-05Updated sql filestoms4-122/+125
Updated perl files acording to rev 9135 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-05Readded duel code in map_quit. Why it has been removed!?LuzZza2-2/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-04Many small scripts fixes - tabs, parenthesis, typoLupus28-1300/+1282
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-04a couple new script commands [Reddozen]reddozen1-20/+75
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-04* Converted itemdb tables to use smallint. Credits to ALZ. Lance4-2736/+2740
modified Changelog-Trunk.txt modified sql-files/item_db.sql modified sql-files/item_db2.sql added sql-files/upgrade_svn9135.sql git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-04fixed weight check. added tabsLupus4-14/+13
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03Official X.4 MVP rewardsPlaytester2-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03Small Kiel Quest updatePlaytester3-6/+7
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03Reverted fields/amatsu.txtPlaytester1-21/+21
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9130 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03updated Hunter Job Quest with 7 official item setsLupus3-79/+92
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03Official NJ/GS job exp up to joblevel 50Playtester2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9127 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03* Remaining official X.4 drop updatesPlaytester3-11/+14
- updated related item names git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-03amatsu field hydra id fixLupus3-33/+31
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9125 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-02* Official Gunslinger/Ninja weapon dropsPlaytester3-81/+84
- updated other mob drops A-M - updated related item names git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-02Official X.4 mob dropsPlaytester2-21/+22
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-02merged from trunk to stable. Fixed item names in 2006 headgear quest, DTS ↵Lupus3-18/+21
warper typos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-02Fixed Aliot's Rebirth skillPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9121 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-01Added entrance to Kiel Dungeon F2Playtester2-0/+34
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9117 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-01* Reverted LK_Berserk HP requirement, as everything, including kRO X.2 and ↵Vicious3-1/+6
pRO X.3, points that way git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-11-01Cleared a bit 'clear garbage' function. Update novice grounds with correct ↵Lupus3-58/+40
kafra tickets git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9115 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-31* Official X.4 spawn mob typesPlaytester7-31/+48
- numbers are official on 90% of the maps git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9113 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-31- Fixed song/dance/encore cells not being placed down when casted on top of ↵skotlex2-1/+3
a land Protector. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-31Update homunc's speed when master's speed changes, should avoid homunc's ↵toms2-0/+14
speed = 0 on login (when homunc's stats are calculated before master's stats) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9110 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-31- When Kaizel (or super novice rebirth skill) triggers, you get debuffed now.skotlex8-22/+42
- Modified the player_cloak_check_type and monster_cloak_check_type settings. 1 makes it check for walls, 2 makes cloaking NOT end on normal attacks, and 4 makes cloaking NOT end when using skills. The default setting for players is still 1, but for mobs the default has been changed to 4. - Non-players can now use all skills while hidden. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-31- Added a check to prevent adding negative damage to the total accumulated ↵skotlex3-3/+23
damage in mob_damage. - Implemented the property where the first attacker get's double exp-share than the others. Due to the way exp calculation is done, this bonus will not apply when you use exp_calc_type 1 (damage/max_hp) instead of the default (damage/total-damage). For now this bonus is done after calculating who is the MVP character instead of before. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-31gon_test,70,103,3 --> Added missing (.gat) Lupus1-1/+1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-30- Updated the npc/other/marriage.txt wedding script with the most current ↵skotlex2-20/+33
version. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9103 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-30Fixed a little bug in event enqueue codetoms2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9102 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-30Added some official X.4 drop ratesPlaytester2-9/+10
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9101 54d463be-8e91-2dee-dedb-b68131a5f0ec