Jump to content

Toxic

Inactive Member
  • Posts

    90
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Toxic

  1. I've installed correctly mysql, i've logged in, but when i reboot my server the mysql password will be changed... can someone help me please?
  2. What about lom? Anyway you've done something wrong..."Invalid syntax"
  3. 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)
  4. 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.
  5. Quote: Only if you have mysql.sock problem.
  6. Rules: - multiples of 25600 - the coordinates absolute must not overlap with other, then I suggest you get yourself a Cartesian plane
  7. /usr/local/etc/rc.d/mysql-server stop /usr/local/libexec/mysqld –skip-grant-tables –user=root & mysql -u root You'll be on mysql console.
  8. I've tryed by jail but i can't fetch, maybe i've misconfigured it.
  9. Hi people, it's possible to compile source on 64bit bsd? Because ovh has got only 64bit version of bsd.. and i can't buy a new server at the moment. Thanks a lot.
  10. PuTTy -> ee /usr/local/etc/rc.d/mysql-server Then scroll down and change: mysql_user"mysql" To mysql_user"root" Then /usr/local/etc/rc.d/mysql-server restart Enjoy
  11. Delete quest from /***/quest and delete the object of the quest, then reboot your server or use reload q command.
  12. Hi people, when i do the logout i've the "????????" error... and my syserr are empty can someone help me?
  13. You haven't these .mse. You've to change your outdoor archives.
  14. Log in your SSH (PuTTy), write this: cd /usr/ports/misc/compat7x && make install clean then, if you have 64bit os: pkg_add -r compat7x-amd64 else: pkg_add -r compat7x-i386 then: reboot now
  15. 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.