summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-07-31* Added the "F_BlockHigh" function back in, as it's still used by 2-x job ↵L0ne_W0lf5-52/+1325
quests. - Fix the assassin job quest item reward bug. Cheap fix until it's rewritten. * Added official Pang Voice skill quest for bards. Further official 2-x skill quests to come. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10938 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-31Renamed menuskill_lv -> Renamed menuskill_val, because people also used it ↵ultramage5-73/+77
to store stuff like map coords, inventory offsets and object IDs... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10937 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Fixed the OnAgitBreak message being map-only and not global when a castle ↵L0ne_W0lf2-2/+4
is taken. (Lil DomX) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10936 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30Updated sql filesPlaytester2-45/+46
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10934 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Added several localized quest items to item_trade.L0ne_W0lf2-0/+131
- Added some Rachel quest items as well as cash shop specific items to item_trade git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10932 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Additional Pet Tames reverted again back to item-type 2 (recent commit by ↵L0ne_W0lf2-4/+5
Ultramage fixes double-consumption) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10931 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Corrected pet taming code; items are consumed immediately and only 1xultramage4-64/+40
- TODO: add proper code for people who want delayed consumption git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10930 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Added 1 slot to all coloured ribbons as pointed out by Elfange.L0ne_W0lf2-7/+9
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10929 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Removed "Load Balancing" from the swordman job quest.L0ne_W0lf3-875/+268
- Swordman quest map warps are now contained within the swordman job quest file. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10928 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-30* Updated Job quests for 1-1 classes and Rebirthed classes.L0ne_W0lf24-3385/+5365
- Moved valkyrie.txt from ../cities/ to ../jobs/. It's not a city. Doofus. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10926 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-29* Fixed warps "Private House", from Moscovia.samuray222-2/+7
- Thanks to $ephiroth for the fix. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10925 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-28Fixed monsters using Pneuma on target instead of selfPlaytester2-2/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10924 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-28* Removed ridiculous refine_posword config switchultramage8-629/+237
* TODO: remove getequipname() func, it can be fully replaced by editing a few scripts, plus it doesn't do what the docs say it should do * Fixed a silly mistake in the main script engine loop ('pos' variable) * Fixed monter -> monster typos * Compacted some script function code (fewer LoC -> faster trac :) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10923 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-28* Fixed Black Ribbon's Aegis Name. (Ribbon -> Ribbon_Black) Thanks emc2boi.L0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10922 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-27* Simplified exp gain equations (now more FPU-friendly and precise), also ↵ultramage6-124/+106
fixes the uninitialized variable problem * Corrected one exp calculation overflow (mainly affected high-rate pk servers) * Fixed Neuralizer item script typo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10921 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-27* Changed name from "Pharacon" to "Phracon" in refine.txt.samuray222-3/+8
- Thanks to Barron-Monster. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10920 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-27* Added Cash Shop item fucntions. (/other/CashShop_Functions.txt)L0ne_W0lf5-42/+147
* Updated Cash Shop Skill Scrolls to behave more like official scrolls. - Kafra Card, Neuralizer, Giant Fly Wing and Dungeon teleport scroll now call functions. The functions for these items are found in /npc/other/CashShop_Functions.txt * Fixed Tidal Shoes missing HP bonus. (Thanks to ZephyrShakuraus) * Reverted change of Taming items item-type back to 11 because of a bug. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10917 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-27* Changed the way hit bonus is applied.Vicious2-8/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10916 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-26* Cleaned up mob drop code, crashfix is still needed though...ultramage8-147/+120
* Reduced ignore-list length to 20, added proper reply packet * Cleaned up some very poorly written pm-ignore code (see r141) * Fixed a typo in Warp Portal code displaying an incorrect map name git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10915 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-26Reverted Cramp respawn time. It's officially like this.Playtester1-3/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10913 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-26Fixed Fireball and Firewall mob skill levelPlaytester2-5/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10911 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-25Fixed a missing homunculus info packet when doing @refreshultramage2-0/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10910 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-25* Added support for character rename packet (only dummy code for now)ultramage8-222/+194
* Added support for langtype-12 char deletion packet (tested, works) * Synchronized txt/sql charserver code a bit * Adjusted motd.txt to not crash new clients * Removed some dead code from the charserver (see r352) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10909 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-25* Changed name from "Emvertacon" to "Emveretarcon" in refine.txt.samuray222-4/+8
- Thanks to Barron-Monster. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10908 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-24Venom Splasher and Gloria Domini fixes and updatesDracoRPG6-25/+29
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10907 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-24* Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster.L0ne_W0lf2-2/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10906 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-23* Fixed 3º Test in Hunter Job Quest.samuray222-25/+15
-Thanks to ultradamage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10905 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-23Added Job_Alchemist constant, Job_Alchem should now be considered deprecatedDracoRPG3-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10904 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-23* Fixed a little bug in "Dandelion Quest" with "Job_Alchemist" changed to ↵samuray222-5/+9
"Job_Alchem". -Thanks to Nobuo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10903 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-23* Updated "Welding Mask" Quest to the Official one.samuray222-55/+45
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10902 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-23* Changed the restricting mapflag for @jump from nowarp/nowarpto to noteleportultramage9-60/+53
* Simplified the mapindex code a bit * Changed clif_skill_warppoint() so that now the '.gat' adding happens inside and doesn't have to be handled by the calling code git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10901 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-23Corrected bugs in the Rachel Quests.L0ne_W0lf2-5/+11
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10900 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-22* Added a Missing "case 1:" on monster_museum.samuray222-3/+8
-Thanks to Dr.Evil git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10896 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-22* Rev. 10895 Added a Missing "close;" in "Bomb Maker" from "quests_hugel".samuray222-2/+7
-Thanks to Elfange. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10895 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-22* Rev. 10893 Correct some typos error like "next;ing".samuray225-5/+7
-Thank to theultradamage git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10893 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-22* Rev. 10891 Fixed a Little bug on "How does the Airship Works" Quest.samuray222-3/+7
-Thanks to Tantarian git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10891 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-22* Rev. 10889 Updated "Titicupe: Headgears" Quest to the Official One. ↵samuray222-159/+341
[Samuray22] - Blush, Cake Hat, Candle, Chef Hat, Raccoon Hat, Rainbow Eggshell, Spore Hat, Wonder Nutshell Quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10890 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-20* Corrected packet_db.txt. See topic:158382 for details. As a side-effect, ↵ultramage12-285/+425
the latest packet version is now 22 instead of 21. * Added a charserver config option for the character renaming flag, along with a detailed comment on what it's supposed to be. This eliminates all that "change PACKETVER to 8 and recompile" mess. * Moved PACKETVER back to clif.h, cleaned the related code a bit. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10888 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-19Added delay_dependon_agi since people actually use and need it...ultramage6-4/+19
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10887 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-18- Small update to the effects list (new exe's effects by Au{R}oN)ultramage7-39/+49
- No sending of the pet_equip packet when pet has no equip (thx to Skotlex) - Added back exp gain limiting for old formula to stop exploits (see r8177) - Now a message is printed when the packet_ver filter rejects someone - Renamed two structs using same name as variables (MSVC debugger issue) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10886 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-16* Fixed incorrect skill ID for Lady Tany's Expulsion.L0ne_W0lf3-3/+5
* Corrected the AegisName for "Fresh Fish." Should have been "Delicious_Fish" git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10885 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-16* Fixed fixed incorrect skill ID for Thanatos's ExpulsionL0ne_W0lf2-1/+2
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10884 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-15* Fixed Blue Drooping Kitty again (extra comma.)L0ne_W0lf2-1/+4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10883 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-14* Fixed missing item from "Fresh Fish" from cooking addition shops.L0ne_W0lf2-3/+6
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10882 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-13* Fixed error in Rachel's Sanctuary quest.L0ne_W0lf3-5/+8
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10880 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-13* Updated "Name" fields for 11.2 headgears.L0ne_W0lf7-1514/+1019
* Updated NPCs for Al De Baran - Added Inn NPC for Al De Baran * Fixed problems with Hahoe/Lion/Bride masks quests. * Added Zairik's fix for the wizard quest. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10879 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-13Fixed yet another script engine typo, this time in 'copyarray'ultramage2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10878 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-13* Fixed Blue Drooping Kitty. (Missing comma) Thanks to diedlikeaheroL0ne_W0lf2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10877 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-11* G_Bacsojin will summon G_Spring_Rabbit now instead of Green Iguana.L0ne_W0lf2-11/+14
* Fixed some of the episode 11.2 monsters not using the proper level for some of their skills. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10876 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-07-11Fixed a bug in the socket enchanterPlaytester2-1/+3
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10875 54d463be-8e91-2dee-dedb-b68131a5f0ec