Jump to content

MORTE

Inactive Member
  • Posts

    364
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by MORTE

  1. Erros: Em Quando clico na opção dá um erro e nada acontece
  2. Because the index is 110000 And with each war increases, it was not to be the fixed value that is in files 110 and 111 ?
  3. example: warp_all_to_village(mapindex, Kingdom, time) Teleport all of an informed map index, from a given realm.
  4. Down again syserr atuh -> [Hidden Content] syserr ch1 first -> [Hidden Content] syserr ch1 game1 -> [Hidden Content] syserr ch1 game2 -> [Hidden Content] syyser db -> [Hidden Content] syserr game99 -> [Hidden Content] Down on here SYSERR: Dec 22 11:17:08 :: pid_init: Start of pid: 2757 SYSERR: Dec 22 11:17:08 :: DirectQuery: MySQL connection was reconnected. querying locale set Is there a reason for this error in syserr_db?
  5. I do not only have this in source: - 4 inventories - max yang Source is clean, all public errors fixed I removed the sequence too As soon as I fall again post here all the complete syserrs / syslogs errors, and if anyone can help me, I'm already grateful!
  6. I have the same error, if you can solve please tell me: /
  7. How can I block in source to not put a certain item here
  8. I had deleted it a while before, I put everything that was there, you can see that game1_syserr had 4 drops.
  9. char chatbuf[CHAT_MAX_LEN + 1]; int len; if (pinfo->type == CHAT_TYPE_SHOUT) { if (ch->GetGMLevel() == GM_IMPLEMENTOR) { len = snprintf(chatbuf, sizeof(chatbuf), "|cFFFFA500|H|h%s|h|r : %s", ch->GetName(), buf); } else { if (ch->GetEmpire() == 0) { len = snprintf(chatbuf, sizeof(chatbuf), "|cFFff0000|H|h%s|cFFA7FFD4|H|h : %s", ch->GetName(), buf); // SHINSOO } else if (ch->GetEmpire() == 1) { len = snprintf(chatbuf, sizeof(chatbuf), "|cFFFFFF00|H|h%s|cFFA7FFD4|H|h : %s", ch->GetName(), buf); // CHUNJO } else { len = snprintf(chatbuf, sizeof(chatbuf), "|cFF0080FF|H|h%s|cFFA7FFD4|H|h : %s", ch->GetName(), buf); // JINNO } } } else { len = snprintf(chatbuf, sizeof(chatbuf), "%s : %s", ch->GetName(), buf); } I did not test.
  10. As soon as I drop again I put all the syserr and syslog here. But it will be what is causing the fall: /
  11. syserr first: [Hidden Content] game1: [Hidden Content] PAYMENT BY PAYPAL FOR A CORRECTION!
  12. Is it possible to make extra bonuses for attributes? example: // function / Kingdom / percentage /priv_empire2 jinno 20 This bonus would increase The percentage of attributes gives table player.item_attr
  13. [Hidden Content] HELP FIX!?
  14. My server gives 'general DC on channel 1' back at the same time, I do not know which one is cause, paid well for that to solve this problem. http://pastebin.com/wKjeES7D
  15. SYSERR: Dec 15 23:58:36 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 00:03:35 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 00:06:56 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 00:12:46 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 00:15:06 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 00:20:45 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 00:54:47 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 00:57:03 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 01:03:06 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 01:04:13 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 01:15:08 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 02:08:03 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 03:17:28 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 03:38:18 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 05:59:33 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 08:27:16 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 09:54:23 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 09:57:05 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) SYSERR: Dec 16 10:19:37 :: HandshakeProcess: handshake retry limit reached! (limit 32 character !NO CHARACTER!) I wanted to know why it gives this error, I researched and found that it is because CONFIG would have more than 32 maps, but none has that amount. Does anyone know how I can solve this, please!
  16. This method is better than this ? [Hidden Content]
×
×
  • 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.