Custom Monster - New Client causes Crash

Christian [epicRO]

New member
Messages
23
Points
0
Age
40
Location
Germany, Hamburg
Github
epicrov4tech
Emulator
Dear Community,

I need your help. I don't know what I am doing wrong by adding custom mobs (christmas mobs e.g. bluegiftsmokey) into the client.

Patch: http://epicro.de/downloads/custom_mobs_dont_work_epicRO.rar

I am adding this Patch into my own .grf file and adding the monster (displayed in the mob_db02.txt) into the mob_db2.txt of the server and reload the mob db with @reloadmobdb.

After doing @disguise 3300 (id of new mob) the Client crashs.


Sincerly,

Christian

 
The client is crashing because you are using a occupied ID and does not have the necessary files https://www.divine-pride.net/database/monster/3300

Try another ID (my suggestion is use 3998 and going down when add mobs, 3997, 3996, etc)

Go to npcidenty, jobidenty and jobname.lua and add your monsters with the last possible ID, then add on your mob database with the same ID.

oh lelz the last ID is full too https://www.divine-pride.net/database/monster/3998

lets see where the new IDs are...

Ok for some reason, I'm not able to update kRO, and can't see the updated files... Sorry, lest try this:

Take the lua files mentioned before and find these mobs with the last ID avalible (3998 or lower) and overwrite the name to make your mob, it should work

 
Last edited by a moderator:
Worked well. Thank you.

My failure was that easy: I used 2x same desc for xmas smokey because the client already knows 2 of them.

Do you know how to fix the shadow size of mob with id 2251,2253,2255.

I already tried to add and or remove them on data\luafiles514\lua files\datainfo\shadowtable.lub without any issue. Is this maybe the wrong file?

 
Back
Top