QuestionI need help my custom items are lagging

Posts 19 of 9 · Page 1 of 1
I need help my custom items are lagging
Hello My new custom items and lagging another people but not me here is the code:


<Object id="Spell of Shatters" ext="true">
<Class>Equipment</Class>
<Item/>
<Texture>
<File>lofiObj5</File>
<Index>0xa8</Index>
</Texture>
<SlotType>11</SlotType>
<Description>Spell of Shatters</Description>
<Sound>spell/fire_spray</Sound>
<Projectile>
<ObjectId>Fire Bolt</ObjectId>
<Speed>160</Speed>
<MinDamage>55</MinDamage>
<MaxDamage>100</MaxDamage>
<LifetimeMS>1000</LifetimeMS>
</Projectile>
<Usable/>
<BagType>1</BagType>
<MpCost>30</MpCost>
<Activate>BulletNova</Activate>
<feedPower>5</feedPower>
<DisplayId>Spell of Shatters</DisplayId>
</Object>
</ExtData>
Still lagging

- - - Updated - - -

Quote Originally Posted by robloxmaster123 View Post
use dat1, not additional.xml
Still lagging!
@philipovrell Please learn how to create XMLs.
1) You are using ext=true, and then you telling the server that sprite is inside client.
2) You don't have a type for the item.
3) MP Cost is 30, just going to be a spam ability, obviously causing lag.
4) Why put in Additions.xml?
5) Learn how to use tutorial on MPGH? You been here for 4 years, but don't know how to code a simple XML?
Quote Originally Posted by FusedFifa View Post
@philipovrell Please learn how to create XMLs.
1) You are using ext=true, and then you telling the server that sprite is inside client.
2) You don't have a type for the item.
3) MP Cost is 30, just going to be a spam ability, obviously causing lag.
4) Why put in Additions.xml?
5) Learn how to use tutorial on MPGH? You been here for 4 years, but don't know how to code a simple XML?
i know how to XML and the ext was just a test before, Forgot to change it
Belongs in help section, no? but, i reccomend putting the item in dat1.xml and getting rid of 'ext=true'
Wrong section, but. Instead of ext="true" use this " <Object type="any id you want" id="item name"> ". Also put your xml into dat1.xml and dont forget to add it client sided.
Wrong Section. And you need to learn how to add item XMLS into the client along with the textures. I am busy atm so I can't do a tutorial sorry.
Posts 19 of 9 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?