V117 Swipe Skill Problem

Results 1 to 3 of 3
  1. #1
    Valued Member Elfenix500 is offline
    MemberRank
    Dec 2007 Join Date
    127Posts

    V117 Swipe Skill Problem

    such, I have problems with the swipe skill, does not acquire the power that I want to copy that it should? These are the codes

    RECV:
    CHOOSE_SKILL = 0x120
    SKILL_SWIPE = 0x121
    VIEW_SKILLS = 0x122
    CANCEL_OUT_SWIPE = 0x12D

    SEND:
    UPDATE_SKILLS = 0x28
    UPDATE_STOLEN_SKILLS = 0x29
    TARGET_SKILL = 0x2a
    REPLACE_SKILLS = 0xBC
    EQUIP_STOLEN_SKILL = 188


  2. #2
    至死不渝 noviceboy55 is offline
    MemberRank
    Dec 2008 Join Date
    SingaporeLocation
    708Posts

    Re: V117 Swipe Skill Problem

    Should be these

    RECV:
    CHOOSE_SKILL = 0x11F
    SKILL_SWIPE = 0x120
    VIEW_SKILLS = 0x121
    CANCEL_OUT_SWIPE = 0x12C

    SEND
    UPDATE_SKILLS = 0x28
    UPDATE_STOLEN_SKILLS = 0x29
    TARGET_SKILL = 0x2a
    REPLACE_SKILLS = 0xBC
    EQUIP_STOLEN_SKILL = 188

  3. #3
    Valued Member Elfenix500 is offline
    MemberRank
    Dec 2007 Join Date
    127Posts

    Re: V117 Swipe Skill Problem

    Quote Originally Posted by noviceboy55 View Post
    Should be these

    RECV:
    CHOOSE_SKILL = 0x11F
    SKILL_SWIPE = 0x120
    VIEW_SKILLS = 0x121
    CANCEL_OUT_SWIPE = 0x12C

    SEND
    UPDATE_SKILLS = 0x28
    UPDATE_STOLEN_SKILLS = 0x29
    TARGET_SKILL = 0x2a
    REPLACE_SKILLS = 0xBC
    EQUIP_STOLEN_SKILL = 188

    Thanks for sharing friend ..



Advertisement