It's easy to fix.
look at your loop.
|
|

Well I was just looping through set equipment and saw this, peter told me to post it so I did, I didn't even know there were items there lol:
My code:
Any ideas how fix it?Code:public void setAllDuel() { for(int i = 0; i < 14; i ++) { dueler.getActionAssistant().duelEquipment(dueler.playerEquipment[i], dueler.playerEquipmentN[i], i); opponent.getActionAssistant().duelEquipment(opponent.playerEquipment[i], opponent.playerEquipmentN[i], i); } }

It's easy to fix.
look at your loop.





npCode:public void setAllDuel() { for(int i = 0; i < 14; i ++) { if(i == 6 || i == 8 || i == 11 || i == 13) { continue; } dueler.getActionAssistant().duelEquipment(dueler.playerEquipment[i], dueler.playerEquipmentN[i], i); opponent.getActionAssistant().duelEquipment(opponent.playerEquipment[i], opponent.playerEquipmentN[i], i); } }




Lol forgot about the blank spaces, thanks
Added you on msn.
In the equipment interface there are a few extra slots that can be written to. Find out which slots these are and quite simply make sure your loop skips them.
Edit: Didn't see it was already answered, my bad...![]()

Np lol but this could be useful for other things >.>

Jagex are gonna release trinkets and clan tabards like WoW IMO!!!! that's what the extra slots are [email protected]@@



Yeah I considered maybe for programming something like duel wielding? In the slot underneath the weapon, perhaps could be used to equip a second item if there is already equipment in the first. (I suppose however if you're duel wielding you'd just send it to the shield slot... meh, who knows... just a though)

Hmm I got a good base now just gotta do staking items imo =\
But yeah luke talk about leeching off WoW lol
| « Help with Private Server | When i attack i logg out » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |