HelpBug with adding own items

Posts 17 of 7 · Page 1 of 1
Bug with adding own items
I have problem.
Everything works fine about adding custom items for a while but now when I try add any new item I cant connect to game..Its just stay on black background and doest not connect..when I delete things what I want to add its working again..I dont know what happened,2 days ago everything works fine..I tried to use debugging but It doesnt not helped..have anyone some idea what happened?
Same ^^ it only says Connection Failed retrying ^^
Quote Originally Posted by Dadalin View Post
I have problem.
Everything works fine about adding custom items for a while but now when I try add any new item I cant connect to game..Its just stay on black background and doest not connect..when I delete things what I want to add its working again..I dont know what happened,2 days ago everything works fine..I tried to use debugging but It doesnt not helped..have anyone some idea what happened?
so its the items... can you post the codes for the items up please. also please post some screenshots and now that you have gotten 20 posts you can post it in the thread and not have it attached so please show us or else we won't know what you did wrong in the items.
Quote Originally Posted by Ahl View Post
so its the items... can you post the codes for the items up please. also please post some screenshots and now that you have gotten 20 posts you can post it in the thread and not have it attached so please show us or else we won't know what you did wrong in the items.
Well its happening anytime when Iam trying to add item,but adding enemies working fine..
I tried to make unbound rings
Code:
<Object type="0x1F65" id="Ring of Unbound Health">
    <Class>Equipment</Class>
    <Item/>
    <Texture>
      <File>lofiObj6</File>
      <Index>0x109</Index>
    </Texture>
    <SlotType>9</SlotType>
    <Tier>6</Tier>
    <Description>A huge, flawless topaz set in a stunningly beautiful gold ring.</Description>
    <ActivateOnEquip stat="0" amount="180">IncrementStat</ActivateOnEquip>
    <BagType>4</BagType>
    <FameBonus>5</FameBonus>
  </Object>
  <Object type="0x1F66" id="Ring of Unbound Magic">
    <Class>Equipment</Class>
    <Item/>
    <Texture>
      <File>lofiObj6</File>
      <Index>0x10c</Index>
    </Texture>
    <SlotType>9</SlotType>
    <Tier>6</Tier>
    <Description>A huge, flawless amethyst set in a stunningly beautiful gold ring.</Description>
    <ActivateOnEquip stat="3" amount="180">IncrementStat</ActivateOnEquip>
    <BagType>4</BagType>
    <FameBonus>5</FameBonus>
  </Object>
  <Object type="0x1F67" id="Ring of Unbound Attack">
    <Class>Equipment</Class>
    <Item/>
    <Texture>
      <File>lofiObj6</File>
      <Index>0x10b</Index>
    </Texture>
    <SlotType>9</SlotType>
    <Tier>6</Tier>
    <Description>A huge, flawless spinel set in a stunningly beautiful gold ring.</Description>
    <ActivateOnEquip stat="20" amount="9">IncrementStat</ActivateOnEquip>
    <BagType>4</BagType>
    <FameBonus>5</FameBonus>
  </Object>
  <Object type="0x1F68" id="Ring of Unbound Defense">
    <Class>Equipment</Class>
    <Item/>
    <Texture>
      <File>lofiObj6</File>
      <Index>0x10a</Index>
    </Texture>
    <SlotType>9</SlotType>
    <Tier>6</Tier>
    <Description>A huge, flawless onyx set in a stunningly beautiful gold ring.</Description>
    <ActivateOnEquip stat="21" amount="9">IncrementStat</ActivateOnEquip>
    <BagType>4</BagType>
    <FameBonus>5</FameBonus>
  </Object>
But when I put it into addition and rebuild wServef I cant connect to the server.
Quote Originally Posted by Dadalin View Post
Well its happening anytime when Iam trying to add item,but adding enemies working fine..
I tried to make unbound rings
Code:
<Object type="0x1F65" id="Ring of Unbound Health">
    <Class>Equipment</Class>
    <Item/>
    <Texture>
      <File>lofiObj6</File>
      <Index>0x109</Index>
    </Texture>
    <SlotType>9</SlotType>
    <Tier>6</Tier>
    <Description>A huge, flawless topaz set in a stunningly beautiful gold ring.</Description>
    <ActivateOnEquip stat="0" amount="180">IncrementStat</ActivateOnEquip>
    <BagType>4</BagType>
    <FameBonus>5</FameBonus>
  </Object>
  <Object type="0x1F66" id="Ring of Unbound Magic">
    <Class>Equipment</Class>
    <Item/>
    <Texture>
      <File>lofiObj6</File>
      <Index>0x10c</Index>
    </Texture>
    <SlotType>9</SlotType>
    <Tier>6</Tier>
    <Description>A huge, flawless amethyst set in a stunningly beautiful gold ring.</Description>
    <ActivateOnEquip stat="3" amount="180">IncrementStat</ActivateOnEquip>
    <BagType>4</BagType>
    <FameBonus>5</FameBonus>
  </Object>
  <Object type="0x1F67" id="Ring of Unbound Attack">
    <Class>Equipment</Class>
    <Item/>
    <Texture>
      <File>lofiObj6</File>
      <Index>0x10b</Index>
    </Texture>
    <SlotType>9</SlotType>
    <Tier>6</Tier>
    <Description>A huge, flawless spinel set in a stunningly beautiful gold ring.</Description>
    <ActivateOnEquip stat="20" amount="9">IncrementStat</ActivateOnEquip>
    <BagType>4</BagType>
    <FameBonus>5</FameBonus>
  </Object>
  <Object type="0x1F68" id="Ring of Unbound Defense">
    <Class>Equipment</Class>
    <Item/>
    <Texture>
      <File>lofiObj6</File>
      <Index>0x10a</Index>
    </Texture>
    <SlotType>9</SlotType>
    <Tier>6</Tier>
    <Description>A huge, flawless onyx set in a stunningly beautiful gold ring.</Description>
    <ActivateOnEquip stat="21" amount="9">IncrementStat</ActivateOnEquip>
    <BagType>4</BagType>
    <FameBonus>5</FameBonus>
  </Object>
But when I put it into addition and rebuild wServef I cant connect to the server.
well for someone who made a tutorial on making items.... you certainly just proved that you can't do it yourself. Also you got banned.... why?

Anyways can you rebuild the whole solution? You said that you rebuilt wServer so I am guessing that you haven't compiled everything and I am also guessing that the enemies drop those rings so that could be one of the reasons
You probably didn't rebuild enough projects.
Quote Originally Posted by dthnider View Post
You probably didn't rebuild enough projects.
lol ikr. such sadness
Posts 17 of 7 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?