I have a reset scroll quest like this:
When a player attempts to reset the mage skill "Reflect Damage" (also known as skill id 95), it says they reset it, but it does not use the scroll or reset the skill to 0 points.. What is going on here =S?
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Nothing unusual in Channel1 syslog/syserr (the channel of the character), nothing unsual in ANY syserr/syslog.
(skill reset scroll translates to item = 71003)
Database Skill 95:
locale.lua skills formation:
anyone?
When a player attempts to reset the mage skill "Reflect Damage" (also known as skill id 95), it says they reset it, but it does not use the scroll or reset the skill to 0 points.. What is going on here =S?
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Nothing unusual in Channel1 syslog/syserr (the channel of the character), nothing unsual in ANY syserr/syslog.
(skill reset scroll translates to item = 71003)
Code:
Dec 2 08:23:14 :: MugenSX: USE_ITEM Bravery Cape (cell: 12) Dec 2 08:23:16 :: WBR: USE_ITEM Red Potion(L) (cell: 22) Dec 2 08:23:16 :: ITEM_SAVE Bravery Cape:10095977 in MugenSX window 1 Dec 2 08:23:16 :: WBR: USE_SKILL: 62 pkVictim 0x0 Dec 2 08:23:16 :: WBR: USE_ITEM Red Potion(L) (cell: 22) Dec 2 08:23:17 :: Stefani: USE_ITEM Skill Reset Scroll (cell: 8) Dec 2 08:23:17 :: WBR: USE_ITEM Red Potion(L) (cell: 22) Dec 2 08:23:17 :: WBR: USE_ITEM Blue Potion(L) (cell: 24) Dec 2 08:23:17 :: ITEM_DESTROY Blue Potion(L):10094649 Dec 2 08:23:18 :: WBR: USE_ITEM Blue Potion(L) (cell: 19) Dec 2 08:23:18 :: WBR: USE_ITEM Red Potion(L) (cell: 22) Dec 2 08:23:18 :: WBR: USE_ITEM Blue Potion(L) (cell: 19)
Code:
95 ¹Ý»ç 4 1 1 0 REFLECT_MELEE 5+(iq*0.3 + 5)*k 40+160*k 60+200*k 10 5+(iq*0.3 + 5)*k BOHO NONE 40+160*k 0 0 NORMAL 1 1 1000 0
anyone?