Jump to content

Toxic

Inactive Member
  • Posts

    90
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Toxic

  1. 0710 23:33:22988 ::   File "
    0710 23:33:22988 :: <string>
    0710 23:33:22988 :: ", line 
    0710 23:33:22988 :: 2070
    0710 23:33:22988 :: 
    
    0710 23:33:22988 ::     
    0710 23:33:22988 :: constInfo.mds = int(coins)
    0710 23:33:22988 :: 
    
    0710 23:33:22988 ::     
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 ::  
    0710 23:33:22988 :: ^
    
    0710 23:33:22988 :: SyntaxError
    0710 23:33:22988 :: : 
    0710 23:33:22988 :: invalid syntax
    0710 23:33:22988 :: 
    

    How resolve it?

     

     

    What about lom? Anyway you've done something wrong..."Invalid syntax"

  2. When i've started my server was all ok, but since i've rebootted i can't log-in on my mysql. I've tryed to reset password but...

     

     
    mysqladmin: connect to server at 'localhost' failed
    error: 'Access denied for user 'root'@'localhost' (using password: NO)'
    

    This error is showing when i try to do " mysqladmin -u root password my_password
    And if i try to connect with mysql -u root -p

     

     

    ERROR 1045 (28000): Access denied for user 'mysql'@'localhost' (using password: NO)
     
  3. Can someone help me, please? I've got this error when i start my server.

     

     
     Character set 'euckr' is not a compiled character set and is not specified in the '/usr/local/share/mysql/charsets/Index.xml' file
    mysql_real_connect: Can't initialize character set euckr (path: /usr/local/share/mysql/charsets/)
       failed, retrying in 5 secondsconnect: Connection refused
    connect: Connection refused

    Compiled game and db.

     

  4.  

    mysqladmin -u root -p yourpass
    mysql -u root -p
    Enter your pass
    GRANT ALL PRIVILEGES ON *.* TO root@"%"
    IDENTIFIED BY 'your_pass' WITH GRANT OPTION;
    quit
     
    check this
     
     
    otherwise
    run
    ee /usr/local/etc/rc.d/mysql-server
     
    change mysqluser="mysql" to  mysqluser="root"

     

     

    Quote: Only if you have mysql.sock problem.

  5. quest give_basic_weapon begin
        state start begin
            when login with pc.get_level() <= 1 begin
                local item_vnum = 19
                local item_vnum2 = 11209
                local item_vnum3 = 12209
                if pc.get_job() == 1 then
                    item_vnum = 1009
                    item_vnum2 = 11409
                    item_vnum3 = 12349
                elseif pc.get_job() == 2 then                
                    item_vnum2 = 11609
                    item_vnum3 = 12489
                elseif pc.get_job() == 3 then
                    item_vnum = 7009
                    item_vnum2 = 11809
                    item_vnum3 = 12629
                end
                pc.give_item2(item_vnum)
                pc.give_item2(item_vnum2)
                pc.give_item2(item_vnum3)
                pc.give_item2(27003, 200)
                pc.give_item2(27006, 200)
                pc.give_item2(72702)
                pc.give_item2(71050, 20)
                pc.give_item2(70038, 20)
                pc.give_item2(13200)
                pc.give_item2(14200)
                pc.give_item2(15200)
                pc.give_item2(16200)
                pc.give_item2(17200)
                pc.give_exp(66640600)
                pc.set_skill_level ( 131 , 59 )
                horse.set_level ( 21 )
                horse.ride ()
                notice_all ( " نرحب باللاعب " .. pc . get_name ( ) .. " في ماتين 2 فيقا نتمنا لك حظا موفقا " )
                chat ( " تذكر لن يطلب منك المراقب حسابك " )
                chat ( " الرجاء الدخول الى المنتدى من وقت الى اخر للحصول على اخر اخبار اللعبه  " )
                chat ( " اذا لم يكن هناك مراقب الرجاء وضع الاستفسار في المنتدى " )
                chat ( " نتوقع منك حسن السلوك والاحترام مع الاعبين الاخرين " )  
                set_state("__complete")
            end
        end  
        state __complete begin
       end
    end
     
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.