4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
First way put plugin names what you want to compiler into MYPLUGINS env var MYPLUGINS="sample mapcache" make plugins Second way assign plugin names inside src/plugins/Makefile.in into variable MYPLUGINS names what you want replace MYPLUGINS := $(MYPLUGINS) to MYPLUGINS := $(MYPLUGINS) sample mapcache then run make clean ./configure make
-
This should be fixed already
-
Client will normally allow only limited number of languages. For allow all old supported languages need enable this patch in nemo: http://nemo.herc.ws/patches/AlwaysReadKrExtSettings/
-
in plugin need replace c clr_type to enum clr_type
-
New patches for protecting clients: Hide build info in client - hide any information about client version. Hide packets from peek - prevent peek and bpe to extract packets from client.
-
For this you can use trader with type NST_CUSTOM. See in docs or npc folder (it using cash shop on client too( If you using 2019 clients you also can use barter shop. See here information about barter shops
-
I mean in client no itemshop. Exists normal shop. cash shop, market (aka bargarian) and barter. Herc using all of them in some way in official or custom way. But here no shop with name item shop. Checked source, itemshop using really cash shop.
-
at first itemshop not exists in client or packets, this is some kind of fake shop in rathena, probably limited market (bargarian shop) or cash shop. For shop with data synced to sql table automatically you can use market shop type, see https://github.com/HerculesWS/Hercules/blob/stable/doc/script_commands.txt#L310 or search in npc folder shop types what you want. If you asking how fill shop with all existing items in db, you can use one of trader shop type and add items by sql queries.
-
as simpler option, you can try delete all maps from data folder
-
About how update map cache you can search on this forum. But if you already updated map in correct way, probably you using wrong data folder. if you get data and grf not from kro but from rathena forum, it may contains some legacy maps in data folder or in your grf. try start from normal version, from official kro data and grf.
-
Then yes this is mean map in client and server map cache is different Update or grf with correct maps or regenerate map cache based on your grfs
-
look like not patched client with patch "Restore Login Window"
-
also check what you really using correct packet version while building server
-
if you press menu buttons it will open any windows?
-
cant walk can be sign of wrong maps probably in hercules one map but in client another. You should regenerate map cache
-
yes this is fine, option not exists, but i thinked it exists. I not removing it from site because think probably better add it to herc. Other than --enable-packetver-main change server behavior. Also rember what 2019-02-13 (main and re) may not work yet in herc and not works in nemo.
-
In other words default values for MAX_INVENTORY is 200 for FIXED_INVENTORY_SIZE is 100
-
Now hercules version released and this features can be used from stable or master branch.
-
no. this is only warning. it can be issue for other packet id, but for 0x044A it's fine
-
Crash rebellion random mapserver scriptcommand Class
4144 replied to utofaery's question in General Server Support
About leaks it show line number. you should see what you code have at this line and around it.