Ok the name of the thread might sound that I have troubles adding custom items in but actually I have problems with lag..
So, when I shoot with a custom item the players wont see the projectiles around me and they lag really bad, my friend says that its because of a remote texture.. oh and I have the item on client and dat1.xml
This is one of my items..
<Object type="0xa418" id="Shadow Blade">
<Class>Equipment</Class>
<Item/>
<Texture>
<File>lofiObj5</File>
<Index>0xa8</Index>
</Texture>
<SlotType>1</SlotType>
<Description>{This Blade was crafted by the undead and is cursed, only the cold blooded can lift this Blade.}</Description>
<RateOfFire>1.25</RateOfFire>
<Sound>weapon/glass_sword</Sound>
<Projectile>
<ObjectId>Stone Slash</ObjectId>
<Speed>150</Speed>
<MinDamage>100</MinDamage>
<MaxDamage>150</MaxDamage>
<LifetimeMS>380</LifetimeMS>
</Projectile>
<BagType>6</BagType>
<FameBonus>10</FameBonus>
<NumProjectiles>4</NumProjectiles>
<ArcGap>10</ArcGap>
<OldSound>bladeSwing</OldSound>
<feedPower>1200</feedPower>
<DisplayId>{Shadow Blade}</DisplayId>
</Object>
- - - Updated - - -
Sorry wrong place, someone move it to Private servers help please, thank you.
Ok the name of the thread might sound that I have troubles adding custom items in but actually I have problems with lag..
So, when I shoot with a custom item the players wont see the projectiles around me and they lag really bad, my friend says that its because of a remote texture.. oh and I have the item on client and dat1.xml
I'm not at all into private servers / know how they work etc. but if your friends don't have the remote texture that you're using (they should have it in a remote texture folder, you probably only sent the swf to them) they won't be able to see the texture, so it bugs/glitches thus every time you shoot, they lag.
I suggest you find a tutorial on how to insert the textures inside the swf so they don't have to download extra textures and keep them in the same folder.
The textures are in the client and I have sent the client to them..
I dont know if there is another fix, but i'd suggest you taking your custom items and swapping their xmls out with t14 and t15 items but keep the same type ID. That will prevent your items from lagging, but you are limited on custom items (You can just remove reskins n such)
I had this same problem... It's something with the ids...
Try using this id for the weapon, 0x7003, and for the proj, use this 0x2000.. thats how I fixed
Originally Posted by MikeRaarupBirk
I dont know if there is another fix, but i'd suggest you taking your custom items and swapping their xmls out with t14 and t15 items but keep the same type ID. That will prevent your items from lagging, but you are limited on custom items (You can just remove reskins n such)
My idea
I FIXED THIS LOL SO EASY BUT FIND IT OUT YOURSELF UNTIL I WANT TO TYPE UP A TUTORIAL