4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
how to setting clientinfo.xml in new client
4144 replied to a85771416's question in Client-Side Support
probably old nemo? in some clients was issue with read data folder first. I have patched exe with same version, works fine -
how to setting clientinfo.xml in new client
4144 replied to a85771416's question in Client-Side Support
clientinfo/sclientinfo always can works same. You may change only server types if ragexe/ragexeRE example https://gitlab.com/4144/Nemo/blob/master/configs/zero/clientinfo.xml what emulator you using? you really changed packet version? -
how to setting clientinfo.xml in new client
4144 replied to a85771416's question in Client-Side Support
probably wrong patches in your client or bad configured emulators or wrong clientinfo/sclientinfo -
how to setting clientinfo.xml in new client
4144 replied to a85771416's question in Client-Side Support
clientinfo.xml and sclientinfo.xml format was not changed -
Also if you using outdated client exe as 2018-06-21 you must use data grf for this outdated version. You can use latest grf, or client may works with bugs Also translations may break anything, because this if have some issues at first need remove all translations and custom modifications to data and grf
-
i can be wrong, but look like item adjust works only on loading mob db
-
this is still issue. Issue with existing scripts
-
probably missing options because chance too low?
-
New hotkeys/shortcuts http://imgc1.gnjoy.com/ufile/common/2019/04/12/014334_tnvh5Gat.gif For use this shortcuts need client: ragexe from 2019-05-22 ragexeRE from 2019-05-08 ragexe_zero from 2019-05-15 Already in hercules
-
How to add new navigation to find custom npc in maps?
4144 replied to tathanvocuc017's question in Script Requests
try this plugin https://github.com/HerculesWS/StaffPlugins/tree/master/Haru/naviluagenerator -
You can use any clients. But limits: is you can get data/grf for same client version and patches what you need from nemo
-
In packets.h only packets send from client, and your sample packets look like only server to client packets.
-
If old packet was correct, and look like it never was changed, this error mean you using wrong packet version or client type if at 2009 sakray mean sakexe, then you need use in mmo.h ENABLE_PACKETVER_SAK. Anyway if client somehow works even with this errors, it can be fine for testing. this errors is packets validation, but it not prevent to send/receive packets. it only show what packets wrong
-
only client. db you can change or fill by self
-
Xray look like is some custom name. Also look like version 20091013 is wrong. This is probably internal kro build version, but need released client version. In 2009 was 3 different clients ragexeRE, ragexe, sakexe. And you can set type for each of it in hercules. Packets can be different for all of them If you using windows see in mmo.h for //#define ENABLE_PACKETVER_RE for ragexeRe, //#define ENABLE_PACKETVER_SAK for sakexe. For ragexe dont need uncomment client type If you using linux, can do same or use configure parameters for change packet version and client type
-
20180621 - Error on "Select Character" Screen
4144 replied to Calervius's question in Client-Side Support
http://herc.ws/board/topic/16391-2018-06-2021ragexere-char-select-fix/ -
20180621 - Error on "Select Character" Screen
4144 replied to Calervius's question in Client-Side Support
this is also can be issue with latest grf and very outdated client exe. In this forum was link somewhere with some old textures to fix this issue -
[Error]: Sent wrong packet id: 0x2B0A [Error]
4144 replied to Ergosoft's question in General Server Support
try update hercules to latest version. now it should not show errors about this packet -
Display group (titlte) and icon for mobs, homunculus, npc, mercenaries For set icon in some way need get bl_id of npc, mob etc and call function: Set icon setunitdata(GID, UDT_GROUP, ID) Icon files stored in directory data/texture/유저인터페이스/group/group_ID.bmp Where GID is bl id of being, ID is icon id. Example for npc: setunitdata(getnpcid(), UDT_GROUP, 3); It will use this image: data/texture/유저인터페이스/group/group_3.bmp Set group setunittitle(GID, group_name); Where group_name is any name what you want assign to group Example for npc: setunittitle(getnpcid(), "Hercules"); Sample images Works from versions: ragexe from 20180207, ragexeRE from 20171129, ragexe_zero from 20171130
-
Does nemo patcher already fix the Hstyle crash bug?
4144 replied to rans's question in Client-Side Support
Use patch http://nemo.herc.ws/patches/IncreaseHairSprites/ 64k patch works normally for old clients only. Successful show only what patch can be enabled. But it not show is client crash or not.