Jump to content

tierrilopes

Premium
  • Posts

    666
  • Joined

  • Days Won

    31
  • Feedback

    0%

Posts posted by tierrilopes

  1. Only used function is "SetAffect" in console, if you want you can change

    Group teleport function isn't using "Move" function

    Colorful shop so title colored shop released in epvp but now I dont find thread link, people's put color in shop sign like chat

    -EDIT-

    Is that the post?

    Saw your topic now, thank you alot for all that information.

    The title say:  Color shop mark.

    You are blind? The title says it all.
    When a player opens a shop is labeled to know if it was open or not.

    This helps shops Player When controls.

    Where im i talking to you?

    _

    Ok koray

  2. Only used function is "SetAffect" in console, if you want you can change

    Group teleport function isn't using "Move" function

    Colorful shop so title colored shop released in epvp but now I dont find thread link, people's put color in shop sign like chat

    -EDIT-

    Is that the post?

    Saw your topic now, thank you alot for all that information.

  3. In PythonLauncher.cpp:

     

    search:

    PyModule_AddIntConstant(builtins, "TRUE", 1);

     

    and add:

     

    PyModule_AddIntConstant(builtins, "TRUE", 1);
    PyModule_AddIntConstant(builtins, "FALSE", 0);
    PyModule_AddIntConstant(builtins, "True", 1);
    PyModule_AddIntConstant(builtins, "False", 0);
     
    Now TRUE and True works

     

    I cant find the -library builder ?

     

    I have bad magic number in traceback.py :(

    For bad magic number use this files

    This is the hidden content, please

     

     

     

     

    • networkModule.SetSelectCharacterPhase - exceptions.SyntaxError:invalid syntax (line 335)

       

      :wacko:

     

    Use root from this client 

     

    Last time i will reply to this thread.

    Everything has already been answered.

    Just take a bit of your time to search please.

     

     

    Use vs2013.

    Use 40k test client.

    Add those libs to your client.

    If you get true/false error do the above.

     

  4. Didnt understood much but, you can name the folders (as folders i refer to epk files) to whatever you want as long as you keep the inner folder structure.

    For example i changed my whole pack structure, but in the index file i added it only this way:

    INDEX

    *

    File1

    *

    File2

     

    and so on, and it all working properly.

     

    The problem is that the binary will look for a file named property and so on, you need to change that at binary source. (maybe root and so also get checked there, i dnt remember and cant open it atm)

     

    In userinterface--->PythonBackground.cpp

     

    void CPythonBackground::__CreateProperty()
    {
    	if (CEterPackManager::SEARCH_FILE_FIRST == CEterPackManager::Instance().GetSearchMode() &&
    		_access("property", 0) == 0)
    	{
    		m_PropertyManager.Initialize(NULL);
    
    		CPropertyLoader PropertyLoader;
    		PropertyLoader.SetPropertyManager(&m_PropertyManager);
    		PropertyLoader.Create("*.*", "Property");
    	}
    	else
    	{
    		m_PropertyManager.Initialize("pack/property");
    	}
    }

    He checks there if the files exists or not. Change the name to the one you got.

    • Love 1
  5. the mysql problem happen to me many time (more then 20 time last week) i think thats because the orginal mysql

    This is the hidden content, please
    has been changed

    the best solution is to rebuilt it as Shogun said and give it a other user and pass

    to installarrow-10x10.png the mysql server 56:

    cd /usr/ports/databases/mysql56-server
    make BUILD_OPTIMIZED=yes BUILD_STATIC=yes
    make WITH_XCHARSET=all install clean

    then

    ee /etc/rc.conf

    make sure that this line is written

    mysql_enable="YES"

    to give root it password

    service mysql-server start
    /usr/local/bin/mysqladmin -uroot password 'enterpassword'

    change 'enterpassword' by your pass word it should look like this

    
    /usr/local/bin/mysqladmin -uroot password metin2dev

    in this case metin2dev is the pass for mysql-server

    then

    mysql -p
    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

    here rumor is the accountarrow-10x10.png you should use if you have a root server

    some may have the question why not using root

    well its highly recommended not to use root nor for mysql nor sftp nor ftp nor ssh

    ah and change 'password' with your 'passwordhere'

    and good luck

    thanks to Rumor for his topic here

    night i have problem on mysql too i followed this but say

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

     

     

    service mysql-server stop

    pwd_mkdb -p /etc/master.passwd
    chown -R mysql /var/db/mysql && chgrp -R mysql /var/db/mysql
    ervice mysql-server start
    /usr/local/bin/mysqladmin -uroot password 'enterpassword'
×
×
  • 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.