renewal 0 Posted January 9, 2016 Please help me , I'm having problems when I open my Hexed 2013-08-07a with luafiles admin that Neomind posted . I diff with patch custom jobs . I'm having the following problem of the photo below . Client 2013-08-07a Diffed with Custom Job this problem: Quote Share this post Link to post Share on other sites
Hakuren 0 Posted March 11, 2016 i tried it to 2015-09-16aRagexe but when im in the "Select Service" my client crash help Quote Share this post Link to post Share on other sites
ellandson 2 Posted April 13, 2016 (edited) I created a new class with new were, however when equip equipment they are great as if they were in a normal class "large", follows the screenshot. when compiling am getting this warning itemdb.c:542:20: warning: left shift count >= width of type [-Wshift-count-overflow] @@Neo Edited April 13, 2016 by ellandson Quote Share this post Link to post Share on other sites
Neo-Mind 264 Posted April 16, 2016 If you want it to appear as a Doram you will have to use the client which supports it. Doram uses different set of tables. Did you add the job to Baby_List inside PCIds.lub? Quote Share this post Link to post Share on other sites
ellandson 2 Posted April 16, 2016 (edited) Posted Today, 06:54 AM If you want it to appear as a Doram you will have to use the client which supports it. Doram uses different set of tables. Did you add the job to Baby_List inside PCIds.lub? yes, add baby_list. however the items are still large. which client you refer me to solve this problem, since 2015 10 29 is not being supported by herc, I add packs and other things to get constant errors on the map server. @@Neo Edited April 16, 2016 by ellandson Quote Share this post Link to post Share on other sites
fxfreitas 102 Posted April 17, 2016 Posted Today, 06:54 AM If you want it to appear as a Doram you will have to use the client which supports it. Doram uses different set of tables. Did you add the job to Baby_List inside PCIds.lub? yes, add baby_list. however the items are still large. which client you refer me to solve this problem, since 2015 10 29 is not being supported by herc, I add packs and other things to get constant errors on the map server. @@Neo Equipped items will be large (all oficial items are hats and the wings/bags) check the Summoner Head, it use same size of Human Character. Quote Share this post Link to post Share on other sites
ellandson 2 Posted April 17, 2016 @@fxfreitas how do I change it? Quote Share this post Link to post Share on other sites
bWolfie 138 Posted April 17, 2016 Where do you find the other lub files? I don't have these ones. PCIDs.lub, PCNames.lub, PCPaths.lub, PCHands.lub, PCPals.lub Quote Share this post Link to post Share on other sites
fxfreitas 102 Posted April 17, 2016 (edited) Where do you find the other lub files? I don't have these ones. PCIDs.lub, PCNames.lub, PCPaths.lub, PCHands.lub, PCPals.lub In NEMO Folder @@fxfreitas how do I change it? Good Question, I'm not sure, but items follow character Scale, so they only will be small if the sprite got resized (to be more small). Theres no way in my knowledge to change a item size in specific job class. Edited April 18, 2016 by fxfreitas Quote Share this post Link to post Share on other sites
ellandson 2 Posted April 17, 2016 not that would be unfeasible, some items are for all class. Quote Share this post Link to post Share on other sites
vBrenth 39 Posted April 18, 2016 I don't have any errors, custom job works, but i am getting this warning. Quote Share this post Link to post Share on other sites
fxfreitas 102 Posted April 18, 2016 The following job ids does not have base and job exp tables, just read .-. Add exp tables for them .-. Quote Share this post Link to post Share on other sites
vBrenth 39 Posted April 19, 2016 The following job ids does not have base and job exp tables, just read .-. Add exp tables for them .-. The problem is i don't even have a job that having that ID. i know how to read. I wonder why i am getting that. Quote Share this post Link to post Share on other sites
fxfreitas 102 Posted April 19, 2016 (edited) The following job ids does not have base and job exp tables, just read .-. Add exp tables for them .-. The problem is i don't even have a job that having that ID. i know how to read. I wonder why i am getting that.Are you sure? Check your jobs again. If the console acuse, it exists. Edited April 19, 2016 by fxfreitas Quote Share this post Link to post Share on other sites
vBrenth 39 Posted April 20, 2016 (edited) Yes, i am very sure and i think the problem is with the mmo.h Since the last job was 4215 and the custom one is 4230 I am getting 4216 upto 4229 unknown job errors. Edited April 20, 2016 by vBrenth Quote Share this post Link to post Share on other sites
joelolopez 1 Posted April 20, 2016 i smell death knight implementation here guyssss.s......... l0l Quote Share this post Link to post Share on other sites
Neo-Mind 264 Posted April 21, 2016 @@vBrenth its not an error they are just warnings because you don't have any entry in the job_db files for the job ids 4216 - 4229. You can ignore those warnings. Or you can use a job id closer to 4215 (But it could clash with any new jobs that Gravity adds in future - Not sure which IDs Summoner class uses but its probably not in the 4k range). Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted April 21, 2016 @@vBrenth its not an error they are just warnings because you don't have any entry in the job_db files for the job ids 4216 - 4229. You can ignore those warnings. Or you can use a job id closer to 4215 (But it could clash with any new jobs that Gravity adds in future - Not sure which IDs Summoner class uses but its probably not in the 4k range). Summoner uses ID 4218 I don't have any errors, custom job works, but i am getting this warning. bool pc_db_checkid(unsigned int class_){ return class_ < JOB_MAX_BASIC || (class_ >= JOB_NOVICE_HIGH && class_ <= JOB_DARK_COLLECTOR ) || (class_ >= JOB_RUNE_KNIGHT && class_ <= JOB_MECHANIC_T2 ) || (class_ >= JOB_BABY_RUNE && class_ <= JOB_BABY_MECHANIC2 ) || (class_ >= JOB_SUPER_NOVICE_E && class_ <= JOB_SUPER_BABY_E ) || (class_ >= JOB_KAGEROU && class_ <= JOB_OBORO ) || (class_ >= JOB_REBELLION && class_ < JOB_MAX );}change to bool pc_db_checkid(unsigned int class_){ return class_ < JOB_MAX_BASIC || (class_ >= JOB_NOVICE_HIGH && class_ <= JOB_DARK_COLLECTOR ) || (class_ >= JOB_RUNE_KNIGHT && class_ <= JOB_MECHANIC_T2 ) || (class_ >= JOB_BABY_RUNE && class_ <= JOB_BABY_MECHANIC2 ) || (class_ >= JOB_SUPER_NOVICE_E && class_ <= JOB_SUPER_BABY_E ) || (class_ >= JOB_KAGEROU && class_ <= JOB_OBORO ) || (class_ == JOB_REBELLION) || (class_ >= JOB_YOURCUSTOMCLASS && class_ < JOB_MAX );}^ on PC.cAssuming that your custom classes are consecutive and JOB_YOURCUSTOMCLASS is job with lowest job ID... 1 Neo-Mind reacted to this Quote Share this post Link to post Share on other sites
vBrenth 39 Posted April 22, 2016 (edited) Work thanks! Edited April 22, 2016 by vBrenth Quote Share this post Link to post Share on other sites
vBrenth 39 Posted April 27, 2016 Hi people have you done this thing? herc.ws/board/topic/12533-skill-tree-view-for-custom-jobs/ Quote Share this post Link to post Share on other sites
Louis T Steinhil 4 Posted August 10, 2016 Hello my client (2014-10-22b) crashes when i change gender to female of any job. How to fix this? i already patched custom job. 1 Dduwsmitt reacted to this Quote Share this post Link to post Share on other sites
Louis T Steinhil 4 Posted August 15, 2016 Bump Quote Share this post Link to post Share on other sites
fxfreitas 102 Posted August 15, 2016 Just crash, no errors? Try to diff your ragexe with Ignore Missing File error and ignore Missing Pallete Error, to check whats wrong. Quote Share this post Link to post Share on other sites
anolythe 0 Posted December 1, 2016 what if i wanted to replace all the original jobs into a custom one? like change all their appearances and skills. Quote Share this post Link to post Share on other sites
Easycore 31 Posted January 31, 2017 Enable Custom Job diff doesn't work in latest clients (After Doram/Summoner implementation). The client exe doesn't open, will you update this? PS: I'm using "2015-11-04aRagexe" Quote Share this post Link to post Share on other sites