4144
Core Developers-
Content Count
1189 -
Joined
-
Last visited
-
Days Won
124
Content Type
Profiles
Forums
Downloads
Staff Applications
Calendar
Everything posted by 4144
-
yes, will be increased. new ragnarok client support item id at least up to 2147483648. And hercules will support it too. For old clients it will be limited up to 65535.
-
see different converters in tools directory. For mob skill db you need mobskilldbconverter.py
-
no, you looking wrong field. issue with char_id. char_id must be 15000 or bigger
-
this is known innodb issue. First character can have wrong id. Fix it manually or remove character with id smaller than 150000
-
2018-06-05bRagexeRE closing when trys to open
4144 replied to luan122's question in Client-Side Support
@hendra814 new clients not using any packets obfuscation -
please stop spamming
-
this error is simple. you running your exe not in hercules directory. it MUST be where all files located and not any other dirs like you did. Probably this is issue in your visual studio project configuration.
-
create issue in nemo bugtracker about buttons https://gitlab.com/4144/Nemo/issues
-
@luizragna on forums and on wiki was already too many guides how add new maps... For build any plugin if you know it's name. run: make plugin.NAME for mapcache.c this command will be: make plugin.mapcache
-
@noobzter003 what server you using? Hercules i think already have new packet support for AOE skills
-
by default new clients not have obfuscation enabled nemo i think cant add keys for this new clients. but technically it's possible. In future i will try to check how to fix it
-
in ACMD(showbuff) in line 275 you show error message and p is NULL, and after call clif->party_info(p), this call your overloaded function clif_party_info_overload, and here it validate parameter for NULL and show error message.
-
in hercules look like no at command for change char sex. Char sex can be changed from scripts only
-
some files in grf probably need rename from name_kr.lub to name_LANG.lub where LANG is language name related to langtype 6
-
struct unit_data *ud = unit->bl2ud(bl); if (ud == NULL) return false; script_pushint( st, ud->skill_id ); // always return 0 //script_pushint( st, ud->dir ); // works something like this
-
idk. this is not supported feature by gravity. it may works or may not. But it will not works by default. atleast need change client resources grf or data folder
-
@Asheraf resources probably removed, but code look like exists, at least partially
-
i not see changes in initial packet
-
@Slicer what client version?
-
unit->bl2ud some times may return NULL, and plugin may crash because this
-
it probably located in data directory
-
from message mean something wrong with navigation
-
Crash can be because patch "68 Enable 64k Hairstyle" or some other patches. Or may be some resource errors? Dont enable patch "71 Ignore Resource Errors" because you cant see resource errors. try use less patches for first tests, after if it works, try add more patches.