• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. T

    Help with equipping items on some wrong slots

    No solutions? :(
  2. T

    Help with equipping items on some wrong slots

    BUMP Please!! anyone??
  3. T

    Help with equipping items on some wrong slots

    That's the problem...since I'm from a VM...here is my return when I try "ifconfig" (same as ipconfig from windows): eth1 Link encap:Ethernet Endereço de HW 08:00:27:47:14:41 inet end.: 192.168.1.3 Bcast:192.168.1.255 Masc:255.255.255.0 endereço inet6...
  4. T

    Help with equipping items on some wrong slots

    Ok, its solved.. thank you VERY MUCH!! But I really need another help now...and guess what? URGENT again... I just want to open my server now...the problem is that NO ONE except me can join the server.. They can access the site, create their account, see their character list on the game but...
  5. T

    Help with equipping items on some wrong slots

    What function exactly should be called? I tryed this on my onEquipShield.lua: onEquipItem(cid, item.uid, slot, false); And when I tryed to equip shield gives me an error: data/movements/scripts/onEquipShield.lua:onEquip Description: data/movements/scripts/onEquipShield.lua:3: attempt to...
  6. T

    Help with equipping items on some wrong slots

    :( Really? You can't find it? I've search the forum and didn't find out... :(
  7. T

    Help with equipping items on some wrong slots

    yes, That's right.. I was testing at another item... Here is it: <movevent type="Equip" itemid="12647" slot="shield" level="100" event="script" value="onEquipShield.lua"> <vocation id="1"/> <vocation id="5" showInDescription="0"/> <vocation id="2"/> <vocation id="6"...
  8. T

    Help with equipping items on some wrong slots

    Hum I was checking in the movement.cpp from my sources and I fount this method: bool MoveEvent::EquipItem(MoveEvent* moveEvent, Player* player, Item* item, slots_t slot, bool isCheck) { if(player->isItemAbilityEnabled(slot)) return true; if(!player->hasFlag(PlayerFlag_IgnoreEquipCheck) &&...
  9. T

    Help with equipping items on some wrong slots

    That's right...but I just can't find a good source to 9.8+... Do you know any??
  10. T

    Help with equipping items on some wrong slots

    Hum....So instead of using something like this: <movevent type="Equip" itemid="8902" slot="right-hand" level="50" event="function" value="onEquipItem"> <vocation id="1"/> <vocation id="5" showInDescription="0"/> <vocation id="2"/> <vocation id="6"...
  11. T

    Help with equipping items on some wrong slots

    <movevent type="Equip" itemid="8902" slot="right-hand" level="50" event="function" value="onEquipItem"> <vocation id="1"/> <vocation id="5" showInDescription="0"/> <vocation id="2"/> <vocation id="6" showInDescription="0"/> </movevent> you mean like this? doesn't work - - - Updated -...
  12. T

    Help with equipping items on some wrong slots

    fix it. Shields can only placed in the right hands... Bow & weapons in general only at left hands...etc
  13. T

    Help with equipping items on some wrong slots

    Hello Guys.. I have a problem here and I really wanted to solve the problem without change my sources.. The problem is that I can equipe some items wherever I want. A shield can be equipped in the weapon slot, for example...Also a bow can be equipped at the ammo slot. That's really...
Back
Top