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

Search results

  1. J

    Outfit bonus script.

    ok wait <outfit id="4"> <list gender="0" lookType="139" name="Knight"> <stats maxHealth="200"/> </list> <list requirement="both" gender="1" lookType="131" name="Knight"> <stats maxHealth="200"/> </list> </outfit>
  2. J

    First Items HELP! :((

    adding samples to database :P
  3. J

    Windows TFS 0.4 8.62 - Decrease size map or compile with 64-bit?

    well idk much of windows, but when i start in otservers i also use windows 2003 and appear the same thing, since i change to linux all that stop
  4. J

    First Items HELP! :((

    no problem, well look, the samples are characters that you need to make a new character based in the the sample character, example if u create a character knight, your character will be based in the knight sample, so u need to add samples to make new characters, and get items, skills at first...
  5. J

    Outfit bonus script.

    remember next of "60"/> u have double />/> watch out!
  6. J

    Outfit bonus script.

    thx hope i helped
  7. J

    Where can i change the vocations regeneration.

    gainmanaamout = the mana u earn each time u configure
  8. J

    Clean all houses help fast!

    go to sqllite or phpmyadmin and execute this query DELETE from houses; DELETE from house_auctions; DELETE from house_data; DELETE from house_lists;
  9. J

    Outfit bonus script.

    go to server/data/XML/outfits.xml and edit the bonus u want to give example: <?xml version="1.0"?> <outfits> <outfit id="1"> <list requirement="both" gender="0" lookType="136" name="Citizen"> <stats maxHealth="60"/> </list> <list requirement="both" gender="1" lookType="128"...
  10. J

    First Items HELP! :((

    execute this query INSERT INTO `players` VALUES(0, 'Rook Sample', 0, 1, 1, 1, 0, 185, 185, 0, 44, 44, 44, 44, 128, 0, 0, 35, 35, 0, 100, 1, 0, 0, 0, '', 420, 1, 0, 0, 1, 0, 0, 0, '', 0, 0, 0, 151200000, 0, 0, 0, 0, 100, 100, 0, 0, 0, 0, 0, '', 1287582995, 1, '', 1, '', 0, 0, 0); INSERT INTO...
  11. J

    First Items HELP! :((

    well u need to put samples to work, u have phpmyadmin? if u have phpmyadmin, execute this query in SQL INSERT INTO `players` VALUES(0, 'Rook Sample', 0, 1, 1, 1, 0, 185, 185, 0, 44, 44, 44, 44, 128, 0, 0, 35, 35, 0, 100, 1, 0, 0, 0, '', 420, 1, 0, 0, 1, 0, 0, 0, '', 0, 0, 0, 151200000, 0, 0, 0...
  12. J

    First Items HELP! :((

    ok, u have samples in db?
  13. J

    Bugs + Suggestion + Request

    i can make news ticker for you, but for $
  14. J

    Guilds system + Woe problem...

    i still doesnt understand your question
  15. J

    Tibia Multi Client 8.7

    OTloader.com - Changes your Tibia experience!
  16. J

    Impletment WoE items into my 8.6 ot

    u need to add it in items.xml
  17. J

    Need some help with deticated server.

    Dedicated Server Hosting | Dedicated Hosting | Dedicated Servers | Limestone Networks great servide but to much $ rep if i help
  18. J

    Where can i change the vocations regeneration.

    u want to change the master sorcerer mana regeneration?? gainmanaticks="3" gainmanaamount="6" change it
  19. J

    First Items HELP! :((

    ok let me help u with this, go to mods create a new file named firstitems.xml and paste this <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" version="1.0" author="" contact="" enabled="yes"> <config name="firstitems_config"><![CDATA[ ]]></config> <event type="login"...
Back
Top