Jump to content

greenieken

Members
  • Posts

    154
  • Joined

  • Last visited

Posts posted by greenieken

  1. @euphy

    should i just change:

    menu "Last Warp ^777777["+lastwarp$+"]^000000",-,
    " ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons,
    " ~ Guild Castles",Castles, " ~ Special Areas",Special;
    if (lastwarp$ == "") dispbottom "You have not warped anywhere yet.";
     else warp lastwarp$,lastwarpx,lastwarpy;
    close;
    

    to:

    menu    "Last Warp ^777777["+lastwarp$+"]^000000",-," ~ Save",Save,
        " ~ Towns",Towns, " ~ Fields",Fields, " ~ Dungeons",Dungeons,
        " ~ Guild Castles",Castles, " ~ Special Areas",Special;
        if (lastwarp$ == "") dispbottom "You have not warped anywhere yet.";
    		    else warp lastwarp$,lastwarpx,lastwarpy;
        close;
    Save:
        getmapxy(.@map$,.@x,.@y,0);
        savepoint .@map$,.@x,.@y;
        dispbottom "Save point changed.";
        close;
    

    ??

  2. Can anyone teach me on how to disable this one? I used shins diff patcher v1.0.2 and tried to look for the mouse freedom settings but it is not there. Im using a 20110315 client.exe. thanks

    BUMP. Anyone could help?

  3. When i entered,

    USE mysql;

    SELECT * FROM `user` WHERE `user` = 'ragnarok'

    nothing comes out so i entered

    insert  into `user`(`Host`,`User`,`Password`,`Select_priv`,`Insert_priv`,`Update_priv`,`Delete_priv`,`Create_priv`,`Drop_priv`,`Reload_priv`,`Shutdown_priv`,`Process_priv`,`File_priv`,`Grant_priv`,`References_priv`,`Index_priv`,`Alter_priv`,`Show_db_priv`,`Super_priv`,`Create_tmp_table_priv`,`Lock_tables_priv`,`Execute_priv`,`Repl_slave_priv`,`Repl_client_priv`,`Create_view_priv`,`Show_view_priv`,`Create_routine_priv`,`Alter_routine_priv`,`Create_user_priv`,`Event_priv`,`Trigger_priv`,`Create_tablespace_priv`,`ssl_type`,`ssl_cipher`,`x509_issuer`,`x509_subject`,`max_questions`,`max_updates`,`max_connections`,`max_user_connections`,`plugin`,`authentication_string`) values ('%','ragnarok','*08FF2D2DB3AEFCADCFEF4918974CD7FFE29916ED','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','N','','','','',0,0,0,0,'',''), ('127.0.0.1','ragnarok','*08FF2D2DB3AEFCADCFEF4918974CD7FFE29916ED','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','N','','','','',0,0,0,0,'',''), ('localhost','ragnarok','*08FF2D2DB3AEFCADCFEF4918974CD7FFE29916ED','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','N','','','','',0,0,0,0,'','');
    

    After doing that, it still says that access denied for user ragnarok@localhost. -.-"

    Nvm. I figured it out. Thanks.

×
×
  • Create New...