[Help]

03/18/2010 18:44 gege2900#1
hi every1

i add lama mounts

see them like items in shoppigmall (look a pic)

can any1 tell me how fix this plz :(
03/18/2010 18:52 King_Arthur#2
If you were following Soulerman's guide your ItemMinIcon.ANI for that item should look something like this:
[Item729434]
FrameAmount=1
Frame0=data/egg/b92.dds

Frame0 points to the location of the dds file to use as the icon of your item. You have it pointed at the wrong file.
03/18/2010 18:56 gege2900#3
i cant understand u :(
03/18/2010 19:06 ~WARNING~#4
Quote:
Originally Posted by gege2900 View Post
i cant understand u :(
i could understand him just fine.

and you should really add what your problem is in the title instead of putting just [Help].
you would get more people looking
03/18/2010 19:35 gege2900#5
plz any1 help me :(
03/18/2010 19:51 chathouse#6
What you do not understand because?

u go Client/ani/ and open ItemMinIcon.ANI.

There you have the following 3 things

[Item729434] <- is itemtype
FrameAmount=1 <= For the image set (u have here only 1 dds file,.. when u have 2 dds file for 1 item u must frameAmount on 2 change)
Frame0=data/egg/b92.dds <- Picture File

And if you look at Client/debug/

You can also see what files or messages where you are missing.

Code:
An example of the debugfile:

Ani Index [Item190010] Not Found In [ani/ItemMinIcon.Ani] -- Thu Mar 18 14:54:55 2010
AniIndexInfo Not Found Item190010 -- Thu Mar 18 14:54:55 2010

This means: Item Picture with ID [Item190010] fail in ani/ItemMinIcon.Ani or the picture in /data/itemMinIcon/ fail
[Item190010]
FrameAmount=1
Frame0=data/ItemMinIcon/190010.dds
And so it is also made about the other files
03/18/2010 20:13 gege2900#7
can u tell me simple how fix it :(
03/18/2010 20:21 cyberghoser1#8
change your ani files, ItemMinIcon and MApItemIcon and add for the ids the dds you want to use, example:

ItemMinICon:

Code:
[Item729434]
FrameAmount=1
Frame0=data/egg/b685.dds

[Item729435]
FrameAmount=1
Frame0=data/egg/b686.dds
MapItemIcon:

Code:
[729434]
FrameAmount=1
Frame0=data/egg/b685.dds

[729435]
FrameAmount=1
Frame0=data/egg/b686.dds
change dds to what u like
03/18/2010 20:46 gege2900#9
can any1 make files for candy cliet and db
for lama mounts and upload them for me this will be easy
an u wll help alot of new ppls :D
03/18/2010 22:02 ~WARNING~#10
gege you are completely ignoring what everyone is saying, nobody wants to help you if you don't try to do something yourself
03/18/2010 22:12 Crazy123456#11
Quote:
Originally Posted by gege2900 View Post
hi every1

i add lama mounts

see them like items in shoppigmall (look a pic)

can any1 tell me how fix this plz :(

Adivce: always have a backup!! incase of stunts like this
03/18/2010 22:32 gege2900#12
i have back up :D
03/19/2010 00:05 PraDevil[ELITE]#13
[Item729434] <--EGG ID
FrameAmount=1 <--NOTHING TO DO WITH THIS FOR NEWBIES
Frame0=data/egg/b685.dds <---WHERE THE PICTURE FILE LOCATED

EXAMPLE:

C:/Program Files/CLIENT FOLDER/data/egg/b685.dds

THESE B685.dds IS THE PICTURE FILE IN YOUR CLIENT FOLDER
03/19/2010 00:45 King_Arthur#14
Quote:
Originally Posted by gege2900 View Post
can any1 make files for candy cliet and db
for lama mounts and upload them for me this will be easy
an u wll help alot of new ppls :D
That is exactly what soulerman did in his release. He gave you every file you would need to add the pet to your server. Just copy the info in his files to your files and it should be all done.
03/19/2010 06:27 gege2900#15
u mean add this : MapItemIcon-add.ANI for lama mounts in
Quote:
[1071600]
FrameAmount=1
Frame0=data/egg/b92.dds

[1071601]
FrameAmount=1
Frame0=data/egg/b92.dds

[1071602]
FrameAmount=1
Frame0=data/egg/b92.dds

[1079600]
FrameAmount=1
Frame0=data/egg/b92.dds

[1079601]
FrameAmount=1
Frame0=data/egg/b92.dds

[1079602]
FrameAmount=1
Frame0=data/egg/b92.dds

[1081600]
FrameAmount=1
Frame0=data/egg/b92.dds

[729434]
FrameAmount=1
Frame0=data/egg/b92.dds



[1071610]
FrameAmount=1
Frame0=data/egg/b91.dds

[1071611]
FrameAmount=1
Frame0=data/egg/b91.dds

[1079612]
FrameAmount=1
Frame0=data/egg/b91.dds

[1079610]
FrameAmount=1
Frame0=data/egg/b91.dds

[1079611]
FrameAmount=1
Frame0=data/egg/b91.dds

[1079612]
FrameAmount=1
Frame0=data/egg/b91.dds

[1081610]
FrameAmount=1
Frame0=data/egg/b91.dds

[729435]
FrameAmount=1
Frame0=data/egg/b91.dds
MapItemIcon.ANI
in my client?