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!

Adding new items to eMU

Status
Not open for further replies.
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
Since the source thread gets spammed with emus offer images, i might just post this here so its not missed

Having issues adding new items to season 6 server.

Im using : MU.ToolKit [Silver Edition]

Heres my setup on customitem.txt:
//Index ColorR ColorG ColorB ModelName
0100 178 178 178 "sword101"
end

My item.txt on serverside has newsword on type 100

Edited the following with the same info as in item.txt
Data/Local/Item.bmd
Data/Local/Itemtooltip.bmd
Data/Local/Eng/Item_eng.bmd
Data/Local/Eng/Itemtooltip_eng.bmd

Added sword101.bmd + textures to Data/Item folder

And i'm still getting this, no tooltip, no model, no textures, just blank. But when i drop it, the name appears
oS2G5q - Adding new items to eMU - RaGEZONE Forums


What exactly am i missing?
 

Attachments

You must be registered for see attachments list
Initiate Mage
Joined
Oct 21, 2016
Messages
3
Reaction score
1
Something wrong with itemleveltooltip. Try copy item from itemleveltooltip_eng, like Bone Blade, only change the index of item, and try add new item to item.txt, item_eng.bmd with stats Bone Blade, u will see what where wrong.
Oh and for what is 0 in ur code in index? For Sword do only 100, or whatever u want, but not 0 below
//Index ColorR ColorG ColorB ModelName
0100 178 178 178 "sword101"
end
Delete this red 0 and try
 
Upvote 0
Elite Diviner
Joined
Apr 4, 2011
Messages
464
Reaction score
69
It was actually me not generating a new main.emu file -.- its all working now.

One problem tho! I cant trade or put the items in store, even after adding their index to itemmove.txt

with the same formula 512 * cat + Id
 
Upvote 0
Initiate Mage
Joined
Oct 21, 2016
Messages
3
Reaction score
1
Restart ur server after adding items to itemmove.txt, and check again. Reload is not enough.
 
Upvote 0
Status
Not open for further replies.
Back
Top