Enabling Alt Codes for Characters.

Results 1 to 5 of 5
  1. #1
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    information Enabling Alt Codes for Characters.

    I recently changed my DB for a purpose and I happened to execute Rotana's "Restrict Alt codes from DB" part 1 & 2. I also executed Gregon's DB by mistake. Could someone please tell me how I can enable players from creating characters with alt codes WITHOUT me having to change the DB?

    Help would be much appreciated. Thanks.

    This is what it says when I create a character with alt codes:



  2. #2
    Valued Member Asaki is offline
    MemberRank
    Nov 2009 Join Date
    133Posts

    Re: Enabling Alt Codes for Characters.

    u might want to use a changename script for playerpanel to change their name

  3. #3
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Enabling Alt Codes for Characters.

    Quote Originally Posted by Asaki View Post
    u might want to use a changename script for playerpanel to change their name
    That would be a pain in the ass for players. It's always better to create a character and start off immediately. Don't you think?

  4. #4
    Valued Member Asaki is offline
    MemberRank
    Nov 2009 Join Date
    133Posts

    Re: Enabling Alt Codes for Characters.

    give me query u ran with . i will try to revert it for u
    Last edited by Asaki; 22-12-09 at 09:16 AM.

  5. #5

    Re: Enabling Alt Codes for Characters.

    Database > GunzDB > Programmability > Stored Procedures > dbo.spInsertChar > Right Click - Modify

    Delete:
    Code:
    IF  (SELECT dbo.fnCheckString(@Name) as Test)= 1
    BEGIN 
    ROLLBACK TRAN
    return (-1)
    END



Advertisement