• 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!

Recent content by Devlinn

  1. D

    C++ Show Item slot

    hey, how i can achieve to display armor,legs,helmet etc i arleady trying this if (it.slotPosition) { if (begin) { begin = false; s << " ("; } else { s << ", "; } s <<...
  2. D

    Attributtes doesnt work!!! why?!

    ok now i understand and working thanks!
  3. D

    Attributtes doesnt work!!! why?!

    hey, why this <item id="2470" name="golden legs"> <attribute key="weight" value="5600" /> <attribute key="armor" value="9" /> <attribute key="skillSword" value="2" /> <attribute key="slotType" value="body" /> </item> doesn't work? but this <item...
  4. D

    tfs max limit items

    why i got item 32767 when i create test1 /i test1 i got item with itemid[32767] but with /i 40000 working its bug on tfs?
  5. D

    tfs max limit items

    hey i can add item with id 60000? or here is somelimit 32k? i used tfs 1.1
  6. D

    Spell only Healing Party

    stop trolling guys, look my screen above there is problems on members not on rand....
  7. D

    Spell only Healing Party

    bump can someone help? tfs 1.2 bump
  8. D

    Spell only Healing Party

    still the same error :(
  9. D

    Spell only Healing Party

    now:
  10. D

    Spell only Healing Party

    error:
  11. D

    Spell only Healing Party

    hey, i dont know someone made something like this? look down. if not, its possible to do this? if yes can someone made it for me? thanks Healing only Party Members, skill working by 12 second all party members got every second 50 health points before spell end tfs 1.x bump
  12. D

    MyAAC v0.7.12

    how to disable the shit cache save history ? because every edit i need reinstall this shit to see changes lol :confused:
  13. D

    check vocation on grass

    yea i agree, can you give example code?
  14. D

    check vocation on grass

    hey, i need scripts for tfs 1.x to if someone move to grass id xxxx, on position 32,32 31,32 30,32 etc and vocation == 0 then got message please come back when you chose vocation. if vocation > 0 then can go
Back
Top