Page 1 of 1

New rideable animals.

Posted: Tue Apr 04, 2006 12:20 am
by Duskman
Hi.
I've made some graphic for new mount (two - first, if player mounted, second - alone) and i've downloaded some animations from internet (polar bear and drake) - and maybe i'll write a post about one of them, polar bear.

So, polar bear original graphic is 0xD5 (from insideuo). Second animation, downloaded from internet, is: 0x1BB (from insideuo too). And i want to do this animal rideable.
I've typed this in tamed.src:

Code: Select all

0xd5: mounttype := 0x1BB;
next ecompile and pol.exe
And what we have here, .createnpc polar , polar bear has arrived, i;m making a 2xclick on it and... i'm on it, but there isn't any graphic of mount ! My player is flying with riding animamation...
What am i doing wrong? Maybe i need to type another mounttype number, but from where i need to get it? Please help...
/sorry for my english/
Here are some screens:

ImageImage

Image
Image

Posted: Tue Apr 04, 2006 2:01 am
by Pierce
You need to create a mount item first.
E.g. create an item at 0x3f0f (if it's free). This item has to be wearable for layer 25 (mount) and must point to the ridable polar animation (gump entry).

Ater you've done that the line will be:

Code: Select all

0xd5: mounttype := 0x3f0f;

Posted: Tue Apr 04, 2006 2:21 am
by Duskman
Aa ! it works ! Thank you !! :D

D.

Posted: Sat Apr 22, 2006 12:59 pm
by Poi
How do you set the layer?

Posted: Sat Apr 22, 2006 1:01 pm
by Yukiko
There is a tool called paradise that lets you edit layer and other info for tiledata. I'll try to get it up for download in a few.

Posted: Sat Apr 22, 2006 1:06 pm
by Yukiko
Here is the Paradise link:
www.hopelives.us/Files/Paradise.zip

Open the fileloc.cfg file and edit the locations of your mul files. Best if you copy the originals to a folder and modify the copies.

Posted: Sat Apr 22, 2006 1:45 pm
by Poi
Alright well i changed an item ill never use to layer 25, saved and have no idea how to make the item i made that item because the item is a # without 0x in forn tof it, can i just type 0x#?

Posted: Sat Apr 22, 2006 1:49 pm
by Yukiko
Paradise needs to have the numbers in decimal format. Use the Windows calculator in scientific mode or a conversion program to convert the hexadecimal (0x) numbers to decimal.

Posted: Sat Apr 22, 2006 1:54 pm
by Poi
Ok well ive done all that and it still does not work



Ok well its that stupid program, You can't save the edited files..

Posted: Sat Apr 22, 2006 2:11 pm
by Yukiko
You mean Paradise?

I don't understand because I use it all the time to edit and save the tiledata file. Make sure the file is not in use. Be sure the client is shut down and any other programs using the tiledata file and verdata file is closed.

Posted: Sat Apr 22, 2006 6:02 pm
by CWO
including POL.

Posted: Sat Apr 22, 2006 7:53 pm
by Yukiko
Good point CWO.

*chuckles*

Forgot about that one.