5819 Commits

Author SHA1 Message Date
shennetsind
c530f9869b Fixed bugreport:5658 Instance NPCs will now be cleared properly. Super-Special Thanks to Pig321
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16153 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-26 21:49:36 +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
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
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
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
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
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
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
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
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
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
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
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
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
greenboxal2
a080d890bb Fixed bugreport:5729 Effect formula and duration of LG_SHIELDSPELL level 1 fixed.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16098 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-11 17:22:40 +00:00
eathenabot
cc095606bf * Merged changes up to eAthena 15094.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16096 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-11 02:37:53 +00:00
shennetsind
6f7e3fd73b Wug rider may no longer be used on rangers with a falcon -- special thanks to masao.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16092 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-10 23:10:31 +00:00
cleaverbeaver
24cfb989e2 * Fixed the guild skill delay reset feature bugreport:5715
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16091 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-09 23:17:18 +00:00
rud0lp20
cf0ed5b79d Fixed bugreport:5513 Chaos Panic should now inflict Confusion/Chaos effect work properly.
Follow up r16085 Fixed the min cap value for negative mdef. Thanks Epoque

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16086 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-08 11:36:34 +00:00
rud0lp20
e1c289721a Fixed an issue with MDEF & DEF where it does not updating after equipping.
MDEF & DEF are now can be negative value and adds boost on damage like in the official servers.
Fixed aspd calculations on some skill bonuses and reductions(SC_PARALYSE, SC_BODYPAINT, SC_INVISIBILITY, SC_GROOMY, SC_SWINGDANCE, SC_DANCEWITHWUG, SC_GLOOMYDAY, SC_EARTHDRIVE, SC_GT_CHANGE, SC_GT_REVITALIZE, SC_MELON_BOMB, SC_BOOST500, SC_EXTRACT_SALAMINE_JUICE, SC_INCASPDRATE)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16085 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-08 08:37:47 +00:00
rud0lp20
99f6dff2f2 Fixed bugreport:5685 Base atk formula is now in RE
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16084 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-07 09:36:53 +00:00
greenboxal2
ad0c1f78d5 Fixed bugreport:5698 Missing null pointer check on NC_MAGNETICFIELD.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16083 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-06 21:58:15 +00:00
shennetsind
a7d875ae98 Follow up r16071 Fixed memory thing (if atcommand_suggestions_enabled was disabled it'd allocate the iterators but not free them.)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16082 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-05 04:03:25 +00:00
greenboxal2
e82b087692 Fix bugreport:5695 local scoped variables reference map not being freed after return.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16079 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-04 23:17:25 +00:00
xazax-hun
ff9de8d82c * Partially reverted r16076. The 2 loops wasn't unnecessary, they use different match strategy.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16078 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-04 21:53:09 +00:00
epoque11
ee483eea0e - Fixed feature.conf improper formatting and removed two unnecessary iterations (follow-up to r16071)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16076 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-04 09:43:31 +00:00
xazax-hun
710849412d * Replaced some literals with enum values.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16074 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 20:02:01 +00:00
xazax-hun
d7c5f0acf3 Regularized file not found error messages.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16073 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 19:46:59 +00:00
xazax-hun
be17243094 * Implemented an atcommand suggestion system.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16071 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 19:35:17 +00:00
shennetsind
f680759925 Fixed bugreport:5643 Wall of Thorns should now deal damage properly as well as lock the trapped character in.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16064 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 05:29:55 +00:00
shennetsind
00846d9366 Fixed bugreport:3591 Ninja's Cast-off Ciceda Shell now triggers card effects even tho it misses (e.g. garm card / pest card)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16063 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 03:44:41 +00:00
shennetsind
19043f454c Fixed bugreport:5603 Genetic Change Material missing items were added thanks to Igniz.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16062 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 03:23:46 +00:00
shennetsind
d0da5125a6 Fixed bugreport:5655 Venom Impress boost against poison should now work.
Additionally, Fixed Oratio Throns Trap and Elemental Fire Cloak elemental atrributes

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16061 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 02:52:32 +00:00
shennetsind
85a132d8d9 Fixed bugreport:5601 Mechanic's Shapeshift, Genetic's Fire Expansion and Sorcerers Summon Elemental skills all now consume its proper requirements depending on level. Sepcial thanks to Igniz
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16059 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-05-03 02:17:38 +00:00