Jump to content

AlCapone

Inactive Member
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by AlCapone

  1. RIDEAS I have a big problem I put the last function def OpenQuestWindow(self, skin, idx): if constInfo.INPUT_IGNORE == 1: return elif constInfo.INPUT == 1: return else: self.interface.OpenQuestWindow(skin, idx) And now Ignore all the quest I intent to open for example the change kingndom and dont open me quest.. 1002 20:38:38193 :: AttributeError 1002 20:38:38193 :: : 1002 20:38:38193 :: 'module' object has no attribute 'INPUT_IGNORE' 1002 20:38:38194 :: 1002 20:38:44487 :: Traceback (most recent call last): 1002 20:38:44488 :: File "game.py", line 717, in OpenQuestWindow
  2. I still have the same problem whit the new window, and I put the new quest
  3. 0926 18:49:30578 :: AttributeError 0926 18:49:30578 :: : 0926 18:49:30578 :: 'GameWindow' object has no attribute 'ItemRemoveGetInputOff' 0926 18:49:30578 ::
  4. Hi so I put a sistem of Shang to delet your items in inventory and after delet the item I see a window in game here a gif. Sysser server : Input: no quest running for pc, cannot process input : 57787 Sysser client : No error Tutorial Quest
  5. If you want limit time, you can edit the time easily in update_limit_time.py: limitTime = time.mktime(time.localtime()) + 3600 * 24 * 180 * 2 Just edit 3600 * 24 * 180 * 2 Example 3600 * 24 * 180 * 20 It's add this time to local time. Then if you finish with edit, write this command to virtualbox/putty: gmake limit_time It's added the new time to limit_time.h After compile the game. Now you have the new time in your gamefile.
  6. Yes you can login again on the metin the core dont crash only client. How can I make the quest comunication whit client to see if is god. P.D: After put your quest write test whit input. Then and after kick me.
  7. The quest work. But the OX dont the part of the OX were send you to login is this. I think is for the INPUT because i tested whit another quest and give me a INPUT error.
  8. In sysser client no error only serverside. ApplyPoint: Unknown apply type 97 name Robert Until I put sash sistem they worked..
  9. Soo the belt dont appear in the equipement. What could be? The sysser server : ApplyPoint: Unknown apply type 97 name Robert Thanks
  10. I have the same problem. The route of the files is acce\ymir work\pc\warrior\acce There I have the files And the MSM is good whit the right route d:/ymir work/pc/warrior/
  11. Hi anybody have the query of sash items? 85009 85008 etc Thanks
  12. Sorry for asking but for what is this good? Some more details please.
  13. Hi soo I am tring compile the game but i have this errors. So i go to mi char.cpp and I have this What is wrong?
  14. This a tut how to delet 1 empire maybe to add is the same look in.
  15. Hi guys is here some tutorial to make functional the 2 new botons for rings ?
  16. Hi guys I am trying to compile the client whit the acce system but I have this error. Can somebody help me please? Ty for all.
  17. For first sql password of dedicated server and for second sql the navicat pass
  18. DEFINE('SQL_HOST', 'ip of server'); < what to right here? DEFINE('SQL_USER', 'root'); DEFINE('SQL_PASS', 'pass of your server'); < what to right here? DEFINE('SQL_HP_HOST', 'ip of server'); < what to right here? DEFINE('SQL_HP_USER', 'root'); DEFINE('SQL_HP_PASS', 'pass of your server'); < what to right here? DEFINE('SQL_HP_DB', 'account'); < $serverSettings['url']="your site url"; < what to right here? // URL zur Seite (ohne letzten "/") $serverSettings['server_ip']="ip of server"; < what to right here? // Server-IP $serverSettings['register_on']=true; // Registration aktiviert (ja = true / nein = false) $serverSettings['mail_activation']=false; // Mailaktivierung (ja = true / nein = false) $serverSettings['page_entries']=30; // Eintr�ge pro Seite $serverSettings['reg_mail']='[email protected]'; < what to right here? // E-Mail-Absender bei Registration $serverSettings['pass_mail']='[email protected]'; < what to right here? // E-Mail-Absender bei $serverSettings['titel'] = 'Curse';
×
×
  • 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.