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!

[Tutorial]Adding White Lion

Joined
Jan 21, 2009
Messages
579
Reaction score
89
Hello Guys,

Today w'ill add white lion to our server.
Not much to do,so goodluck.

1-Open Mob_Proto and Add this:
INSERT INTO mob_proto VALUES ('20114' 'Weißer Löwe' 0x4E6F6E616D652020202020202020 20202020202020202020 '5' '1' '0' '1' '' '' '0' '' 'STUNSLOWCURSETERROR' '0' 'lion' '2' '0' '0' '0' '0' '0''0' '120' '3' '1' '2' '2' '400' '4' '100' '100' '0' '2000' '150' '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' '0');

2-Decompile your "NPC.EPK" and put the "lion_white" folder from the attachments in it.

Don't forget to add lion_white 20114 to NPCLİST.TXT.

Note:
-To use the lion in-game type: /mount_test 20114

Preview:


Best Regards,
..::HeLMaX::..​
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Mar 5, 2011
Messages
1
Reaction score
0
gr² files corrompues... 0kb
but interresting^^ you can rebuild dds of the whitelion with the normal lion and recreate!
 
Last edited:
Initiate Mage
Joined
Apr 10, 2011
Messages
1
Reaction score
0
guess it cant be added to database..

Code:
[SQL] EXPLAIN INSERT INTO mob_proto VALUES ('20114' 'Weißer Löwe' 0x4E6F6E616D652020202020202020 20202020202020202020 '5' '1' '0' '1' '' '' '0' '' 'STUNSLOWCURSETERROR' '0' 'lion' '2' '0' '0' '0' '0' '0''0' '120' '3' '1' '2' '2' '400' '4' '100' '100' '0' '2000' '150' '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' '0');

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO mob_proto VALUES ('20114' 'Weißer Löwe' 0x4E6F6E616D65202020202020' at line 1
 
Back
Top