Jump to content

Astroid

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Astroid

  1. I think i found the culprit. It was the announce script that contain too many characters. When it broadcasted to the whole player, everyone will crash. In server consoles it doesnt write any errors though. Im not sure it is a known bug or not.
  2. I'm having a nightmare, all of my players client just crashed randomly at any time. All 3 server consoles (login, char and map) does not write any errors or warning which i doubt the error from scripting issue. The console just show player disconnected without any errors. When the client crash, all players will get disconnected (except autotrade vendings), and the exe stop responding (show normal windows 'exe stop responding' window) without any more details. The server and client works fine for the last 3 days, but it just happened on last night. Im using 2013-08-07 client with gepard installed. Require your assistant on below : 1. How can i see error log on client side if it crashes? (gepard_error_log.txt not exist) 2. How to view more details on server console. ex. to debug on server console 3. Anyone experienced similar issue? Appreciate your help.
  3. I received this error after installing the flux cp. Im on CentOS 7. Warning: fopen(data/tmp/ConfigServers.cache.php): failed to open stream: Permission denied in /var/www/html/flux/lib/Flux.php on line 275 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/flux/lib/Flux.php on line 276 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/html/flux/lib/Flux.php on line 277 Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/html/flux/lib/Flux.php on line 278 Warning: fopen(data/tmp/LangEnUs.cache.php): failed to open stream: Permission denied in /var/www/html/flux/lib/Flux.php on line 275 I've already tried several methods suggested in the forum including : Set the rights for data/tmp to 777 Set the owner of data/tmp to apache Delete all the files inside data/tmp I have been working on this for the whole day but still cannot get it to work.
  4. in the latest renewal, Genetic skill Crazy weed can remove Land Protector, how can i edit this? I've added this in the skills.c but it seems not working case HW_GANBANTEIN: case LG_EARTHDRIVE: case GN_CRAZYWEED: if( !(unit->group->state.song_dance&0x1) ) {// Don't touch song/dance. skill_delunit(unit); return 1; } break;
×
×
  • Create New...