10068 Commits

Author SHA1 Message Date
masao87
fe82161d32 - Some minor improvements in the instance Scripts.
- Some minor improvements in the Eden Group NPC's.
- Fixed typo in Wanderer Pet Food NPC. bugreport:5823

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16151 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-26 14:30:12 +00:00
rud0lp20
651d5b2eb4 Fixed bugreport:5813 LG_SHIELDSPELL damage formula in physical and magic is now in official. Thanks Rytech.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16150 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-25 18:57:37 +00:00
brianluau
a43212a2f4 - Reduced 300+ copy-paste lines to 1 duplicated npc in eden_common.txt (suggestion bugreport:5795)
- Replaced more unconverted 'inputstr' in several npc scripts, and changed to scope variables.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16149 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-25 15:45:31 +00:00
tr0n93
99694cad56 - Fixed invalid item types in item_db.sql
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16148 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-25 13:06:21 +00:00
brianluau
5b89fe9c06 - Added a warning when NPC shops sell items for 0z (FREE!)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16147 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-25 03:46:10 +00:00
shennetsind
42b37233ef Fixed bugreport:5809 Ice Wall should now block mobs properly.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16146 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-24 22:20:06 +00:00
shennetsind
0518ee5547 Follow up r16143 minor minor performance improvement
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16145 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-24 21:08:21 +00:00
brianluau
79767f97bd - Fixed guild emblems not showing on flags at server start. (bugreport:5796, since r15657)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16144 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-24 17:32:14 +00:00
rud0lp20
6c5e5c1765 Fixed RA_CAMOUFLAGE where the animation(semi transparent effect) is not seen when sight is refreshed.
Fixed RA_CLUSTERBOMB now it has 1s delay to disappear when activated and does full damage in plants.
Fixed Burning status fixed damage (1000+3% of MaxHP) and damage effect and walk delay

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16143 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-24 14:21:09 +00:00
shennetsind
d8d54895b7 Fixed bugreport:1551 poison and edp poison now give proper exp to caster vs mobs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16142 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-24 13:59:59 +00:00
brianluau
806c569bd1 - Fixed a buy/sell zeny exploit (bugreport:5799), follow up to r16138 and bugreport:5781.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16141 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-24 04:42:18 +00:00
shennetsind
7c1f6a70c9 Fixed bugreport:5794 characters are no longer able to bypass servers max level with @baselevel/@jlevl/etc
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16139 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-23 07:43:31 +00:00
masao87
c0a3c94ce5 - Added probably all 3rd Class related Shops. bugreport:5781 bugreport:5782 bugreport:5783
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16138 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-21 19:41:49 +00:00
rud0lp20
951e9f4400 Fixed bugreport:5777 WL_DRAINLIFE HP absorption based on damage is now working properly. Thanks to Rytech
Fixed WL_SOULEXPANSION now it should do double damage on White Imprisoned targets and WL_WHITEIMPRISON should not work with bosses.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16137 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-21 17:05:05 +00:00
masao87
c3bbe80dae - Fixed check quest in Brasilis puppy quest. bugreport:5376
- An little update to the new script command "instance_check_party" in script_commands.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16136 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-21 17:04:23 +00:00
masao87
5b9994b9ec - Added 'instance_check_party' command to all instance scripts for proper checking if the invoking party meets the requirements to join the Memorial Dungeon. Thanks to malufett for creating the command.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16135 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-21 15:02:41 +00:00
rud0lp20
d1e0139939 Added new script command: instance_check_party <Party ID>{,<amount>{,<min>{,<max>}}};
-Checks the Players Party if it meets the above set requirements. see script_commands.txt for more info. Thanks Masao

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16134 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-21 13:33:43 +00:00
tr0n93
3acd50f74c Fixed (bugreport:5758). Quests should be checked correctly now.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16133 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-21 11:42:28 +00:00
shennetsind
3c982479c8 Fixed bugreport:5699 all new options should now be passed properly to clones and mobs.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16132 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-21 07:16:12 +00:00
rud0lp20
d7bdef99e5 Fixed bugreport:5619 MO_EXTREMITYFIST should now consume all spirit sphere.
Fixed bugreport:5632 SR_FALLENEMPIRE should now chain with SR_GATEOFHELL and SR_TIGERCANNON and add bonus damage.
Update SR_GATEOFHELL damage formula where sp has now contribution with the damage.
Fixed wrong displayed status mdef.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16131 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-20 11:27:50 +00:00
shennetsind
d098c01bd2 NPC Loaded by @loadnpc will now trigger their OnInit labels as they're loaded.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16130 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-19 23:15:28 +00:00
shennetsind
5e17e36d22 Fixed bugreport:5618 @summon stuff trap-like skills no longer hit its allies
removed wrong target-type check on battle.c (its set in skill.c and then passed as its righteous flag to battle_check_target).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16129 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-19 07:00:19 +00:00
ignizh
ac0222d130 Fixed bugreport:5760
Expiatio now can be castable to other players.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16127 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 23:44:21 +00:00
masao87
df766d8374 - Added +11 and above refiner NPC.
- Added NPC to refine Oridecons / Eluniums to Cardium / Bradium.
- Added downrefitem script command and updated script_commands.txt with it.
- Updated refine_db.txt with probably custom values for +11 to +20 values. Source : http://ratemyserver.net/index.php?page=misc_table_refine
- Some little script improvements to Suhnbi. (Enriched Elunium / Oridecon Upgrader.)
* Further improvements for the refinement system and refinement NPC's will come within the next few days.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16126 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 20:39:42 +00:00
masao87
c61f99302b - Updated some Alberta NPC Locations to match with the new Map. Also updated the coordinates in the Alberta Guide NPC. bugreport:5273
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16125 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 14:05:14 +00:00
masao87
f8b0c2426d - Updated Monster spawns in Job change Quests to renewal. bugreport:5574
- Some minor changes to the Arch Bishop Job change Quest.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16124 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 12:53:16 +00:00
shennetsind
6126c9013e Added new command: @set
- Extremely helpful at debugging and by manipulating npc vars with ease.
Examples:
* @set poring 1 -> poring char reg is now 1.
* @set poring$ wtf dude -> poring$ str char reg is now 'wtf dude'
* @set #CASHPOINTS 50 -> #CASHPOINTS acc reg is now 50.
* #set "Target" #CASHPOINTS 30 -> "Target"'s #CASHPOINTS acc reg is now 30.
* @set #CASHPOINTS -> outputs the current value of cashpoints.
note the last one above, if you dont provide a value it will output the current value of the variable.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16123 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 10:17:56 +00:00
shennetsind
7653a24094 Fixed bugreport:5620 Fear Breeze auto attack should now trigger properly.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16122 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 09:06:40 +00:00
shennetsind
a4ad2b26f9 Removed pointless config in groups.conf (accidentally added by me in the @accinfo commit)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16121 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 09:02:31 +00:00
shennetsind
c2cb86800b Fixed bugreport:5622 Fixed bug with renewal mode berserk not removing twohandquicken icon
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16120 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 09:01:05 +00:00
shennetsind
1e509670d1 Fixed bugreport:5491 Adrenaline Rush boost was updated to renewal standards.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16119 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 08:56:17 +00:00
shennetsind
159c53b40e Updated renewal's level modifier on damage formula.
Made the formula into a set of macros for easy customization.
Added a switch for this feature (due to popular demand) RENEWAL_LVDMG in renewal.h


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16118 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 06:57:05 +00:00
shennetsind
ff4b1ee626 Fixed bugreport:5755 Howling of Mandragora cast time effect should now work properly. Also fixed Arch Bishop laudra ramus ability to remove howling of mandragora effect.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16117 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 06:11:31 +00:00
shennetsind
e5c38902de follow up r16115, accidentally committed debug thing
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16116 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 06:02:11 +00:00
shennetsind
df2f149052 Fixed bugreport:5757 Added missing Sorcerer Insignias, Credits to brAthena
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16115 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-17 06:01:15 +00:00
rud0lp20
2990091a11 Fixed bugreport:5749 Amplify Magic Power should now work properly on multi-hit magical skills.
Fixed bugreport:5748 Masquerade-Groomy now removes Dragon and Warg.
Fixed bugreport:5751 Implemented script command in checking/mounting Dragon, Warg and MADO Gear, also made a clean up regarding MADO Gear and Warg conditions. 

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16114 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-16 16:56:43 +00:00
masao87
5a006df5c0 - Made some NPC's into duplicates and fixed some && / || checks in the Arch Bishop Job change Quest. bugreport:5437
- Bomb poring is now aggressive and explodes right away after it has been summoned. bugreport:5575
- Added some more checks tot he Pile Bunker NPC.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16113 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-14 16:49:17 +00:00
masao87
1cf866c740 - Added Pile Bunker Quest. bugreport:5397
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16112 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-14 12:40:15 +00:00
masao87
47dc26c6cb - Follow up r16107 .
* Fixed the additional check for Players in a Party.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16111 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-13 21:37:44 +00:00
eathenabot
2f87c4dd0b - Full revert of r16105 and r16106.
* Merged changes up to eAthena 15094.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16110 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-13 17:14:43 +00:00
shennetsind
8c720a9ebd Fixed bugreport:4951 Bard/Dancer songs duration exploit fixed
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16109 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-13 09:30:31 +00:00
shennetsind
13b40cc149 Fixed bugreport:5722 now client "/" commands that use @command functionality will respect the atcommand_symbol config. Special Thanks to Lighta
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16108 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-13 08:51:43 +00:00
masao87
bf1f8a237f - Added an extra check to all instance script if there are actually 2 Players online in the Party to be able to enter the Dungeon. bugreport:3970
- Added a few new statuses to not disappear upon death. bugreport:2652


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16107 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12 20:49:09 +00:00
eathenabot
1798cf32c4 * Merged changes up to eAthena 15096.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16106 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12 20:31:55 +00:00
eathenabot
0769329223 * Merged changes up to eAthena 15095.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16105 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12 20:14:01 +00:00
masao87
2b95b5bfef - Added 2 new Shops to Comodo. bugreport:5732
- Added check for Baby Warlock to Magic Book Quest. bugreport:5527

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16104 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12 16:49:16 +00:00
masao87
e31be3cd2c - Added Magic Book Quest for Warlocks.
- Followup r16102
* Correctly fixed bugreport:5030 now.
* Restorded scripts_custom.conf since mine accidently got commited with my last commit.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16103 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12 16:07:52 +00:00
masao87
cfa8d5c68e - Updated town.txt to allow Mailbox access in all the newer cities. bugreport:4457
- Removed easter.txt event and the corresponding mobs in mob_db2.txt  and mob_db2.sql since they collide with Satan Morroc minions Mob ID's. bugreport:1240
- Updated Magical Amplify Power cast time to only be affected by item bonuses. bugreport:2777
- Added missing Economy check in agit_main and some missing close; also fixed bugreport:5030
- Added Credits for Ziu in Falcon Flute NPC.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16102 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12 14:28:16 +00:00
shennetsind
3f4b8c5321 Follow up r16062 added missing produce table update. special thanks to Igniz
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16100 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-12 01:16:25 +00:00
shennetsind
2bb3fdceb3 Fixed bugreport:4955 @changegm no longer functions within gvg castles, special thanks to masao
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16099 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-11 22:17:11 +00:00