5261 Commits

Author SHA1 Message Date
toms
c90a8c0022 Removed duplicates in Kiel_Hyre_Quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10324 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23 16:48:10 +00:00
ultramage
275a9f6f77 Added missing close; to the magician first_class quest
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10323 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23 09:45:40 +00:00
ultramage
150f7d0b56 - Fixed a compilation problem with the pid plugin
- Some minor cleanups 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10322 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-23 01:37:16 +00:00
Playtester
325f89c9a2 Added some "refined" headgears
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10318 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22 19:21:29 +00:00
skotlex
f4dfd0d8ee - Removed the include of features.h from the console.c plugin. It is apparently not needed (and it was preventing compilation on FreeBSD)
- Fixed bug which totally broke item group bonuses.
- Added warnings when setting a pvp/gvg flag removes the other flags on the same map (gvg and pvp can't coexist on the same map)
- Optimized the unequip loop when changing sex.
- Removed the check that prevented you from casting soul-collect when you already have 5 spirits.
- Corrected Magic Rod so it doesn't displays any skill-use animation until it triggers.
- Debuff on logout&2 is again set to default, instead of removing food bonuses now it removes Maximize Power, Maximum Overthrust and Steel Body.
- Corrected Steel Body's icon (it actually belongs to AutoBerserk)


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10317 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22 19:14:42 +00:00
FlavioJS
f4907979c1 * Extended the functionality of StringBuf - length and appending a string.
* menu/select/prompt script functions support grouped and empty options.
  The selected option number is consistent with them.
* More work on ticket #41.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10316 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22 15:45:37 +00:00
Playtester
3ed79a6c03 Some more Anubis updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10314 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22 12:25:43 +00:00
Playtester
51e6402f29 Fixed up some shops
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10312 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22 10:18:34 +00:00
Playtester
6228b530b4 * Fixed some level requirements for swordman quest skills
- all the skill quests are still very custom :-/

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10310 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22 09:30:12 +00:00
skotlex
36a86d07e4 - Corrected crash if itemskill is used without an attached player.
- Removed range checks for autospells as per UltraMage Aegis tests.
- Added chatID skill fail check to skill_check_condition
- Corrected @refresh not re-displaying your spirit spheres nor re-setting your cloth dye.
- Now the "number of attackers" in mob_dead is counted only from online characters on the same map.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10307 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-22 03:11:04 +00:00
Playtester
c667825023 * Added Rachel to the airship route
- why was it still missing?
- thanks to Articulus for scripting most of it

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10305 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21 23:59:49 +00:00
Playtester
720f18a7f3 Official Rachel Field warps
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10303 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21 21:40:40 +00:00
Playtester
711344641c Optimized db entries for autocast
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10302 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21 20:19:14 +00:00
Playtester
40387e8d77 Official Ice Dungeon warps
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10301 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21 20:12:04 +00:00
skotlex
e120c937cc - Updated the autospell bonus scripts so you don't have to specify all the attack type criteria. If neither of BF_LONG/BF_SHORT is specified, the spell will trigger on both. If neither of BF_WEAPON/BF_MAGIC/BF_MISC is specified, the spell will trigger on BF_WEAPON, if neither of BF_NORMAL/BF_SKILL is specified, BF_SKILL is used if the trigger is BF_MAGIC/BF_MISC and BF_NORMAL is used if the attack is BF_WEAPON. This way the default when nothing is specified is BF_NORMAL|BF_WEAPON|BF_SHORT|BF_LONG.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10300 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21 19:12:11 +00:00
Playtester
edf0a6328d * Official Rachel Sanctuary warps
- had to move the current quest to another position
* Fixed up some item_db entries

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10299 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21 18:37:39 +00:00
ultramage
d220dde7c0 - Removed the +25% mdef, -50% def effect from Freeze status
- Changed autocast skills, they now only work with normal attacks
- Fixed a few spots where the attack_type flag was getting truncated
- Hopefully fixed the cygwin + size_t problem (using stddef.h as source)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10298 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21 17:08:08 +00:00
Playtester
e83efa3119 Official Rachel warps
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10297 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-21 16:12:06 +00:00
ultramage
b1ccbcdba7 - Added ntows() to properly handle that client port number deficiency
- Adjusted the packet_db array for a more consistent look
- Reorganized some entries in packet_db.txt
- Fixed a small scripts_custom.conf typo

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10296 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-20 21:57:33 +00:00
Playtester
8924c92ca2 Fixed Aegis onspawn bug
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10294 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19 20:13:17 +00:00
skotlex
44ac188d6f - fixed a few include lines.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10293 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19 17:10:11 +00:00
DracoRPG
e572506f1a Cleaned up the doc folder. Removed outdated, untranslated, useless files and began normalizing a bit other ones~
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10292 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19 11:08:28 +00:00
Playtester
8c57068853 Minor summoning behavior fixes
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10291 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-19 10:10:11 +00:00
skotlex
2eeaa8f27a - Now @whogm hides perfect-hide gms only if their GM level is greater than the one who invoked the command.
- Some minor cleanups.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10290 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 20:28:33 +00:00
Playtester
399d55f6f7 * Changed summoning behavior to Aegis 10.4
- removed almost all "onspawn" summons
- fixed a few summons

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10288 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 17:05:11 +00:00
LuzZza
730089fe0e Added MEXP overflow checks.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10287 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 17:00:54 +00:00
skotlex
2e8efbd2c2 - Some more cleanups that should prevent the double-login issue even further.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10286 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 14:39:11 +00:00
Playtester
05db8f5df3 Fixed two aegis names
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10285 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-18 14:28:02 +00:00
Playtester
375116edbf Fixed Potato, Ice Cream and Mochi
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10284 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 21:59:12 +00:00
skotlex
94ae69eee6 - A little check that I don't know how could anyone have forgotten to do.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10283 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 21:44:45 +00:00
Playtester
85aa3febb2 Fixed Berzebub Card
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10282 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 19:02:11 +00:00
skotlex
3ef8c87261 - The gain exp from resurrection config will now only work when the revived player has yet to reach the last level (since otherwise it can give quite a lot of exp since the last level exp just keeps piling up)
- Corrected unit_canmove so you can't move if you are vending.
- Corrected npc_click so it won't let you click on hidden npcs.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10281 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 17:39:10 +00:00
Playtester
7a3b8ad568 High Priest card now triggers on physical and magic hit
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10280 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 16:54:08 +00:00
Playtester
30002c343e Now Magaleta and Detale card will only trigger on magic
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10279 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 16:29:11 +00:00
skotlex
bdaf348a6d - Expanded the autospell structure to hold a flag, which contains the required Battle Flag conditions required for a skill to trigger.
- Added the required constants to const.txt to specify the autospell trigger properties.
- Added bonus5 bAutoSpell/bAutoSpellWhenHit. The new parameter is used to specify when the spell should trigger (melee/range + weapon/magic/misc attack), see item_bonus for details.
- Applied use of packet 0x28a (clif_changeoption2) to transmit opt3 changes. 


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10278 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 15:43:40 +00:00
toms
b6ee9b3559 Forgot one in in_homun.c :s
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10277 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 13:28:32 +00:00
toms
5d72c25353 Changed some %lu to %u in login_sql/login.c because uint32 is now an unsigned int
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10276 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 13:21:27 +00:00
ultramage
2a74094f92 Yet more vs6 fixes (the zlib include path was never added)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10275 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 11:17:09 +00:00
ultramage
69924c6949 Some more project file changes (fixes compilation problem)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10274 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 10:22:07 +00:00
ultramage
74295231e6 * Discarded extra deflate function needed for afm reading
- as a result, discarded the whole chain of support functions, .c files and includes needed to make that one function run
- also removed zlib compile/link dependencies where they are not needed
- reduced the whole zlib package into two core include files
- adjusted makefiles / project files to reflect this change 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10273 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 10:03:30 +00:00
DracoRPG
3b392f3f37 Massive at+charcommand cleanup, big thanks to HiddenDragon
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10272 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-17 00:17:15 +00:00
ultramage
a5407d3948 Partially deobfuscated the grfio module
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10271 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 22:56:59 +00:00
ultramage
2216188890 * Finally fixed mingw problems, managed to build both TXT and SQL
* Fixed the uint32 platform problem (Microsoft failed so I removed it :)
* Removed the cbasetypes.h dependency from the mapcache generator
* Removed some random compilation warnings

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10270 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 20:44:44 +00:00
Playtester
593c3952b2 Fixed various mob skills not being ranged
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10269 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 18:54:37 +00:00
Playtester
33d2b5dbb1 More Anubis updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10268 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 10:42:10 +00:00
DracoRPG
eef15360f9 Small bugfixes and enhancements to the map cache generator
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10267 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-16 00:14:32 +00:00
skotlex
92f2c9d0e5 - Changed the default setting for emergency_call to 11 (usable all the time, but only in Gvg Maps) as described by Tharis.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10266 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-15 20:27:58 +00:00
Playtester
4ce5ddc065 Added some splash ranges for MVP level skills
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10265 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-15 20:23:36 +00:00
skotlex
0d740342ae - Fixed battle_getenemy picking dead characters.
- Adjusted Spiral Pierce, Shield Boomerang and Shield Chain to use atk2 instead of weight when used by non-players.
- Adjusted skills blindAttack, SilenceAttack, StunAttack, PetrifyAttack, CurseAttack, SleepAttack, Lex Divina and Dispell to be area effect skills, if the used skill level has a splash-range different from 0.
- Mob used Meteor Assault (and by extension Spread Attack) is able to hit icewalls now.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10264 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-15 20:13:07 +00:00
Playtester
33b8d523d6 Readded and updated Anubis
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10263 54d463be-8e91-2dee-dedb-b68131a5f0ec
2007-04-15 16:26:46 +00:00