Any Idea on this?

Results 1 to 5 of 5
  1. #1
    Apprentice Chizad is offline
    MemberRank
    Jan 2012 Join Date
    9Posts

    Any Idea on this?

    Keep getting this error, on the SR GameServer any ideas how to disable that skill or something?


    unknown skill param!!! [RefSkill ID: 33046, ParamValue: 1785684595]


  2. #2
    Account Upgraded | Title Enabled! hectormousa is offline
    MemberRank
    Mar 2009 Join Date
    EgyptLocation
    362Posts

    Re: Any Idea on this?

    use this qeury

    PHP Code:
    use sro_vt_shard
    update _refskill set service 
    0 where id 33046 

  3. #3
    Apprentice Chizad is offline
    MemberRank
    Jan 2012 Join Date
    9Posts

    Re: Any Idea on this?

    So i did that then this happend

    unknown skill param!!! [RefSkill ID: 33047, ParamValue: 1785684595]

  4. #4
    Enthusiast chjmbiteo is offline
    MemberRank
    Apr 2012 Join Date
    41Posts

    Re: Any Idea on this?

    unknown skill param!!! [RefSkill ID: 33046, ParamValue: 1785684595]
    unknown skill param!!! [RefSkill ID: 33047, ParamValue: 1785684595]
    you fix and me

  5. #5
    AssassinS Silkroad arabcart is offline
    MemberRank
    Sep 2011 Join Date
    664Posts

    Re: Any Idea on this?

    Put your Skill Lines here to Fix it
    OR you Can Disable Bug Skills by this Query
    Code:
    USE SRO_VT_SHARD
    UPDATE _RefSkill Set Service=0 WHERE ID=



Advertisement