16361 Commits

Author SHA1 Message Date
Poki#3
9e532bacf9 Updated item_db.txt temp plugs names.
We need NJ and GS Equip ID's, and a lot of new weapon types <.<
DB Devs, do your thing ^^;

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5475 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-06 16:25:41 +00:00
skotlex
b9b3055897 - Fixed npc_event doing a map-check when the npc is not on any map.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5473 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-06 14:54:40 +00:00
skotlex
2b874adf3c - Fixed a debug message showing up on skill castend nodamage id when using a guild skill
- Fixed #save not working on maps not in the current map server.
- Added battle config clear_skills_on_death to decide whether all ground-based skills should be removed when you die. Defaults to yes.
- Changed Magic Crasher's element to -1


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5472 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-06 14:37:44 +00:00
Lupus
bb4cc16c99 fixed thanatos warps, added a temp keys solution
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5470 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-06 09:51:53 +00:00
codemaster
884419e850 * Removed my EXP limit as it did not do what it was supposed to [Codemaster]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5469 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-05 22:41:52 +00:00
skotlex
f52676dd01 - Fixed remove trap by updating the definition of INF_GROUND_SKILL (it shouldn't include target-targetting skills!)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5468 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-05 19:14:58 +00:00
skotlex
1dbb2df0a7 - Fixed animation of Redemptio
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5466 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-05 18:12:20 +00:00
skotlex
9e7f9a41ad - Fixed a pair of missing map_freeblock_unlock
- Changed around a bit the code of the skill_get defines to return 0 if you ask for an id of the place where the guild skills are placed. Also moved the guild skills block to ID 900~915. Also stuff like skill_get_inf will return the relevant guild data as defined on skill_db.txt


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5465 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-05 16:06:30 +00:00
DracoRPG
06429a5ee0 Two small fixes/updates
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5464 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-05 13:19:47 +00:00
Lance
18b0a014dd * Fixed easter.txt typo.
* Extended summon command to enable custom timeouts.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5461 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-05 09:36:10 +00:00
skotlex
8e70128bf9 - Fixed a bug on the last fix :P
- Removed some of those annoying login-SQL on-log messages that are totally useless.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5459 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-04 06:06:28 +00:00
skotlex
37912c2a7b - Fixed subnet checking being broken in the login txt server.
- Changed a bit the information of the subnet checking to include the ip that is being checked.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5458 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-04 05:40:06 +00:00
skotlex
dc8dd724eb - Fixed missing baby-dancer job in exp2.txt
- Added function battle_set_walkdelay in charge of updating walkdelays of characters based on two criterias: when the delay is induced by damage, if the current walk delay isn't over yet, do not update it. If the delay is instead caused by a skill, then the current walk delay cannot be decreased, only increased.
- Removed the canmove tick reset on skill cast cancel; likewise it isn't updated on begin casting. pc_can_move uses a skilltimer check to know whether you can move or not.
- Added GrandCross's can't move delay of 900ms to skill_cast_db
- Added Finger Offensive's can't move delay of 200ms/lv to skill_cast_db


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5457 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-04 04:48:30 +00:00
skotlex
c606e4de69 - Some cleaning of the main.sql file
- Added upgrade file 5455 to make the manner/karma columns signed.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5455 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-04 02:07:07 +00:00
skotlex
db973e2998 - The rate passed to status_change_start must now be in 0->10000 range.
- Added macros sc_start and sc_start4 to simplify invocation of status_change_start.
- Cleaned the active guild skills, requirements moved to skill_check_require, should now be usable by non-players as well (pets/mobs).
- Updated skill_cast_db time info. Magnum's time2 is skill-block time, St. Recovery/ Cure's time2 is the confuse/blind duration, added NPC_POWERUP/NPC_AGIUP durations, Napalm Vulcan's time2 is curse length, and most of Tarot Card's effects last time2 as well.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5454 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-04 01:54:56 +00:00
skotlex
389c773fd2 - Fixed crash on the NPC whisper system when the message's size was 1.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5452 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 22:28:15 +00:00
skotlex
1e302d8177 - Fixed compilation error on windows
- Strip sc's are now removed on logout.
- Some cleanups


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5451 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 20:01:00 +00:00
skotlex
2558edf496 - Added a column in skill_cast_db for specifying can't walk delays.
- Removed the apply walk-delay entry from skill_cast_nodex
- Fixed autoloot dropping the item to the ground even when it was autolooted.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5450 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 18:46:51 +00:00
Zephiris
d4ccec0203 * Fixed character deletion working on SQL without an email address (Thanks to Valaris) [Zephiris]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5449 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 18:09:24 +00:00
skotlex
373436fbde - Added event 8 for mobspawns that should spawn with special ai set.
- Modified battle_check_target so that mobs with special ai's default enemy are mobs with no special ai.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5448 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 17:15:09 +00:00
skotlex
d770421a9d - Trick dead now ends on logout
- Added mapflag nocommand which blocks @/# commands unless your gm level is above gm_skill_unconditional's level.
- Fixed weapon scripts not being executed unless the weapon was forged.
- gm_skill_unconditional is now a no/gm-level setting instead of yes/no


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5446 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 14:38:13 +00:00
Vicious
c8af6f6973 fixed clone arena
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5445 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 09:01:19 +00:00
Lance
7f378f29f8 - Fixed typo in script.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5443 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 08:40:24 +00:00
Lance
348f88c110 * IDE error.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5442 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 08:05:28 +00:00
skotlex
4070588825 - Small fixes on mob_skill_use
- slaves inherit speeds will only work if the master can move.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5441 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 04:20:58 +00:00
skotlex
de382f40b6 - Added the skill-related variables to pet_data, removed the pet skill delay structure.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5440 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 02:51:45 +00:00
skotlex
15dc14c30b - Fixed a stupid typo that disabled all pet support skills from ever triggering (except ground-based ones)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5439 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-03 00:26:23 +00:00
skotlex
28e4d9d3ae - status_check_skilluse cleanup. Some status will only block skills when they are first used, not on cast-end (which includes auto-spells and ground-skill checks). Added flag 2 to signal splash/aoe effects (skill already casted, but target just affected)
- Gravitation now only affects the caster, should have also fixed the skill not doing damage when skill_caster_check is set.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5437 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 23:51:20 +00:00
skotlex
c64fbb45b5 - Hopefully fixed the compile error due to the mapregsql_handle...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5436 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 21:33:26 +00:00
skotlex
8a67a7cf35 - Fame list size is now defined by MAX_FAME_LIST constant (mmo.h)
- Char server can now specify the max size for blacksmith/alchemist/taekwon rankers.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5435 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 21:11:50 +00:00
skotlex
65dfdfc978 - Some cleanup on mob_can_reach code to prevent unnecessary path-searching
- Optimized the path-searching ai for mobs to try target cells around the target in order rather than randomly picked cells.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5434 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 20:11:07 +00:00
Vicious
8cbfa714ea * Added Skotlex's updated marriage script [Vicious]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5433 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 19:09:49 +00:00
Vicious
7230be8cfb changelog
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5431 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 18:56:16 +00:00
Vicious
2ccf291664 eACC scripts.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5429 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 18:50:09 +00:00
skotlex
a9cc1889c2 - Applied Snufkin's patch to fix compilation on FreeBSD.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5428 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 16:17:47 +00:00
skotlex
a9ad111c03 - Fixed mobs targetting themselves after using a support skill.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5427 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 15:40:33 +00:00
skotlex
898a5cb482 - Gospel no longer blocks item usage of whoever is in the area of effect.
- Added the long/near attack_def_rate card effects to battle_calc_magic
- Cleaned up a bit the slim pitcher code.
- Elemental fields should vanish on map-change now.
- Land Protector only blocks magical skills.
- Adjusted the duration of blind/bleeding of Meteor Assault


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5426 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 15:31:16 +00:00
Poki#3
9bdbed73e8 * Temp Plugs for NJ and GS items [Poki#3]
* Fixed some skill warnings. [Poki#3]
	* Added back mob "Mime Monkey". [Poki#3]

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5425 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 15:20:17 +00:00
skotlex
bb7a50a009 - Fixed item pickup not picking anything unless you were in a party with item distribution set o.O
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5423 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 13:49:18 +00:00
codemaster
421a6e7f9c * Made it so players that are at the max level do not receive EXP. This makes it so a player at the max level (ie - 99) cannot join a party and feed all of his or her EXP to the other party members [Codemaster]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5422 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 09:19:02 +00:00
Lance
acb95c4f12 * Mapregsql will now fully depend on mmysql_handle.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5421 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 08:20:45 +00:00
Lance
16a1b9d809 * Optimized strcharinfo to use switch. Looks like Skot fixed the crash already XD.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5420 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 08:12:27 +00:00
skotlex
8397547da1 - Some cleanup of the mob skill reading. Added error reporting for unknown states/conditions, error reporting now specifies the file and line number.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5419 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-02 01:11:47 +00:00
skotlex
b7ebda3ccd - Silence will only block skills when they have begun casting, not when the cast bar is done.
- opt1 status will block skills when they are done casting only if the sc_castcancel option is set.
- strcharinfo now returns blank instead of crashing the map server when there's no player attached.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5417 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-01 21:35:46 +00:00
skotlex
518caa9b14 - Added sql init for the mapreg handle.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5416 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-01 20:51:21 +00:00
skotlex
343577ac3b - Checked and fixed the script engine barking when you try to have a label with the same name as a const.txt defined parameter.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5415 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-01 19:44:37 +00:00
skotlex
9321f524fc - Turn Undead and Offensive Resurrection should now work on undead players.
- Fixed the range checking of Repair weapon
- Rude attacked is now also triggered when you hit a target that can't move out of their melee attack range.
- Mob ai will attempt to do a long-range attacked condition skill before unlocking a target when it is attacked and said target is out of melee range of a non-walking mob.
- Corrected mobskill event to set the target_id before triggering.
- Moved MSC_SKILLUSED trigger to mobskill_event which is triggered in battle_calc_damage. It is also triggered on skill_castend_nodamage_id
- Added party_share_loot for handling party-share loot. it should now work with autoloot as well.
- Fixed skill_break_rate breaking stuff even if the rate is 0.
- pc_stopwalking will not send a fixpos packet if you are sitting.
- mob_can_reach rude-attacked condition now uses the mob's field of view.
- SC_NOCHAT is automatically started on pc_authok if manner is negative.
- Map server now refuses to start if you try to define a label with the same name as some const.txt defined character parameter.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5414 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-01 18:18:32 +00:00
Lupus
0c99f15cbb temp Green Iguana skills
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5413 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-01 16:22:28 +00:00
LuzZza
e1a7d73f8d Some small changes in LAN support code.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5410 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-01 13:20:49 +00:00
Lance
8c972c35d1 Wrote todo-for-stable.txt. Just in-case I'm not around to merge them.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5408 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-03-01 07:25:20 +00:00