Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Creating new monster

Newbie Spellweaver
Joined
Aug 14, 2008
Messages
38
Reaction score
0
I'm trying to add a golden lamb, i tryed to understand how it works, so that's what i've done:

1. Edited the lamb texture into golden one and changed name to 0992000000.bmp
2.Copyed the lamb model "0047000000.lgo"
3.Changed the copyed model to "0992000000.lgo"
4.Edited that model with notepad++ to change the reference to the texture "0047000000.bmp" into "0992000000.bmp"
5.Copyed the Cuddly Lamb string from CharacterInfo.txt
Code:
125    Cuddly Lamb    Cuddly Lamb    4    5    [COLOR="Red"]47[/COLOR]    0    1    1    0    0    0    0    0    0    0    0    0    0    1    72    100    230    231    232    0    0    0    0    1.591    0.988    1.131    40    1,5    2,5    399    398    0    0    0    1    1    0    0    25    100    1679,4410,1678,1779,1610,2205,0383,1000    158,454,555,5000,909,14285,28571,1666    0    0    0    0    0    5    1    1000    0    0    1    0    8    168    0    10000    0    21    32    4    10    25    25    10    190    1    0    2500    180    1500    280    0    13    13    9    17    13    9    20    0    0    0    36    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0
6.Edited the copyed string into:
Code:
120    Golden Lamb    Cuddly Lamb    4    5    [COLOR="Red"]992[/COLOR]    0    1    1    0    0    0    0    0    0    0    0    0    0    1    71    100    272    273    274    0    0    0    0    1.591    0.988    1.131    40    1,5    2,5    399    398    0    1    0    1    1    0    0    25    100    4386,4473,1653,3117,3130,0474,0483,0684    138,769,769,1111,10000,66666,133333,25000    0    0    0    0    0    5    1    1000    0    0    1    0    35    1320    0    10000    0    152    229    20    100    115    115    10    160    4    0    2000    0    1500    250    0    22    22    57    74    22    22    20    0    0    0    1014    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0    0

note: i changed the reference in the string, 5th column, that is the id of the model, so from 47 to 992.
I copy the .bin into the client folder and start the game (rebooting the server of course) but when i try to summon the golden sheep it doesn't appear and the system don't give any error.

Anyone can help me?
 
Newbie Spellweaver
Joined
Aug 14, 2008
Messages
38
Reaction score
0
What's its use?

---------- Post added at 07:58 PM ---------- Previous post was at 07:56 PM ----------

I just noticed, that the monster is there but i can't see it, if i use Black Dragon Flight i kill the invisible sheep, but i need to see it!
 
Upvote 0
Newbie Spellweaver
Joined
Aug 14, 2008
Messages
38
Reaction score
0
So far i can now see the monster, but watch this XD:

 
Upvote 0
Newbie Spellweaver
Joined
Aug 14, 2008
Messages
38
Reaction score
0
i tryed with the original one but it's the same! i think is a problem of the model, when i edit it, so i just edited a monster that i don't use! >_<

Another question!

How can i set the time for the Guild War?
 
Upvote 0
Back
Top