Jump to content

caspe

Members
  • Content Count

    146
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by caspe


  1. 19 minutes ago, Temtaime said:

    A client now has a name - Æsir !

    Maybe name something that can able to write easily. 

    Name looks good but how to joint A and E?


  2. On 6/13/2017 at 2:25 PM, caspe said:

    Errors:

    1. When do char select while in running Battleground mode.

    29p2b7p.jpg

    2. Can u fix this reward calculation function

    280o6e1.jpg

    Code:

      Reveal hidden contents

    else if (.@croix == 0) { // All Croix Players quit
            set .@Rate, 99 - .croix_score;
            hBG_reward $@BG_Team1,7829,30 * .@Rate / 99,0,0,"BG_TDM",1,4,0;

    or maybe just give 30 badge for winning team.

    3. That debug massage just keep spamming console while Rush mode running

    317jpxh.jpg

    This errors still exist.

    4. Players able to use healing items such as Berry, white pot, speed potion and skills while carrying stone, flags in modes like Stone Control CTF.

     

    Some Suggestions:

    1. Player able to party with other team member but, he can attack him.

    party with other players should be disable

    2. There is no announcement after Emergency Call ready. 

    Any news on this?


  3. Errors:

    1. When do char select while in running Battleground mode.

    29p2b7p.jpg

    2. Can u fix this reward calculation function

    280o6e1.jpg

    Code:

    Spoiler

    else if (.@croix == 0) { // All Croix Players quit
            set .@Rate, 99 - .croix_score;
            hBG_reward $@BG_Team1,7829,30 * .@Rate / 99,0,0,"BG_TDM",1,4,0;

    or maybe just give 30 badge for winning team.

    3. That debug massage just keep spamming console while Rush mode running

    317jpxh.jpg

    This errors still exist.

    4. Players able to use healing items such as Berry, white pot, speed potion and skills while carrying stone, flags in modes like Stone Control CTF.

     

    Some Suggestions:

    1. Player able to party with other team member but, he can attack him.

    party with other players should be disable

    2. There is no announcement after Emergency Call ready. 


  4. 6 hours ago, coldmaster said:

    Also, having issues with step 11 Things are different now so I don't know how to do it

    I'm getting this error

    
    [SQL]: DB error - Table 'ragnarok.loginlog' doesn't exist
    [Debug]: at ..\src\login\loginlog_sql.c:95 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '0.0.0.0', 'login server', '100', 'login server started')

    it points to the loginlog_sql.c, and tell me to edit the line, but I don't understand if I should do this or if there is a better way with a file in the conf/ also if I edit the c file I'm not really sure how it should look like.

    Reading the forums people say to change this line on inter-server.conf

    
    log_db_db: ragnarok

    to 

    
    log_db_db: log

    But there is no such line on the inter-server.conf

    I would really appreciate some help.

    Well config file format has been changed, in folder global/sql_connection.conf u can set database name and specific id pass. and try with extracting log tables in same database as main database.


  5. i don't think so, i only got problem for acid demonstration skill, other are work fine.

     

    // This delay is the min 'can't walk delay' of all skills.
    // NOTE: Do not set this too low, if a character starts moving too soon after
    // doing a skill, the client will not update this, and the player/mob will
    // appear to "teleport" afterwards.
    default_walk_delay: 200

     

    what value u set here?

×
×
  • Create New...

Important Information

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