Jump to content

North

Premium
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Everything posted by North

  1. Hi guys, does anybody have this: Updated taskbar file, with that button in the middle? Thanks in advance.
  2. Thanks for the ideas, i will make 'em for my server.
  3. Not too sure about that, at least it is not for the kqueue event aswell, in the else statement of the syslog for the null event you can clearly see that is treated with a mere continue; This means that the purpose of that is just to log any empty one so it shouldn't be crashing because of this, that being said it is more likely crashing for a query, misconfiguration issues, some retarded code that breaks your db or stuff like that.
  4. Yes everything cool but, he has a failing query as main problem DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry)
  5. Mh i don't get what you are trying to explain. d.join takes the mapindex as argument, what do you need to accomplish in particular?
  6. Try this: def Open(self, vid, name): // After the vid exists check if vid == 6 or vid == 34001: self.Hide() But you can always help yourself with a information print in the gamechat i don't know if the argument is the actual vnum.
  7. It's not like you should always bitch about everything that we say. I'm sharing on the subject a library that can be used as an alternative, then people are free to choose between what they want, i'm not trying anything here or either saying anything bad to you.
  8. Vi on freeBSD? Do you know ee have been made for beign more user friendly? (btw vi is easy, INS -> do your stuff -> ESC and :wq, too difficult right? or having a cheatsheet near you might help) The ports have been deprecated in favor of pkg (same thing as apt) The kernel in freebsd is super stable nowadays, some things in OSX are based on bsd for a reason. All the other problems that you mention are because you clearly didn't know how to handle those issues or you just didn't use man/docs enough. Plus the BSD license is the real shit. All hail freebsd
  9. ITEM_STACKABLE? this is not a gacha problem.
  10. s.every(1min, []() { CHAT_TYPE_NOTICE("MyNotice"); }); // Pseudocode
  11. the guys for revenge of being fired is gonna relase the new updated source don't worry my friends
  12. Why you guys don't get that is the same guy flaming and trolling, diamond or whatever his name was. Just avoid him, he's cancer.
  13. [Hidden Content] If you don't understand, then you don't deserve
  14. This is no bug, it's a missing feature that you have to do by your own since it's an addition. You have it for one, it's not that difficoult to have a look at the code and replicate it for the counter part.
  15. if (amount > 200 || amount < 1) then { syschat('Error processing your request, the max amount is set to 200.'); return end }
  16. So you are saying that the official source is free of bugs? ayyy lmao
  17. Using the dedicated package installer of freebsd instead of building the packages from the ports? Btw to run make install you have to locate yourself in the proper directory where the makefile is.
  18. A better and faster solution would be to try catch those function and log errors
  19. No, you just request to use the emotions. The short form of that spoiler that is not clear and not even in english is: Go into uitarget, look for __OnEmoticonAllow and add: net.SendWhisperPacket( (self.nameString), "{} requested the use of emotions with you".format(player.GetName()) )
  20. using the inventory purge already made for the chat commands isn't enough?
×
×
  • 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.