[Tutorial] Fix Delete Character

Results 1 to 3 of 3
  1. #1
    Yes, it's really me HuninHune is offline
    MemberRank
    Sep 2006 Join Date
    ::1Location
    1,084Posts

    [Tutorial] Fix Delete Character

    Super easy...

    Log into your server, Create a file called anything you want: EX : F.sql

    Put this in the file
    Code:
    CREATE FUNCTION check_communicate_lock(uname TEXT) RETURNS integer
    AS 'select 1;'
    LANGUAGE SQL
    IMMUTABLE
    RETURNS NULL ON NULL INPUT;
    log into psql and connect to ffmember (/c ffmember)
    type \i [filenamehere](EX: "\i F.sql")

    done, that's it...


  2. #2
    Web Developer Hulu is offline
    MemberRank
    Apr 2012 Join Date
    RaGEZONELocation
    326Posts

    Re: [Tutorial] Fix Delete Character

    Confirmed, deleting a character now works!

  3. #3
    Apprentice Nagi Akiba is offline
    MemberRank
    Apr 2016 Join Date
    ErementarGardenLocation
    6Posts

    Re: [Tutorial] Fix Delete Character

    Hi,

    How to delete a character completely?
    I can still find the records in the database.



Advertisement