4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
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
-
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.
-
[Error]: skill.c:171: 'skill_lv > 0' in function `skill_get_time'
4144 replied to xlaws27's question in Source Support
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. -
Also need anti flood protection. Bot can send messages too fast and will be disconnected
-
May be you need this? http://herc.ws/board/topic/3614-christmas-patch-gifto/
-
@@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"
-
why not create plugin? In plugin possible all except adding new flag to getmapflag/setmapflag.
-
Wrong item id can be in any script. in npc dir or in item_db. Try search by id what server dumped on console
-
About items, some where in scripts or in inventory/cart present not existing items id.
-
http://herc.ws/wiki/GDB
-
In on linux, run map-server under gdb, in on windows run map-servre in visual studio
-
Probably need use pcg->reload(); and not pcg->reload;
-
All Shields violate GPL license. Not sure about all, but i saw at least harmony parts.
-
harmony also violate GPL license.
-
At first try use latest server sources. If it still happend, try find what need to do in game for got this warning.
-
You not enabled HPMHooking plugin.
-
I can't login to my server as a gm account.
4144 replied to Replay666's question in General Server Support
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.- 1 reply
-
- gm
- gm account
-
(and 1 more)
Tagged with:
-
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
-
What does this mean "Malformed Archive"?
4144 replied to Aeromesi's question in General Server Support
try run: autoreconf./configuremake cleanmake -
This is fields added by 2015 clients. For now they unused in server. Probably no one know how to use this fields.
-
If it not here, then add it to const.txt. Use any name you like and id 1907
-
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.
-
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
-
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.
-
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