summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-05-19- Corrected number of water-ball hits when used by mobs and not consuming del...skotlex2-4/+15
2006-05-19- Updated mob ai behaviour so that mobs use IDLE state skills when their curr...skotlex2-4/+12
2006-05-19Fixed Bascojin's mob summoningPlaytester2-3/+4
2006-05-19Fixed some sprite names of mobsPlaytester2-6/+7
2006-05-19Commented a warp that stands in the middle of nowherePlaytester2-2/+5
2006-05-19Fixed item names of new itemsPlaytester2-12/+14
2006-05-18Amon Ra's and Dark Lord's Fire Pillar & Meteor Storm now have Level 11 rather...Playtester2-7/+8
2006-05-18Fixed MVP Fire Pillar --> 12 hits, 5x5 rangePlaytester2-1/+2
2006-05-18- Added 5 config settings to adjust damage in pk-mode servers (misc.conf)skotlex6-9/+41
2006-05-18- Fixed mob_max_skilllvl being capped to 11!skotlex2-2/+3
2006-05-18- Rewrote/cleaned up several functions in storage.cskotlex4-214/+237
2006-05-18- Some code cleaning of the skill reiteration/nofootset code.skotlex4-28/+18
2006-05-18- Applied an experimental weather code that should lower bandwidth usage to n...skotlex3-40/+25
2006-05-18- NPC_AGIUP will now give movement boost of 50%skotlex3-5/+14
2006-05-18new itemsLupus2-7/+27
2006-05-18git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6636 54...evera2-5/+6
2006-05-17Fixed the item_bonus doc saying autospell3 rate is y% rather than y/10%Playtester1-1/+1
2006-05-17- Modified mob_can_changetarget to return true always when the new target is ...skotlex2-3/+10
2006-05-17Now the Inns are like on official serversPlaytester2-50/+4
2006-05-17- Added check to clear previous skill when combo time ends. Should fix TK Ran...skotlex2-1/+7
2006-05-17- Power Up and Agi Up now increase Hit/Flee by 20%/lvskotlex2-1/+3
2006-05-17Removed AtCommand_Monster and replaced it with AtCommand_Spawn for Skots [Red...reddozen2-2/+2
2006-05-16- Modified "hide woe damage" to send the number of hits rather than 1 as dama...skotlex3-6/+9
2006-05-16More Aegis X.2 drop updatesPlaytester2-20/+23
2006-05-16- Added a check to map_searchfreecell to handle the case when no ranges are s...skotlex1-0/+7
2006-05-16- Fire Pillar will now do 200%MATK damage per hit when level is >10.skotlex5-3/+28
2006-05-16Just a small fix(G_Khalitzburg speed 200 -> 175)Playtester1-1/+1
2006-05-16git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6617 54...evera1-1/+1
2006-05-16fixed dts, changed kafra_pay, kafra_dungeons, and functions_kafraevera5-87/+149
2006-05-15Just a minor fix to Amon Ra...Playtester1-2/+2
2006-05-15More Amon Ra related changesPlaytester6-15/+19
2006-05-15Only a typo fix...Playtester1-2/+2
2006-05-15- When reading mapflags, when a map is set to be pvp or gvg, the other will b...skotlex2-0/+11
2006-05-15* Fixed implementation of MVP Meteor StormPlaytester4-5/+10
2006-05-15- Firepillar's damage per hit is now 100% MATK (rather than 20%) when the ski...skotlex4-7/+12
2006-05-15- Soul Drain will now show the SP drained regardless of drain display settings.skotlex4-36/+44
2006-05-15Changed speed of G_Khalitzburg (very fast now)Playtester2-1/+2
2006-05-15- Fixed Option_Wedding in const.txt (0x1000 won't work, it has to be 4096)skotlex2-1/+3
2006-05-15Small skill fix on Amon Ra...Playtester1-3/+3
2006-05-15- Fixed the nocast flag 2 (not usable in pvp) returning true in pk-mode servers.skotlex4-4/+18
2006-05-15More fixed on Amon Ra, it works quite well now, mostly code fixes are needed...Playtester5-9/+14
2006-05-15- Changed the behaviour of immobile mobs when they can't chase their target. ...skotlex2-1/+5
2006-05-15- Removed Lance's checks in clif.c to prevent sending packets when a player i...skotlex3-12/+9
2006-05-15- Fixed clif_GlobalMessage being the exact same function as clif_message (the...skotlex3-2/+5
2006-05-15- Added SC_BLADESTOP to the switch listing in status_change_startskotlex7-11/+9
2006-05-15* Players with OPTION_INVISIBLE should not be sent to clients.Lance2-2/+13
2006-05-15git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6593 54...Lance1-1/+1
2006-05-15* Added NPC event deprecated warnings to ease debugging old scripts. Lance2-5/+40
2006-05-15Script devs PLEASE convert all 'donpcevent's to proper format.Lance1-3/+5
2006-05-15* Supplied fake NPC ID in sd->npc_id for item scripts. Lance2-0/+2