Jump to content

4144

Core Developers
  • Content Count

    1189
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by 4144

  1. about transifex, not sure abour r, but n works fine. It also allow update pot file from git. Also i checked generated pot file, look like it broken. it write r as character 'r' but i think it must write it as two chars r. Same issue with "n" you can validate pot file by gettext: msgfmt -v generated_translations.pot
  2. Also exists https://www.transifex.com It even was open source, but latest versions look like is not. Allow open source projects translation for free.
  3. Try run configure with this flag: make clean./configure --enable-debug=gdbmake all and try again. after all this server should show where is exactly this check happend.
  4. Also need anti flood protection. Bot can send messages too fast and will be disconnected
  5. 4144

    custom points

    May be you need this? http://herc.ws/board/topic/3614-christmas-patch-gifto/
  6. @@AnnieRuru plugin can introduce own map flags, but they cant be used in functions getmapflag/setmapflag. You can see map flag in this example: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/afk.c here used map flag "noafk"
  7. why not create plugin? In plugin possible all except adding new flag to getmapflag/setmapflag.
  8. Wrong item id can be in any script. in npc dir or in item_db. Try search by id what server dumped on console
  9. About items, some where in scripts or in inventory/cart present not existing items id.
  10. In on linux, run map-server under gdb, in on windows run map-servre in visual studio
  11. 4144

    Help...

    Probably need use pcg->reload(); and not pcg->reload;
  12. All Shields violate GPL license. Not sure about all, but i saw at least harmony parts.
  13. harmony also violate GPL license.
  14. At first try use latest server sources. If it still happend, try find what need to do in game for got this warning.
  15. You not enabled HPMHooking plugin.
  16. You mean you want login as server account? This is totally wrong. Account for server is account for server. For human you can create another accounts.
  17. 4144

    Makefile.in Problem

    Look like wrong clock date/time Better run: autoreconf./configure and after you can run make But not sure is you closed source components will work. For this ask harmony authors
  18. try run: autoreconf./configuremake cleanmake
  19. This is fields added by 2015 clients. For now they unused in server. Probably no one know how to use this fields.
  20. 4144

    Npc Constant

    If it not here, then add it to const.txt. Use any name you like and id 1907
  21. If you not have local changes, probably simper will be remove all and clone again. Or atleast remove src dir, and then run: git reset --hard HEAD If you have modifications in sources probably better use some scripts.
  22. not sure where. But it say files modification time in big future. This mean or clock on vps in long past, or files have date time in long future First check vps clock
  23. You had bad time on files. Probably you copy from windows host. May be fix your pc time? Not sure how better fix time in files. may be use touch tool.
  24. issue in code logic. ask plugin author, or may be Dastgit to help with code Also if you other plugins loaded then may affect this aura
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.