3058 Commits

Author SHA1 Message Date
musashiden
c7269c7530 - Juno Update Process. 30% complete.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7173 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-15 02:07:31 +00:00
skotlex
38f30d053d - Fixed map_nick2sd so that searching for "Adam" will not match a char named "Adam Smith". Thanks to Adam for reporting it out.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7172 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-15 01:40:59 +00:00
MasterOfMuppets
ce995d0bbf Some more sign quest warps.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7171 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 20:44:19 +00:00
skotlex
f9c36c217e - Modified how luk reduces status changes by reducing the gap. Eg: resist = vit; resist += (max - resist)*luk/300;
- Added battle settings pc_max_sc_luk/mob_max_sc_luk to handle which is the luk threshold at which you gain inmunity (defaults to 300).


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7168 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 20:10:36 +00:00
Playtester
38228062e2 * Fixed the awfully coded Baseball Cap script
- please use CONSTANTS!
- please use RC_Nonboss and RC_Boss for "all mobs" instead of listing all the races!
- please don't stack RC_Nonboss with RC_(some race)!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7166 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 17:46:04 +00:00
Playtester
a6c4520cb8 Fixed Job Level requirement for Auto-Berserk
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7165 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 17:37:39 +00:00
blackhole89
f7fa729e23 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7164 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-06-14 17:13:56 +00:00
skotlex
c811ab0d88 - blocked again skill usage during marionette.
- Some minor code cleanups.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7162 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 15:35:25 +00:00
skotlex
e74e095778 - Fixed main.sql adding a key on char_id rather than account_id for the char table.
- Cleaned up character saving in char-sql, it no longer needs to query the database to see if the player exists on each char-save, instead it checks the received data against the online-players db. 
- Added an error message on the char-server when the received player data size does not matches with the expected size (should avoid the crash that happens on such a memcpy).


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7160 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 14:18:30 +00:00
MasterOfMuppets
af566f8991 Fixed some quests giving too much exp. Also fixed a major problem in the level 4 weapon quest, thanks to Qwadrat.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7159 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 12:55:47 +00:00
MasterOfMuppets
72316cce5c Fixed an exploit in the comodo gambling script.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7156 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 11:21:40 +00:00
Lance
19e8dde400 Syntax errors :(
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7155 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 09:40:52 +00:00
Lance
4ef75d85f3 - A quick fix for lazy scripters -_- sheesh
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7154 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 08:57:38 +00:00
Lance
23f8c655ff - Welcome Sign duplicated NPC update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 08:38:33 +00:00
Lance
bb95f30409 - Encyclopedia Duplicated NPC Fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7152 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 08:36:44 +00:00
Lance
2c07f1ea02 Kafra - Duplicated NPC Updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7151 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 08:33:33 +00:00
Lance
0ec9bef7cb * [Improved]:
- script_save_mapreg for MapregSQL Saving to display perfomance only in slow queries. 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7150 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 08:00:48 +00:00
musashiden
6b449673c2 -fixed some Juno typos. (i should really stop scripting at 3:45AM >_<)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 07:27:17 +00:00
Lance
54b592fe29 * [Improved]:
- npc_parse_script to show information and remove duplicated NPCs.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7148 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-14 06:55:27 +00:00
skotlex
e4fb5dbbf7 - Updated mob_db.sql and item_db.sql to latest.
- Added account_id index to char table. Thanks to Buuyo for reporting it.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7146 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 23:49:53 +00:00
skotlex
227f21ee71 - Fixed a packet_ver error with the #defines in clif_spawn.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7145 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 21:29:04 +00:00
Playtester
abfc3def83 Fixed exploit in Louyang NPC
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7143 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 20:32:10 +00:00
Playtester
179ee8b849 Correct implementation of Detale & Abyss/Thanatos spawn update
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 20:05:19 +00:00
Playtester
1009ac4a73 * Added Dr.Evil's fixes to the Umbala NPCs
- probably needs some testing

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 19:11:12 +00:00
Playtester
ecc45a81d1 Fixed the Job Level requirement for Arrow Crafting
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 18:56:22 +00:00
Playtester
36480324dc Fixed the names of the Lotto items
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 18:43:46 +00:00
skotlex
324bf6e522 - Fixed compilation error on clif.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 17:41:04 +00:00
skotlex
c5909b0e34 - Marionette and Devotion will now check raw distance and ignore obstacles and the like.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 17:37:08 +00:00
skotlex
785e089deb - Added irc_channel_pass setting and prevent crashing when irc server lookup by host fails. Thanks to Trancid for the details.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 17:02:03 +00:00
MasterOfMuppets
f3a1218d62 Implemented the comodo gambling NPCs. Thanks to reddozen and Zefris.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 16:42:36 +00:00
Lance
d9b25389a7 git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7130 54d463be-8e91-2dee-dedb-b68131a5f0ec 2006-06-13 15:32:46 +00:00
Lance
6dd1c22d41 * [Fixed]:
- clif_parse_GetCharNameRequest displaying false alarm for legitimate GM snooping.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 15:32:25 +00:00
skotlex
89a6b23a92 - Added HM_SKILLBASE, MAX_HOMUNSKILL to specify the skill level range of Homunculus.
- Added support for reading correctly status change data from Guild and Homun skills.
- Added support for reading Homun skill data (which means the HM skills are now safe to add to skill_db, skill_require_db, etc)
- Moved StatusSkillChangeTable to StatusSkillChangeTableArray and made a function called StatusSkillChangeTable to do the conversions taking into account HM/GD skills.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7128 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 15:06:16 +00:00
skotlex
9c860c13a4 - Oppositions can't be made during WoE now.
- Fixed a few compiler warnings from VC
- Commented out the Homunculus Skills<->Status Change link which was causing some memory corruptions.
- 


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7127 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 14:06:05 +00:00
Lance
a51eda844c Another mistake.. shit
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 10:45:43 +00:00
Lance
4a226bec3a Fix again >_<
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7125 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 10:40:56 +00:00
Lance
a9d6cac947 Fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 10:40:14 +00:00
Lance
609c4c3dd9 * Looks like somebody needs sleep. (Typos in Yuno.txt)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 10:37:11 +00:00
Lance
161ef37fc6 Fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 10:34:21 +00:00
Lance
63edd59586 Fix
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7121 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 10:21:32 +00:00
Lance
7a27be9727 * [Fixed]:
- buildin_npcshopitem not allocating extra 1 block of terminator.
[Added]: 
- Modified versions of Dj-Yhn's buildin_npcshopdelitem and buildin_npcshopadditem 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7120 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 10:12:59 +00:00
Playtester
e20b719299 Garm Claw now has 152 Attack Power rather than 115
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 08:44:15 +00:00
skotlex
fcbec4d4e6 - Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer.
- Updated @noask to also tell the rejected what he has just rejected (added msg_athena entries for each of the different requests)
- Since noask already does a player lookup, updated the corresponding parsing functions to take the player rather than the player id (prevents double lookups)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7117 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 03:54:35 +00:00
musashiden
9edabb3f5e - Juno Update Process. 10% complete.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 03:33:26 +00:00
MasterOfMuppets
c24697b09a Implemented a missing npc in Amatsu and the momotaro event.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-13 00:53:28 +00:00
skotlex
02a4f5d5ae - Fixed a pair of missing initializers in the clif storage functions.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7113 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12 23:58:25 +00:00
musashiden
0b727de008 - Started the Juno Update process. 5% complete. [Musashiden]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7112 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12 21:59:14 +00:00
skotlex
4597fbab18 - @heal no longer displays a healing animation. Fixes the client believing you couldn't be healed more than 32K.
- Now you can use any skills (except encore/dancing ones) while under Longing for Freeding.
- Now you can use any skills while under Marionette Control.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12 21:34:38 +00:00
skotlex
0158ab793e - Fixed npc_checknear's distance check returning the opposite of what it should (false when the range is correct and viceversa)
- SL_STIN/SL_STUN have dex-reducable casting times now.
- Added a warning on item loading when an item is of equippable type but has no equippable position.
- Turning an alliance to an opposition won't work now during WoE
- Slaves can summon other mobs now. The only ones who can't do this are player summoned mobs.
- Merged the following functions for faster processing of items:
  clif_storageitemlist + clif_storageequiplist = clif_storagelist
  clif_guildstorageitemlist + clif_guildstorageequiplist = clif_guildstoragelist
  clif_itemlist + clif_equiplist = clif_inventorylist
- Increased max knockback value support to 25.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12 21:14:28 +00:00
Lupus
c422998669 added quests 4 Bird Nest,Lion Mask,Skeleton Manteau,Fashion Hip Sack,Sales Banner
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7108 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-06-12 20:19:04 +00:00