[Help] Custom Job Problem

dhaisuke

New member
Messages
99
Points
0
HI GUys i have a problem in custom job

i fllow http://herc.ws/wiki/Custom_jobs and Neo for the Lua Files

but when i try it unable to change your change

do i need to do this>

Client Side:X-Ray:first start by editingClass_tab.txtFind this!52°Ë»ç¸¶¹ý»çAdd your custom class!35Burglar!52°Ë»ç¸¶¹ý»çSecond editimf_tab.txtFind this!52°Ë»ç¸¶¹ý»çAdd your custom class!35¼ºÁ÷ÀÚ!52°Ë»ç¸¶¹ý»çThird editreality_dir_tab.txtFind this!52°Ë»ç°Ë»ç¸¶¹ý»ç¸¶¹ý»çAdd your custom class (!35)!35¼ºÁ÷ÀÚ¼ºÁ÷ÀÚ!52°Ë»ç°Ë»ç¸¶¹ý»ç¸¶¹ý»çFourth editreality_tab.txtFind this!52°Ë»ç¸¶¹ý»çAdd your custom class (!35)!35¼ºÁ÷ÀÚ!52°Ë»ç¸¶¹ý»çFourth editmonstrosity_tab.txtFind this!471_M_011_M_021_M_03Add your custom class ()!35Burglar!471_M_011_M_021_M_031_M_04Now copy the sprite files that will go on
btw im using 2012-07-16 client and i already patch for custom job by sir neo

 
Wiki says that files are for xray only, so you only need to edit those neo files, and appropriate positions in the source and db folder and recompile.

 
Thank you sir but i already do the Neo files and recompile but still nothing happen
Whats error? If it says invalid job, then its source error, if client crash, then client problem.Can you tell what edits u made in source?(as we cannot read other minds..)

 
Post tranfered to right section... i think. Link

Hello everyone.

Harnessing the topic.

While compiling before done de first part (first time need to compile according the same wiki guide) that's show this warning.

Error while compiling.jpeg

I am using cronus. But according on forums that's derived from Hercules.

So this happens on itendb.c.

But that's happen cuz:

itendb.c:

  JOB_NOVICE,
  JOB_SWORDMAN,
  JOB_MAGE,
  JOB_ARCHER,
  JOB_ACOLYTE,
  JOB_MERCHANT,
  JOB_THIEF,
  JOB_KNIGHT,
  JOB_PRIEST,
  JOB_WIZARD,
  JOB_BLACKSMITH,
  JOB_HUNTER,
  JOB_ASSASSIN,
  JOB_KNIGHT2,
  JOB_CRUSADER,
  JOB_MONK,
  JOB_SAGE,
  JOB_ROGUE,
  JOB_ALCHEMIST,
  JOB_BARD,
  JOB_DANCER,
  JOB_CRUSADER2,
  JOB_WEDDING,
  JOB_SUPER_NOVICE,
  JOB_GUNSLINGER,
  JOB_NINJA,
  JOB_XMAS,
  JOB_SUMMER,
  JOB_BURGLAR= 35,
  JOB_MAX_BASIC,

novice = 1 soon summer  = 28 therefore burglar = 29 instead of 35?

This warning can cause problems hereafter?

Ty for future replays, and sorry about bad english.

 
Last edited by a moderator:
Buglar is 35

Its mentioned

JOB_BUGLAR = 35,

 
Don't search for "custom class" in wiki, search for "new class" instead

(In hercules or rathena wiki... i don't remember ^^¿ )

 
Back
Top