Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008678

  • 0 - None Assigned

  • Fixed

Issue Confirmations

  • Yes (0)No (0)
Photo

CD in Mouth (#18666)

Posted by Shourei on 14 May 2015 - 07:53 PM

Greetings. According to RMS, CD in mouth supposedly give the following effect:

http://ratemyserver....&isearch=Search
"Burn away as you hold this CD in our mouth.
While attacking has a 6% chance of activating for 5 seconds a random level 1-5 [Fire Bolt] [Cold Bolt] [Lightning Bolt] [Earth Spike] or [Soul Strike] on your target."
Meanwhile the itemdb_re noted that:
REPLACE INTO `item_db` VALUES ('18666','CD_In_Mouth','CD In Mouth','5','20','10','150','0','0','0','0','0','4294967295','63','2','1','0','10',NULL,'0','815','0','0','0','0',NULL,'0',NULL,'0',NULL,'0','bonus bHit,5; bonus bAspdRate,-1;','','');
I would like to confirm if it's accurate.
In the case if it's not, I attempted to script it, Can anyone please check if it's correct?
'autobonus "{
bonus4 bAutoSpell,"MG_FIREBOLT",5,20,3;
bonus4 bAutoSpell,"MG_COLDBOLT",5,20,3;
bonus4 bAutoSpell,"MG_LIGHTNINGBOLT"5,20,3;bonus4 bAutoSpell,"WZ_EARTHSPIKE",5,20,3;
bonus4 AutoSpell,"MG_SOULSTRIKE",5,20,3;}",
60,5000,BF_NORMAL;','','',''
Please excuse my noob scripting (It's my first one)
Thanks in advance!

-SH