So basically what the title says.I added a few items in the game and when I give them / get them from a boss they don't have the model nor say anything if I hove over them.And I can even build db when my wserver and server are open. And it succedes but nothing changes.I can modify / make new behaviors but I can't make new items. I didn't custom mobs . Using club source. Also I remember I once had this problem but forgot how I solved it :s
Here's a piece of code of one of the items :
And also I searched for the number in the entire solution. I tried different numbers for it too. Nothing really worked.
This is important for me since I want to get back into coding new mobs :3
It has happend to me on my old server, not entirely sure, but that might be that addition2 can't fit anymore code in, create addition3.xml and do some stuff in xmldatas.xml I think
Originally Posted by SaltyButSpeedy
It has happend to me on my old server, not entirely sure, but that might be that addition2 can't fit anymore code in, create addition3.xml and do some stuff in xmldatas.xml I think
I had this problem once. I didn't create a new addition , also all of this is in addition 1 not 2..
Originally Posted by pLolz
I had this problem once. I didn't create a new addition , also all of this is in addition 1 not 2..
If you got addition2 then put in there, there is a reason for additon2 I guess, it being there is no more space in 1, not sure.
Originally Posted by SaltyButSpeedy
If you got addition2 then put in there, there is a reason for additon2 I guess, it being there is no more space in 1, not sure.
Nothing really changed xD
Originally Posted by pLolz
Nothing really changed xD
What item you trying to add?
Originally Posted by SaltyButSpeedy
What item you trying to add?
I wrote the code in the post . I give my item nothing changes in my inventory and when I hover over it nothing appears. If I switch places with another item it shows a red overlay
Originally Posted by pLolz
I wrote the code in the post . I give my item nothing changes in my inventory and when I hover over it nothing appears. If I switch places with another item it shows a red overlay
Be sure the 0x value isn't already in use
Addition2 was only made in the new MMOE source for remote textures...
Addition1 was for items that got the textures from the client. There is no such thing as it being 'full'
Originally Posted by Ahlwong
Addition2 was only made in the new MMOE source for remote textures...
Addition1 was for items that got the textures from the client. There is no such thing as it being 'full'
Oh my bad then C:, @pLolz Maybe try some other object types? Maybe change the name of the object to something like ''testsword33'?
I tried to change the name , the number isn't in use. no help. I posted a screenshot so you can see how it really is..
Originally Posted by pLolz
I tried to change the name , the number isn't in use. no help. I posted a screenshot so you can see how it really is..
Try a different number, on my server when I tried to make an item with 0x7000 it didn't work when I tried 0x7600 it did
Originally Posted by SaltyButSpeedy
Try a different number, on my server when I tried to make an item with 0x7000 it didn't work when I tried 0x7600 it did
He uses MMOE so the numb should normally be free
Works for me but of course I am using Old MMOE
The best fix you can do when it comes to items/behaviors is to look through every part and verify that each and every one is proper. You could rewrite the XML and produce working results. If what Ahlwong claims is true, you may have to look through the XML descriptors of your source and check for any changed naming.