Items and Mob Creation

Join Discord

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
Hi guys, been hunting through the forum to find info on creating mobs and items and i've managed to do like 75% of it but if someone can answer me a few questions it would be much appreciated.

When creating weapons etc what field is it to point to the imgs that show the weapon moving etc. Like i have a new weapon v created, i changed the 'looks' field to the new image but it still looks like a fenrir when your walking around. So how can i make it look like that wepaon when moving beacuse the images are there when iv looked in the MIM.

2: ive made a new mob but its 1 of them mobs from the updated patch so i put the appr at 200 but copied ZT for the rest including its RaceIMG which i read thats what changed its spells so i was expecting it to act like ZT but it doesnt it just hits melee, any ideas wot id have to do to make it use magic etc or can it not be done?

Thanks in advance :)
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
ok for the wepons look iv found out its the 'shape' field but how would i represent this in the field
example:
i want to use the movin imgs from WM-Weapon3 and the first img on there so like 1-1000, so what would i put in the field?
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
ok for the wepons look iv found out its the 'shape' field but how would i represent this in the field
example:
i want to use the movin imgs from WM-Weapon3 and the first img on there so like 1-1000, so what would i put in the field?

post#15

hth

:)
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
Cheers for that :) didnt really help with my wep problem but could for helping me make items tyvm :)
If any1 reading this post was wondering the same as me the answer was, from what i worked out anyways but iv only done 1 new wep so far, The way a image looks in movement is in shape and the way it corresponds by the looks of it is itemfilenumber -9 = ShapeValue

Ok my still unsolved questions lol....

ive made a new mob but its 1 of them mobs from the updated patch so i put the appr at 200 but copied ZT for the rest including its RaceIMG which i read thats what changed its spells so i was expecting it to act like ZT but it doesnt it just hits melee, any ideas wot id have to do to make it use magic etc or can it not be done?

And im guessing this will be the simplest thing to do but how do you make a item rare or quality?
 

hallmat

LOMCN Veteran
Veteran
Feb 19, 2007
555
1
125
you have got to do some manual labour :D

you need to look for your wepon in each of the wepon wils/wixs and then use chimera's guide in post 15 of that thread and then put the corisponding number in the shape part,
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
Cheers for that :) didnt really help with my wep problem but could for helping me make items tyvm :)
If any1 reading this post was wondering the same as me the answer was, from what i worked out anyways but iv only done 1 new wep so far, The way a image looks in movement is in shape and the way it corresponds by the looks of it is itemfilenumber -9 = ShapeValue

Ok my still unsolved questions lol....

ive made a new mob but its 1 of them mobs from the updated patch so i put the appr at 200 but copied ZT for the rest including its RaceIMG which i read thats what changed its spells so i was expecting it to act like ZT but it doesnt it just hits melee, any ideas wot id have to do to make it use magic etc or can it not be done?

And im guessing this will be the simplest thing to do but how do you make a item rare or quality?

I assume you've made the race of your new mob 102 then?

Did you reload the sql monster file (if server was up when changing this)?

Race =102
Appr=200
ZT_attack_type.jpg
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
Ack you thief nicking my ideas :p lol

Im not sure what iv done wrong but it will be something lol, il try 102 now then and im sure that will work then il try backstep and see what ive done wrong, thanks alot m8 :)
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
lol I only did that mob to demonstrate it could be done for you :P

The problem being that the mob starts out as a statue like ZT does, if you don't want it to be a statue you'd have to do a custom monai and apply race 255 in sql :)
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
1 more quick question please, if a mob graphic is in Mon-21 and starts at number 6001 wot will it be in SQL please? i still cnt work it out coz i wud hav thought it was 2600 but im wrong as always its invisi lol

nvm lol was out by 1 place it was 206
 
Last edited:

Demonic

LOMCN VIP
VIP
Dec 1, 2003
1,806
2
185
2600 is out by one place?? what sum you using lol !!!

Mob wil file number - 1 is first part
Mob location in file is second:

Using your example:

21 -1 = 20
6000 is 6th mob along = 6
206 is end result..
 

hallmat

LOMCN Veteran
Veteran
Feb 19, 2007
555
1
125
demonic how can i work out on weapons?

ok weapon one

image in equip 1048 shape should be 14 but it does not work
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
demonic how can i work out on weapons?

ok weapon one

image in equip 1048 shape should be 14 but it does not work


Weapons_1 Shape

0001 1
3001 2
6001 3
9001 4
12001 5
15001 6
18001 7
21001 8
24001 9
27001 10

weapons_2 Shapes 11-20

weapons_3 Shapes 21-30

weapons_4 Shapes 31-40

weapons_5 Shapes 41-50

ie. Weapons_1 images 3001-4000 is shape 2

weapons_2 images 3001-4000 is shape 12

weapons_3 images 3001-4000 is shape 22

etc...
 

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
2600 is out by one place?? what sum you using lol !!!

Mob wil file number - 1 is first part
Mob location in file is second:

Using your example:

21 -1 = 20
6000 is 6th mob along = 6
206 is end result..

i know wot i meant =P lol

Iv got it now :) soon as i could work out that first one ive been alright got another 8 kivking around now, ty for ur helpers
 

MasterQ

LOMCN Veteran
Veteran
Loyal Member
Aug 6, 2006
462
0
62
London
Mine still dont want to work... Whats wrong? I got Dmon-23

Race 102
RaceImg 49
Appr 226
 

hallmat

LOMCN Veteran
Veteran
Feb 19, 2007
555
1
125
Weapons_1 Shape

0001 1
3001 2
6001 3
9001 4
12001 5
15001 6
18001 7
21001 8
24001 9
27001 10

weapons_2 Shapes 11-20

weapons_3 Shapes 21-30

weapons_4 Shapes 31-40

weapons_5 Shapes 41-50

ie. Weapons_1 images 3001-4000 is shape 2

weapons_2 images 3001-4000 is shape 12

weapons_3 images 3001-4000 is shape 22

etc...

i know you have posted this many times but its not working for me

the weapon i want is not new it is already in the wil's/wix's

weapons_10 24001 would be shape 79 by the above scale but it will not show up in game will on char status and in bag just not in game
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
That is because the server files can only read upto weapons file 5, that's why I didn't mention weapons file 10 in guide. :)
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
Mine still dont want to work... Whats wrong? I got Dmon-23

Race 102
RaceImg 49
Appr 226

That's because the server files can only read from
Mon-1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22 and DMon-1 files.

Mon1=Images 0-9
Mon2=10-19
Mon3=20-29
Mon4=30-38
Mon5=40-49
Mon6=50-59
Mon7=60-69
Mon8=70-79
Mon9=80-89
Mon10=90-99
Mon11=100-109
Mon12=110-119
Mon13=120-129
Mon14=130-139
Mon15=140-149
Mon16=150-159
Mon17=160-169
Mon18=170-179
Mon19=180-189
Mon20=190-199
Mon21=200-209
Mon22=210-219

DMon1=2000-2090
 

hallmat

LOMCN Veteran
Veteran
Feb 19, 2007
555
1
125
ok i have to rename it dont i lol i forgot about that and what do i need to rename it to?