I can not create a character Summoner

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! Sklex is offline
    MemberRank
    Dec 2012 Join Date
    396Posts

    sad I can not create a character Summoner

    hello I'm using the files RMST Tornado 7.12.02
    and I can not create the Summoner.
    do not know how to create it
    someone please help me

    and I can not buy the Summoner card in the mushop

    Help me please!


  2. #2
    DBO Freak xDarKyx is offline
    MemberRank
    Mar 2011 Join Date
    280Posts

    Re: I can not create a character Summoner

    Can you tell us the Error message?

    Advice: Try to set lower prices.

  3. #3
    Account Upgraded | Title Enabled! Sklex is offline
    MemberRank
    Dec 2012 Join Date
    396Posts

    Re: I can not create a character Summoner

    brother
    I get a message
    that said : Summoner card purchase complete !
    but still I can not create the Summoner
    please help me

  4. #4
    Don Corleone Cryingsoul is offline
    MemberRank
    Mar 2009 Join Date
    DenmarkLocation
    702Posts

    Re: I can not create a character Summoner

    Quote Originally Posted by xDarKyx View Post
    Can you tell us the Error message?

    Advice: Try to set lower prices.
    At least you tried :)

    ON Topic:

    SQL Enterprise Manager --> MuOnline --> Table --> Right click on the table named AccountCharacter and press Design. Once you are in there, look for a column named "Summoner" and change the default value from 0 to 1, and if you want to enable ragefighter too, look for a column named RageFighter and change the value from 0 to 1 ;)

    PS: This will only work for new registered accounts, to enable summoner for existing accounts, run the following query:
    Code:
    Use MuOnline
    UPDATE AccountCharacter SET Summoner=1
    UPDATE AccountCharacter SET RageFighter=1
    Last edited by Cryingsoul; 20-12-12 at 04:41 PM.

  5. #5
    Am i? ScriptKid is offline
    MemberRank
    Oct 2006 Join Date
    $Location="??";Location
    1,810Posts

    Re: I can not create a character Summoner

    the suggestion of cryin soul is the answer in here.



Advertisement