PDA

View Full Version : [562] Battle Robes.



Billy
August 12th, 2010, 22:47
<id>12880</id>
<stackable>false</stackable>
<name>Battle robe bottom 100</name>
<noted>false</noted>
<equipId>1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>0</minPrice>
<maxPrice>0</maxPrice>
<normPrice>0</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine>A battle robe bottom 100.</examine>
<id>12866</id>
<stackable>false</stackable>
<name>Battle hood 100</name>
<noted>false</noted>
<equipId>0</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>0</minPrice>
<maxPrice>0</maxPrice>
<normPrice>0</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine>A battle hood 100.</examine>
<id>12873</id>
<stackable>false</stackable>
<name>Battle robe top 100</name>
<noted>false</noted>
<equipId>-1</equipId>
</itemDefinition>
<itemDefinition>
<price>
<minPrice>0</minPrice>
<maxPrice>0</maxPrice>
<normPrice>0</normPrice>
</price>
<bonus>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
<int>0</int>
</bonus>
<examine>A battle robe top.</examine>


These are so you can spawn&wear them. Have fun. The reason i did this is cause i am bored & they look good.

Emily
August 12th, 2010, 22:48
These are so you can spawn&wear them.
Wearing them is handled in equipment.java

Billy
August 12th, 2010, 22:49
Yes, but i added them the easy way in the code

<equipId>1</equipId>

And it worked ;p

Trapt
August 12th, 2010, 22:50
Why do people post shit like this? You're not helping any one but making them lazy. All you did was copy and paste this from your server and changed a few id's and words.

Edit: and even if you do <equipid> you still have to go to equipment.java

Edit: Also if you're going to post something like this then make them the right way and make them degrade.

Emily
August 12th, 2010, 22:50
Yes, but i added them the easy way in the code

<equipId>1</equipId>

And it worked ;p

One of your equipId, is -1, and the only reason they wear properly is because in equipment.java it looks for the name such as "robetop" would already equip as a plate. And isn't equipid 1 a weapon slot?

Billy
August 12th, 2010, 22:51
And, your point is? This is what most people do. Bet you 200$ you don't code anything yourself. If so,show me it. Everybody would rather get things for free, do me a favor. Please don't post again because i'll just ignore it because you're a cunt.

Not to you emily, the fag Trapd

Billy
August 12th, 2010, 22:52
I don't know emily, i put 1 for the bottom and it worked, before it went in the chest area. changed to 1 then it worked.

Emily
August 12th, 2010, 22:54
Actually im wrong slot 1 is a cape.

SLOT_HAT = 0
SLOT_CAPE = 1
SLOT_AMULET = 2
SLOT_WEAPON = 3
SLOT_CHEST = 4
SLOT_SHIELD = 5
SLOT_LEGS = 7
SLOT_HANDS = 9
SLOT_FEET = 10
SLOT_RING = 12
SLOT_ARROWS = 13

Billy
August 12th, 2010, 22:55
o.o weird cause 1 worked for bottoms slot. idk lol. you need soul wars capes? i have them they came with my source hehe :)

Trapt
August 12th, 2010, 22:56
And, your point is? This is what most people do. Bet you 200$ you don't code anything yourself. If so,show me it. Everybody would rather get things for free, do me a favor. Please don't post again because i'll just ignore it because you're a cunt.

Not to you emily, the fag Trapd

Apparently you're a newfag because I have been on this forums from the start and I guarentee I can code better then you so GF. You're acting like this is hard and i'll admit it probably is for some fat guy because you have to hit CTRL+C and CTRL+V and type something but I guess you're right.

Edit: Newfag is a new person since the forum reset.

Emily
August 12th, 2010, 22:56
o.o weird cause 1 worked for bottoms slot. idk lol. you need soul wars capes? i have them they came with my source hehe :)

I have all the items dumped...its very easy to do.

Billy
August 12th, 2010, 23:00
Apparently you're a newfag because I have been on this forums from the start and I guarentee I can code better then you so GF. You're acting like this is hard and i'll admit it probably is for some fat guy because you have to hit CTRL+C and CTRL+V and type something but I guess you're right.

Edit: Newfag is a new person since the forum reset.

Okay, for one why are you commenting on peoples weight when you don't even know me IRL and you are probably around 300 pounds, and two.. We didn't fight so how can you say gf? and three, you don't know how i code. And ctrl+c and ctrl+v is easier then taking 5 hours to code something, so have fun i'll copy&paste you lowlife cuntstick.

Billy
August 12th, 2010, 23:01
I have all the items dumped...its very easy to do.

Lucky. :P

Chivass
August 20th, 2010, 06:26
Fail...
its supposed to be <itemDefinition> and end with </itemDefinition>

Emily
August 20th, 2010, 06:41
Fail...
its supposed to be <itemDefinition> and end with </itemDefinition>

You fail because he is correct, the only error he made was in the first few lines


<id>12880</id>
<stackable>false</stackable>
<name>Battle robe bottom 100</name>
<noted>false</noted>
<equipId>1</equipId>
</itemDefinition>


Don't flame when you arent that good either.