Jump to content

Dimmi

Inactive Member
  • Posts

    93
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Dimmi

  1. Hello, I've a problem with my dragon soul system. It dosen't work perfectly... Have a lot of bugs and I just wanna ask you if you can give me a tutorial how to add dragon soul system.. I didn't find anything and I think the problem is here because I changed game file.. Thanks!
  2. Try to put BIND_IP in each CONFIG file, without database (including auth).
  3. Yep, I finally understand how to solve those erros. Thanks you a lot, I solved.
  4. How did you compile your quest? What about "restart", how did you do that?
  5. I just copied the translation from translate.lua, because I want to remove the translate.lua from server. If I want to compile quest without translation (with file read from translate.lua), it works fine. #edit: I removed item.get_level_limit and I made it like this: function get_item_level (vnum) return mysql_query ("SELECT limitvalue0 FROM player.item_proto WHERE vnum = '"..vnum.."'") end now I get this: energy_system.lua:98:syntax error : [string "make"]:5: `)' expected (to close `(' at line 4) near `return' Any solution? First message was updated with actual quest
  6. OMFG, I'm so idiot. That was. Thank you, sir! My source has only pvp.cpp, the InstanceBase.cpp I can't find.
  7. Hi guys, I have another problem, I moved my server to 40k, and ofc, I moved my quests. The problem is, here, I can't attack from power mount's back. In 34k I could. I repeat, I can't attack from power mount's back, I know the difference between mounts witch was made just for walking and mounts witch was made for attacking, walking and using skills. Thanks for help in advice!
  8. Hey guys, I've some problems with this quest about energy_system (spoiler after). The problem is: energy_system.lua:98:syntax error : [string "make"]:5: `)' expected (to close `(' at line 4) near `return' I tried everything, I can't see the problem. Any1 can see it? Quest is after: Thanks for help & kind regards, Dimmi.
  9. That was. I searched with Notepad++ but I didn't touch "config.cpp". Haha! Many thanks!
  10. Did you modify all symlinks? From every channel, db, auth? And ofc, you should modify start.sh too.
  11. Hi guys, That's a little easy, but I really don't find where I can modify this text: Thanks for supporting! Kind regards.
  12. If you edit your game's name, you should edit your symlinks from every channel, too. Use WinSCP as FTP Client, it's better because it've symlink editor.
  13. You da real mvp, bro! That was. Now work perfectly, shiny syserr & clear . Thanks!
  14. It's useless. I have maxmi serverfiles, but I changed game and locale and more others, if I put this I will not have anymore source access. I solved my client's syserr removing that function "timeOutMsg" from intrologin.py and now client are not more stuck on "you will be connected...", now I got 'error to connecting to server. I will try to solve my ch1 syserr and will be back with edit.
  15. I didn't made any change there... How can I resolve? That's what I got in client's syserr, if this probably help you... 0323 22:13:13294 :: Traceback (most recent call last): 0323 22:13:13294 :: File "introLogin.py", line 436, in OnConnectFailure 0323 22:13:13295 :: AttributeError 0323 22:13:13296 :: : 0323 22:13:13296 :: 'LoginWindow' object has no attribute 'timeOutMsg' 0323 22:13:13296 ::
  16. SYSERR: Mar 23 18:19:08.105834 :: hupsig: SIGHUP, SIGINT, SIGTERM signal has been received. shutting down. SYSERR: Mar 23 18:19:28.217473 :: pid_deinit: End of pid SYSERR: Mar 23 18:22:43.362621 :: pid_init: Start of pid: 901 SYSERR: Mar 23 18:22:54.657606 :: ReadSpecialDropItemFile: ReadSpecialDropItemFile : there is no item 110010 : node 강력한용혼원석_일반-화려 SYSERR: Mar 23 18:22:54.659093 :: Boot: cannot load SpecialItemGroup: locale/romania/special_item_group.txt SYSERR: Mar 23 18:22:55.264155 :: pid_deinit: End of pid SYSERR: Mar 23 18:31:03.824428 :: pid_init: Start of pid: 965 SYSERR: Mar 23 18:31:10.386619 :: ReadSpecialDropItemFile: ReadSpecialDropItemFile : there is no item 110010 : node 강력한용혼원석_일반-화려 SYSERR: Mar 23 18:31:10.387686 :: Boot: cannot load SpecialItemGroup: locale/romania/special_item_group.txt SYSERR: Mar 23 18:31:10.682619 :: pid_deinit: End of pid SYSERR: Mar 23 18:52:37.659113 :: pid_init: Start of pid: 2322 SYSERR: Mar 23 18:52:44.154484 :: ReadSpecialDropItemFile: ReadSpecialDropItemFile : there is no item 110010 : node 강력한용혼원석_일반-화려 SYSERR: Mar 23 18:52:44.155639 :: Boot: cannot load SpecialItemGroup: locale/romania/special_item_group.txt SYSERR: Mar 23 18:52:44.461632 :: pid_deinit: End of pid
  17. Hi guys, I follow this tutorial my source, I compiled and now I can't connect to my server. When I compile I got no errors, no warnings. The problem is: when I insert bad user and password, I got error like "Your username or password is incorrect", but when they are corectly inserted my client stuck on "You will be connected...". Do you know where's the problem?
  18. Hi guys, I wanna remove the .txt files from database folder, I have 40k with source. I know it's something to change in source, but I don't know. Can somebody give me a tutorial please? Thank you in advance! Kind regards, Dimmi.
  19. It works now, thanks to all for your help! Thanks to all! @ BEST ANSWERS (that's because you was two) After all that you can follow this thread. Watch the video from 9th minute. If you don't want to have all this work download FreeBSD 9.2 with source code and you're ready 2go.
  20. I got this: No active remote repositories configured.
  21. I finally finished port's installing and I got those errors: gmake[1]: Leaving directory '/usr/src/Server/game/src' gmake -C game/src clean gmake[1]: Entering directory '/usr/src/Server/game/src' gmake[1]: Leaving directory '/usr/src/Server/game/src' gmake -C game/src limit_time gmake[1]: Entering directory '/usr/src/Server/game/src' update limit time gmake[1]: python: Command not found Makefile:123: recipe for target 'limit_time' failed gmake[1]: *** [limit_time] Error 127 gmake[1]: Leaving directory '/usr/src/Server/game/src' Makefile:60: recipe for target 'all' failed gmake: *** [all] Error 2 I follow step by step the tutorial. Only the source & extern folders which was uploaded to /usr/src, no to /root.
×
×
  • 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.