Vicious
4569b7ad49
Updated some DB.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9090 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-29 07:46:51 +00:00
skotlex
d6711d07b9
- Fixed mob-skill event "skillused" not triggering at all.
...
- Summoned mobs will only be removed from a map if their master is also removed (dynamic mobs)
- Minor cleanups
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9088 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-28 03:55:01 +00:00
Playtester
dd7cb86e30
Made Thief Clothes and Ninja Suit being equippable by Ninja
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9087 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-27 20:47:20 +00:00
Playtester
2dba1b3c55
More Odin/Kiel fixes
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-27 10:24:11 +00:00
Lance
503bc35109
modified src/map/npc.c
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9085 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-27 05:36:46 +00:00
Lance
bdca3b4cc2
* Experimental tweak to npc_parse_function - Overwrite existing functions.
...
modified Changelog-Trunk.txt
modified src/map/npc.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9084 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-27 05:33:08 +00:00
Lupus
e4508dae63
merged recent changes of job quests, cities, kafras, novice guild warps + official treasure chest spawns
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9083 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-27 03:47:12 +00:00
Playtester
ff9d10bc92
Updated sql files
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9081 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26 20:39:17 +00:00
Lupus
caca2976df
fixed missing tabs, extra params. thanks to irmin i CAHTEXHuK. fixed warp coord of DTS warper. added missing next; to priest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26 18:14:09 +00:00
Lupus
9e4ba17a6d
added missing line
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9076 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26 11:00:15 +00:00
Playtester
e09c471f50
Fixed Constant's explode not working as it should
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9075 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26 09:23:47 +00:00
Lupus
f5d4fd6aea
added new TK job quest, added Rachel city NPC!, added louyang guide
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-26 05:38:39 +00:00
skotlex
3e29770cc9
- Cleaned up some more the event dequeue code, it will no longer clear out the npc_id if there's no events waiting to be executed (why does it clears the npc_id anyway?)
...
- Because of possible conflicts with this change and the on-login script, now the on-login script is executed when the player has finished loading into their start-up map rather than as soon as receiving the registry variables from the char-server.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9073 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 21:35:38 +00:00
skotlex
c4932353bf
- Some cleaning of the pc_eventtimer and pc enqueue code, it should fix some memory leaks when the event counter does not matches with the actual number of queued timers during logout.
...
- Minor typos, corrections, etc.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9072 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 20:55:19 +00:00
Playtester
c91de6309d
More Kiel Mob updates
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 19:39:57 +00:00
Playtester
0c4e29c52b
Changed order of Aliza drops to prevent steal exploit
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9070 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 18:31:16 +00:00
skotlex
7d2bc900c7
- Fixed "skill_sp_override_grffile: yes" causing crashes when parsing Homuncuus/Guild skills.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9069 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 16:15:28 +00:00
skotlex
71601f58b3
- Made the exp bonus settings be adjustable:
...
- exp_bonus_attacker: Indicates how much additional exp a mob gives per additional attacker (eg: 10 -> +10%*attacker)
- exp_bonus_max_attacker: Indicates at which number of attackers the bonus is capped (eg: 5 -> 5 attackers, so a mob yield the same exp whether 5 or 10 people attack it)
- Changed the way the party_even_share_bonus setting works. It now uses a simple linear bonus increase (eg: 10 -> +10%*party member)
- The defaults are as explained by Tharis: +25%/attacker, capped at 12 attackers, no party bonus.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9067 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 14:44:14 +00:00
skotlex
274bcb4fa0
- MG_STONECURSE and NPC_PETRIFYATTACK now use time1 to specify the "petrifying time". This value has been set to 5 seconds.
...
- Now when SC_STONE is triggered from status-change cards, it's petrifying duration will be passed as 0, causing the minimum (1 sec) to be used.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9066 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 13:34:43 +00:00
Playtester
a196278e08
Fixed view ids of some headgears
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9065 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 09:44:14 +00:00
Lupus
27fbde260e
final clone maps -> original maps change. also fixed novice grounds map in char.c. fixed socked_enchant npc
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-25 05:26:11 +00:00
Playtester
0ca7a68aa7
Kiel Mob updates
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 21:37:47 +00:00
Playtester
a5185eeba3
Spawn updates for Einbroch Fields
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 19:34:11 +00:00
Lupus
d56e63a998
fixed pucca's typo
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9060 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 18:18:23 +00:00
skotlex
2b16b2d295
- Removed again your mdef reducing "petrifying" time as apparently it can't be reduced by mdef.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9059 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 18:13:51 +00:00
Vicious
47648ac285
Reverted lupus' map_index update
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9058 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 17:34:04 +00:00
skotlex
14fd5f1b63
- Cleaned up the "show_steal_in_party" setting so it only takes effect when the item was successfully stolen (there was no point in telling you the item couldn't be stolen due to being overweight)
...
- Cleaned up the pc_steal_item implementation (again). It now uses a more random, simple approach in each steal attempt.
- Changed the way the skill_steal_max_tries work. Now it actually MEANS the max number of steal tries, use 0 to disable (unlimited tries).
- Changed the default of skill_steal_max_tries to 0 as there's no proof anywhere that there should be such a limit.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9057 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 16:34:51 +00:00
skotlex
d182470892
- Corrected the skill_castnodex file speaking about dex reducing delay when now it's agi the one that can reduce it.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9055 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 15:17:57 +00:00
Lupus
ae0850ea19
fixed map index
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9054 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 13:01:57 +00:00
Lupus
83b3460e60
few typos fix
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9053 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 11:39:06 +00:00
Lupus
24a1453543
removed unused map locations. freed some RAM, fixed Novice Grounds, JobQ warps
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9052 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-24 10:12:06 +00:00
skotlex
182e56b1d7
- Added a bunch of important indexes when dealing with the log tables. Added upgrade_svn9050.sql for this purpose.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9051 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 18:54:28 +00:00
Lupus
997bb3ebf9
added official Gonryn Power Arena
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9050 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 18:53:48 +00:00
skotlex
70f2fde6ac
- char_family now returns the char_id of the children when previously it would return true.
...
- Expanded the family check to work as it should, exp-share-range is respected, and the child is not considered for it (thanks to TheUltraMage for the investigation)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9049 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 18:21:49 +00:00
skotlex
8b37134bc7
- Double Casting will no longer fail when used.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9048 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 17:55:42 +00:00
skotlex
d80ed485d0
- Modified SC_STONE so that the duration of the "petrifying" time is 5 secs reduced by your natural resistance to petrify (which is mdef%)
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9047 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 17:11:02 +00:00
skotlex
8a569af435
- Removed useless variable in char-txt from-str char loading.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9046 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 16:12:08 +00:00
skotlex
c87ac4f0a5
- Modified the meaning of the third column in the skill_require_db. Instead of MaxHP, this is now called MaxHPTrigger. This column (which was previously unused by all skills) signals the limit HP% that you can have to be able to use the skill. For example, setting it to 20 means the skill is unusable if you have more than 20% life (not that this is merely a threshold setting, it won't actually substract HP when used!)
...
- Adjusted LK_BERSERK so you can only use it when you have 20% or less life.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9045 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 16:06:01 +00:00
skotlex
a78eb50f08
- Removed NJ_TOBIDOUGU adding damage to W_HUUMA weapons which somehow got readded.
...
- When nonplayers use Cloaking, it will be forced to level 10 since mobs shouldn't have movement/attack restrictions while walking cloaked.
- Should fix a warning in int_homun.c
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9043 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 13:57:54 +00:00
Playtester
c0a2534c76
Fixed small typo in the Priest job quest
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9041 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-23 13:21:18 +00:00
Playtester
37ee3a81a3
Small spawn updates for Gefenia and Einbech Dungeon
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9040 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-22 12:31:20 +00:00
blackhole89
1e4545aef5
clif_fixpos -> clif_slide in HAMI_CASTLE code
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9039 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 16:18:55 +00:00
Playtester
62db9f17b5
Official spawns for:
...
- Niflheim
- Louyang Field
- Louyang Dungeon
- Ayothaya Field
- Ayothaya Dungeon
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9038 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 12:41:54 +00:00
Playtester
6eb249ec22
Official kRO 10.1 spawns for:
...
- Gonryun Field
- Gonryun Dungeon
- Umbala Field
- Umbala Dungeon
- Yggdrasil
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9037 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 12:13:35 +00:00
Playtester
bf7b1c75b2
* Further spawn updates for:
...
- Yuno Field
- Magma Dungeon
- Amatsu Field
- Amatsu Dungeon
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9036 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 11:38:59 +00:00
skotlex
a127683c6b
- Some minor cleanups
...
- Fixed the Homunc not spawning next to you after receiving it's data from the char-server.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9035 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-21 03:38:14 +00:00
Playtester
690811805d
Official Muscipular drops
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9033 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 21:17:38 +00:00
skotlex
1107b381bd
- Fixed Charge Atk being able to go through chasm/pits.
...
- Moved the homunculus DB information from the player structure to the homun structure. Modified the homunculus creation packets to hold this information during creation, also, all initial values are handled by the map-server, the char server only assigns it a homun ID.
- Removed target_id/attacked_id from homun_data as it wasn't really used.
- Codes cleanup (removing of commented code mostly)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9031 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 18:30:05 +00:00
Playtester
9182d7ea01
Reorganized citycleaners.txt, they now contain all city spawns, also they use official X.3 spawns.
...
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9030 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 17:44:22 +00:00
Playtester
dd2b681e82
Official kRO 10.1 spawns for:
...
- Morroc Field
- Prontera Field
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9029 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-10-20 17:05:51 +00:00