Jump to content

dofuzeiro

Inactive Member
  • Posts

    10
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by dofuzeiro

  1. go to locale_game.txt in your locale_xx.exi/epk

     

    and add

     

    DRAGON_SOUL_EQUIPMENT_SLOT_START [TAB] (anything)

    strange i did what u said and still the same error look:

    3a5455853e.png

     

     

    and then this 71a09a9954.png

    i have no idea :X, for example when i used a 34k client the launcher works perfectly but when i tried in this 40k game client the launcher is just full of erros:X

    therefore all my friends that previously played with me, cannot play anymore since the launcher isnt working and i don't know how to put my server into no launcher needed. 

  2. Goto all .py scripts in pack/root and replace True with TRUE and False with FALSE

     

    Kind regards

    KIDD

    Thanks i did that and althought it doesn't appear any errors anymore, the client instantly opens and closes again :X i change all the False to FALSE and True to TRUE.

    cheers.

    EDIT maybe this helps:

    1109 14:47:00977 :: Failed to load script file : UIScript/PopupDialog.py
    1109 14:47:00978 :: 
    ui.py(line:2765) LoadScriptFile
     
    LoadScriptFile!!!!!!!!!!!!!! - exceptions.AttributeError:'module' object has no attribute 'DRAGON_SOUL_EQUIPMENT_SLOT_START'
     
    1109 14:47:00978 :: ============================================================================================================
    1109 14:47:00978 :: Abort!!!!
     
     
    1109 14:47:00991 :: ============================================================================================================
    1109 14:47:00991 :: Abort!!!!
     
  3. Hi guys, does anyone know a launcher that works with the 40250 game rev? Whenever i try invoice 2013 launcher (starter) it gives this error.

    d0b1762cb3.png

    Im using the maxmi 3.6 serverfiles with the client (aphium2)

    f2dd9b5acd.png

    I really want to play with my friends but they can only log on with the launcher which doesn't work.

    Does anyone have a launcher that works with this client, or is there another away for my friends to connect to my server without launcher if so please tell me soo.

    Really appreciate.

  4. well check to make sure the server is even starting, specifically the DB score. maybe you're getting an error when starting and it won't load the tables with the data from the txt files.

    Hello the server starts normally, at least i use run.sh and no errors appear, however i went to the db sys log and this appeared:

     

    fb29d9408f.png

    Whenever i tried to login to the server it stays in You will be connected to the server.

     

    Also 

    there is the db

    d9bf5014b4.png

    bc842a2cb5.png

    Also mob proto is empty, Humh very strange and i dont know what to do :X, thanks.

  5. it should be in the mob_proto.txt, mob_names.txt, item_proto.txt, item_names.txt files in the serverfiles. If those are empty maybe something else is configured wrong on the server so it isn't finding those? Like broken/missing symlinks.

    yeah i have those files in the filezilla in some folder (idk the name now) but im talking about the navicat  player db and the item_proto table and mob_proto table those are empty what am i suppose to do? i can normally start the server? Ty.

  6.  

    Yeah you are right to be honest i dont even know how i solved that, cause i did so many things, like delete and start again with, i delete the mysql folder and put it on again, next if i remember correctly i rebooted my machine went to putty and tried installing everything install.sh as the metin2 user, gave chown -R metin2 . in every folder of /var/db  /var/db/mysql and somehow i rebooted again and started working, kinda strange, i didn't want to post this as the solution cause i was not sure of what i did exactly, now if you could help me with my problem my host isn't allowed on the mysql server i would really appreciate.

    Setup an account for you to login to the database via Navicat and an account for your game cores to interact with your database using. For this example I'll use the username "rumor" for my account and "metin2" for the game core's account. Every password in this example will be "password" but please DO NOT use this as your password! If you have a static IP address and wish to restrict access to the database only to your IP, change the "%" sign to your IP. The "%" sign indicates that any IP address is allowed to connect to the database using the specified credentials.

    mysql -p
    Now enter the password you set with mysqladmin earlier... and you will see this prompt:

    mysql>
    This is where we set the actual permissions for the accounts up.

    GRANT ALL PRIVILEGES ON *.* TO 'rumor'@'%'
    IDENTIFIED BY 'password' WITH GRANT OPTION;
    GRANT ALL PRIVILEGES ON *.* TO 'metin2'@'localhost'
    IDENTIFIED BY 'password' WITH GRANT OPTION;
    quit
    pro tip: remember (or write down) this information because you will need it later.

     

    thanks alot it worked =), i'm going to test the filles now and see if everything is working perfectly, once again thanks. and sorry for the inconvenience

    EDIT: btw why is mob proto and item proto empty? is there some .sql file that i need to run? Thanks again.

    • Love 1
  7.  

    Can someone help me pls with this error thanks alot.

    ac7879299a.png

     

    edit: i resolved that error but now i have this one:

    943635432c.png

    look at putty : a042510b7e.png

     

    i put the correct password which is 123456, ( i did the password mysql reset)

    but i still get errors really strange, if anybody could help me, i really appreciate thanks.

     

    Don't edit your reply saying you resolved an error without even explaining how you resolved it. Until you explain that you won't get any further help, howabout that?

     

    Yeah you are right to be honest i dont even know how i solved that, cause i did so many things, like delete and start again with, i delete the mysql folder and put it on again, next if i remember correctly i rebooted my machine went to putty and tried installing everything install.sh as the metin2 user, gave chown -R metin2 . in every folder of /var/db  /var/db/mysql and somehow i rebooted again and started working, kinda strange, i didn't want to post this as the solution cause i was not sure of what i did exactly, now if you could help me with my problem my host isn't allowed on the mysql server i would really appreciate.

  8. Can someone help me pls with this error thanks alot.

    ac7879299a.png

     

    edit: i resolved that error but now i have this one:

    943635432c.png

    look at putty : a042510b7e.png

     

    i put the correct password which is 123456, ( i did the password mysql reset)

    but i still get errors really strange, if anybody could help me, i really appreciate thanks.

×
×
  • 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.