Jump to content
  • 0

Custom mobs with a 2018 client?


Question

Posted

Hello
so i was reading through this guide and seemingly followed it to the letter though i couldn't make the client work as i had a lot of lua errors.
then after a bit of research i found that 2018 clients aren't compatible with the "custom jobs" patch though i'm not sure if this is related. could someone tell me if i'm doing something wrong or should i just downgrade my client?

thanks in advance!

8 answers to this question

Recommended Posts

  • 1
Posted

You can't add custom mob? just follow this...

src/map/mob.cpp

Change this

#define MAX_MOB_DB2 31999

to this

#define MAX_MOB_DB2 40000

db/import/mob_db.txt

35000,GOD_PORING,God Poring,God Poring,999,999999,999999,27,20,1,999,9999,2,5,999,999,999,999,999,999,10,12,1,3,21,0x83,120,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

luafiles514/lua files/datainfo/npcidentity.lub

JT_GOD_PORING = 35000

luafiles514/lua files/datainfo/jobname.lub

[jobtbl.JT_GOD_PORING] = "GOD_PORING"

 

  • Love 1
  • 0
Posted (edited)

the lua errors does not mean it's the client problem, you must be doing it wrong xD

2018-06-21aRagexeRE work fine for me with custom monsters

Edited by sader1992
  • 0
Posted
46 minutes ago, sader1992 said:

the lua errors does not mean it's the client problem, you must be doing it wrong xD

2018-06-21aRagexeRE work fine for me with custom monsters

ohh... did you manage to use custom sprites for the mobs with 2018-06-21 too? because obviously i could use gravity sprites with custom stats but that's not really the thing i'm aiming for. 

  • 0
Posted

I have the same error.

1 hour ago, Lelouch vi Britannia said:

¿No puedes agregar mob personalizado? solo sigue esto ...

src / map / mob.cpp

Cambia esto




a esto




db / import / mob_db.txt




luafiles514 / lua files / datainfo / npcidentity.lub


luafiles514 / lua files / datainfo / jobname.lub


 

I followed these steps and I get luas error ?

  • 0
Posted

i haven't tried it yet but will do soon. may i ask what client version are you using? i'm supposing it's 2018 06 21? i just wanna make sure so i follow the same steps

  • 0
Posted
On 4/27/2019 at 5:41 PM, Lelouch vi Britannia said:

You can't add custom mob? just follow this...

src/map/mob.cpp

Change this


#define MAX_MOB_DB2 31999

to this


#define MAX_MOB_DB2 40000

db/import/mob_db.txt


35000,GOD_PORING,God Poring,God Poring,999,999999,999999,27,20,1,999,9999,2,5,999,999,999,999,999,999,10,12,1,3,21,0x83,120,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

luafiles514/lua files/datainfo/npcidentity.lub


JT_GOD_PORING = 35000

luafiles514/lua files/datainfo/jobname.lub


[jobtbl.JT_GOD_PORING] = "GOD_PORING"

 

it worked... it turns out i was adding the ids to jobidentity instead of npcidentity -__-

thanks!!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...