Jump to content

arisgamers

Members
  • Content Count

    173
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by arisgamers


  1. When a value is zero, the variable is destroyed server-side. If you want to add a variable to an account, just insert a row. Just remember:

     

    account_id is the account ID of the player you want to give points to;

    key is the variable name (DO NOT FORGET ABOUT THE '#'!), in this case #KAFRAPOINTS or #CASHPOINTS;

    index is the index of the var. Leave to 0 by default since if you use any other, you should access to #var[index];

    value is obvious, don't you think?

    Got it, thanks for the answer (to Dastgir & jaBote)

     

    I will try cash shop feature  :D


  2.  

     

    #KAFRAPOINTS and #CASHPOINTS in the global_reg_value table of your database.

     

    greetings

    Tepoo

     

    i can not found global_reg_value table in my database.

     

    i found :

    1. global_acc_reg_num_db and

    2. global_acc_reg_str_db

     

    which one is the correct one ?

    its not from both of them

    Those #CASHPOINTS and #KAFRAPOINTS variables are stored in

     

    acc_reg_num_db

    mine is empty


  3. #KAFRAPOINTS and #CASHPOINTS in the global_reg_value table of your database.

     

    greetings

    Tepoo

     

    i can not found global_reg_value table in my database.

     

    i found :

    1. global_acc_reg_num_db and

    2. global_acc_reg_str_db

     

    which one is the correct one ?


  4. i am trying new character.

    when i hit monster, there is some moment between the character attack animation and damage done.

     

    example :

    1. i click poring to attack it.

    2. my char move to poring and attack it. (nothing wrong until here)

    3. monster can move or send some attack to me.

    4. damage from my attack done to monster, monster died.

     

    what i hope to happen :

    3. damage from my attack done to monster.

    4. if not died, monster move or counter attack me.

     

    why damage not happened right after my attack ?

    can i do anything to make my attack damage counted immediately ?


  5.  

    i just compiled using VC++ 2010 express.

    at first it is worked.

     

    after i shut down my pc, and turn it on several hour later, i try to run the server.

    this time all 3 server stopped right after i try to start them.

     

    what can i do ?

    Maybe your MySQL is turned off..

    or run command prompt, go to your hercules directory and run this

     

    map-server.exe > map-server.log
    and show us map-server.log contents.

    here map-server.log :

     

    [status]: Memory manager initialised: log/map-server.exe.leaks
     
                                                                       
                     Hercules Development Team presents                
                    _   _                     _                        
                   | | | |                   | |                          
                   | |_| | ___ _ __ ___ _   _| | ___  ___              
                   |  _  |/ _ '__/ __| | | | |/ _ / __|                
                   | | | |  __/ | | (__| |_| | |  __/__                
                   _| |_/___|_|  ___|__,_|_|___||___/                
                                                                       
                        http://herc.ws/board/                      
                                                                       
    [info]: Hercules 32-bit for Windows
    [info]: Git revision (src): '80cccfbc241f2ee566b43c5f577ca63abe6e1e86'
    [info]: Git revision (scripts): '80cccfbc241f2ee566b43c5f577ca63abe6e1e86'
    [info]: OS version: 'Windows 7 Professional Service Pack 1 (build 7601) [x86_64]'
    [info]: CPU: 'x86_64 CPU, Family 6, Model 42, Stepping 7 [4]'
    [info]: Compiled with Microsoft Visual C++ 2010 (v1600)
    [info]: Compile Flags: N/A
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.