Jump to content
  • 0

Custom Mob Problem


Chopper

Question


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

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 Chopper
Link to comment
Share on other sites

11 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  142
  • Topics Per Day:  0.03
  • Content Count:  511
  • Reputation:   7
  • Joined:  02/15/12
  • Last Seen:  

I don't know how but try not to copy paste in mob_db2, Sorry I don't have any idea about this XD

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  308
  • Reputation:   3
  • Joined:  12/18/11
  • Last Seen:  

simple problem has a simple solution. your mob sprite is a female novice, remake a new mob using male sprite of novice.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  187
  • Reputation:   35
  • Joined:  01/01/12
  • Last Seen:  

@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 by Earthlingz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  187
  • Reputation:   35
  • Joined:  01/01/12
  • Last Seen:  

the mob sprite isn´t a female novice .....

only retard answers ??....

did you actually read my reply and call it retard?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

@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 by Chopper
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  187
  • Reputation:   35
  • Joined:  01/01/12
  • Last Seen:  

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 by Earthlingz
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

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 by Chopper
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  187
  • Reputation:   35
  • Joined:  01/01/12
  • Last Seen:  

what client and server revision are you using , i might try to reproduce this if the same thing happens when i get home.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   0
  • Joined:  01/08/12
  • Last Seen:  

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 by Chopper
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   0
  • Joined:  02/07/12
  • Last Seen:  

please tell me how to resolve this problem >.<

tell me Chopper :)

Link to comment
Share on other sites

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.

×
×
  • Create New...