Chopper Posted March 19, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Share Posted March 19, 2012 (edited) Hello, =) I wanna make 9 custom mobs, Things I've changed First I have change the mob_db2: http://www.dyero.de/pics/mob_db2.png Than i have change the avail: http://www.dyero.de/pics/mob_avail.png than i have add the spirtes in MyRodataSprite몬스터 : http://www.dyero.de/pics/sprites.png the next step i have add the monsters in jobname.lua and npcidentity.lua MyRodatalua filesdatainfo: http://www.dyero.de/...jobname_lua.png http://www.dyero.de/...dentity_lua.png but the result is this : http://www.dyero.de/...le%20novice.jpg http://www.dyero.de/...e%20novice2.jpg All the Monsters that i have add look´s like an Female Novice O.o !! Have i forgot something?? or what is false?? Edited March 19, 2012 by Chopper Quote Link to comment Share on other sites More sharing options...
WhatFT Posted March 19, 2012 Group: Members Topic Count: 142 Topics Per Day: 0.03 Content Count: 511 Reputation: 7 Joined: 02/15/12 Last Seen: April 11, 2014 Share Posted March 19, 2012 I don't know how but try not to copy paste in mob_db2, Sorry I don't have any idea about this XD Quote Link to comment Share on other sites More sharing options...
simplemhan Posted March 19, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Share Posted March 19, 2012 simple problem has a simple solution. your mob sprite is a female novice, remake a new mob using male sprite of novice. Quote Link to comment Share on other sites More sharing options...
Earthlingz Posted March 19, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 187 Reputation: 35 Joined: 01/01/12 Last Seen: September 20, 2014 Share Posted March 19, 2012 (edited) @Chopper it is likely a problem in your npcidentity, be sure to locate the right monster array address Find JT_MONSTER_LAST and add your monsters ID before that be sure to adjust the JT_MONSTER_LAST after your last custom monster ID... from what i see your last custom monster is 2259 so JT_MONSTER_LAST should be 2260 *This is how the client identify if the entry you put is a monster or an npc. Edited March 19, 2012 by Earthlingz Quote Link to comment Share on other sites More sharing options...
Chopper Posted March 19, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Author Share Posted March 19, 2012 the mob sprite isn´t a female novice ..... only retard answers ??.... Sprites Show: ................ http://www.dyero.de/pics/Arachne.png http://www.dyero.de/pics/Fan.png Quote Link to comment Share on other sites More sharing options...
Earthlingz Posted March 19, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 187 Reputation: 35 Joined: 01/01/12 Last Seen: September 20, 2014 Share Posted March 19, 2012 the mob sprite isn´t a female novice ..... only retard answers ??.... did you actually read my reply and call it retard? Quote Link to comment Share on other sites More sharing options...
Chopper Posted March 19, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Author Share Posted March 19, 2012 (edited) @Earthlingz Thanks i will Try it =) no i dont mean you Eathlingz, i have write at the same time with you and have post it later thats why my post under yours ^^ same problem , http://www.dyero.de/...20with%2060.png Edited March 19, 2012 by Chopper Quote Link to comment Share on other sites More sharing options...
Earthlingz Posted March 19, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 187 Reputation: 35 Joined: 01/01/12 Last Seen: September 20, 2014 Share Posted March 19, 2012 (edited) it could be that the client isnt reading your lua properly. have you tried compiling/renaming it to lub? also you might need to put it inside your grf. *to make sure it reads it try replacing your poring identity in your jobname.lua with the Arachne sprite From [jobtbl.JT_PORING] = "Poring", to [jobtbl.JT_PORING] = "Arachne", just change it back if it changed then we know that lua isnt the problem. *dont rename the sprite to match poring sprite just the lua. Edited March 19, 2012 by Earthlingz Quote Link to comment Share on other sites More sharing options...
Chopper Posted March 19, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Author Share Posted March 19, 2012 (edited) xDD it works Pay_fild04 if full of Poring with Arachne Sprite xD http://www.dyero.de/...eenDyeRo002.jpg but now i have no idea, why it don work with the new ID´s Edited March 19, 2012 by Chopper Quote Link to comment Share on other sites More sharing options...
Earthlingz Posted March 19, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 187 Reputation: 35 Joined: 01/01/12 Last Seen: September 20, 2014 Share Posted March 19, 2012 what client and server revision are you using , i might try to reproduce this if the same thing happens when i get home. Quote Link to comment Share on other sites More sharing options...
Chopper Posted March 20, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 01/08/12 Last Seen: December 4, 2024 Author Share Posted March 20, 2012 (edited) its to long ago, i dont know the client and server revision, it exist 1 way to find that out ? so the Id´s are working but they dont take the sprites. no one have any ideas why my custom mobs are female novice´s ? >.<'' Problem Solved =) Edited March 19, 2012 by Chopper Quote Link to comment Share on other sites More sharing options...
Bhily Posted March 23, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 34 Reputation: 0 Joined: 02/07/12 Last Seen: January 16, 2024 Share Posted March 23, 2012 please tell me how to resolve this problem >.< tell me Chopper Quote Link to comment Share on other sites More sharing options...
Question
Chopper
Hello, =)
I wanna make 9 custom mobs,
Things I've changed
First I have change the mob_db2:
http://www.dyero.de/pics/mob_db2.png
Than i have change the avail:
http://www.dyero.de/pics/mob_avail.png
than i have add the spirtes in MyRodataSprite몬스터 :
http://www.dyero.de/pics/sprites.png
the next step i have add the monsters in jobname.lua and npcidentity.lua MyRodatalua filesdatainfo:
http://www.dyero.de/...jobname_lua.png
http://www.dyero.de/...dentity_lua.png
but the result is this :
http://www.dyero.de/...le%20novice.jpg
http://www.dyero.de/...e%20novice2.jpg
All the Monsters that i have add look´s like an Female Novice O.o !!
Have i forgot something??
or what is false??
Edited by ChopperLink to comment
Share on other sites
11 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.