Jump to content

Dash

Premium
  • Posts

    152
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Dash

  1.  

    It's working perfectly.

     

    Design your table and put the "PARTY" flag at the 27th position.

     

     

    Who is the logic? What is different  between 27th and 25th position?

     

    Index of flag.if is 25 db will send to game for 25 th flag not Party flag witch is on the 27

    • Love 1
  2. Go navi skill proto design table and setaffectflag at elements the affects need to have index like : blue_posession in affect.h is the 42 th now blue possesion need to be the 42th on the list in navi

    Pe romaneste: tu daca ai blue possesint in affect.h al 42-lea in liste aia si in navicat trebuie sa fie la fel. In design table gasesti ceva de genu 'APPLY_NONE','APPLY_YMIR'.....aici ai 2 1-2 pana la 42 trebuie sa fie effecte si blue sa fie al 42-llea

    • Love 1
  3.  

    Hi! please help me, error compile game.

     

    screen: lPwog.png

     

    up ?! :(

     

    Edit in makefile 

     

    CC = g++410
    CXX = g++410
     
    -->
     
    CC = g++
    CXX = g++
  4. How can i delet my charater from client? I put this function in db conf.

     

    PLAYER_DELETE_LEVEL_LIMIT = 105
    PLAYER_DELETE_CHECK_SIMPLE = 1
     
     
    Error in syslog DB 
     
    PLAYER_DELETE TRY: admin 61232 pid2
    SYSERR: Feb  6 20:48:44 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '_deleted SELECT * FROM player  WHERE id=61232' at line 1
    query: INSERT INTO player _deleted SELECT * FROM player  WHERE id=61232
    
    
×
×
  • 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.