luizadauto / aionxemu

Automatically exported from code.google.com/p/aionxemu
6 stars 6 forks source link

Potion Problem #489

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Core revision: 337

Bug description:Using Wind Serum potion, I should charge some second but does 
not correspond with the time written into the potion.

THX

Original issue reported on code.google.com by xar...@gmail.com on 8 Jul 2011 at 10:41

GoogleCodeExporter commented 8 years ago
Try that patch.

Original comment by pixfid on 9 Jul 2011 at 8:49

Attachments:

GoogleCodeExporter commented 8 years ago
Thx but your patch don't work fine for me the time isn't right.
Plus I see that all potion reuse time is same.

Original comment by xar...@gmail.com on 10 Jul 2011 at 9:26

GoogleCodeExporter commented 8 years ago
reuse time for the same type of item is the same, so it should be, a skill that 
uses the item is, it does not have cooldown time: cooldown="0" duration="0".

Original comment by pixfid on 11 Jul 2011 at 7:14

GoogleCodeExporter commented 8 years ago
See: 
http://www.aiondatabase.com/skill/9911/flight-time-increase#activated-by:+1+0

Original comment by pixfid on 11 Jul 2011 at 7:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
With your patch i recharge over 75 sec for Lesser Wind Serum and 
306 sec for Major Wind Serum now i use attach file patch and the time for every 
potions is nearly correct.

For "Time reuse"
I have this into item_templates.xml but the time reuse is 24 second for all 
potion:

<item_template id="162000024" level="10" mask="12414" max_stack_count="1000" 
item_type="NORMAL" item_category="POTION" quality="RARE" price="600" 
restrict="1,1,1,1,1,1,1,1,1,1,1,1" desc="1405233" usedelay="24000" 
usedelayid="13">
        <actions>
            <skilluse level="1" skillid="9911"/>
        </actions>
        <bonus type="MEDICINE" bonusLevel="2561"/>
    </item_template>
    <item_template id="162000025" level="20" mask="12414" max_stack_count="1000" item_type="NORMAL" item_category="POTION" quality="RARE" price="1200" restrict="1,1,1,1,1,1,1,1,1,1,1,1" desc="1405235" usedelay="42000" usedelayid="13">
        <actions>
            <skilluse level="2" skillid="9911"/>
        </actions>
        <bonus type="MEDICINE" bonusLevel="3841"/>
    </item_template>
    <item_template id="162000026" level="30" mask="12414" max_stack_count="1000" item_type="NORMAL" item_category="POTION" quality="RARE" price="2000" restrict="1,1,1,1,1,1,1,1,1,1,1,1" desc="1410179" usedelay="54000" usedelayid="13">
        <actions>
            <skilluse level="3" skillid="9911"/>
        </actions>
        <bonus type="MEDICINE" bonusLevel="5121"/>
    </item_template>
    <item_template id="162000027" level="40" mask="12414" max_stack_count="1000" item_type="NORMAL" item_category="POTION" quality="RARE" price="3000" restrict="1,1,1,1,1,1,1,1,1,1,1,1" desc="1434763" usedelay="60000" usedelayid="13">
        <actions>
            <skilluse level="4" skillid="9911"/>
        </actions>
        <bonus type="MEDICINE" bonusLevel="6401"/>
    </item_template>

THX

Original comment by xar...@gmail.com on 12 Jul 2011 at 5:59

Attachments: