• 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. Sneaky Shadow

    need help why can people connect to my ot and i cant

    im the only sneaky i know but i havent ever donated here o.o
  2. Sneaky Shadow

    Lua changing stuff on staff position

    player flags: Player flags custom flags: TheForgottenServer Custom Flags
  3. Sneaky Shadow

    Problem with skull system + exp for kills

    to do that in config.lua just change: deathLostPercent = 10
  4. Sneaky Shadow

    Special Attack!

    im half asleep so im not sure on this answer, but i notice you got conflicting elseif s elseif swordskill >= 35 and swordskill < 55 then elseif swordskill >= 60 and swordskill < 75 then elseif swordskill >= 70 then elseif swordskill >= 80 then with that setup from skill 55 to 59 that cant...
  5. Sneaky Shadow

    help me i have error in gesior aac 0.3.6

    in config-and-functions.php add this line: date_default_timezone_set("US/Eastern"); just change the US/Eastern to whatever timezone your in
  6. Sneaky Shadow

    Temple Pos Wrong?

    which website version are you using?
  7. Sneaky Shadow

    Error With C:\xampp\htdocs\config/php

    <?php ################################################## # CONFIGURATION # ################################################## # Congratulations on finding configuration file. # # This is very simililar to config.lua as it # # follows same basic principles...
  8. Sneaky Shadow

    Moveevent Errors

    post your movements.xml
  9. Sneaky Shadow

    Stamina ... huge problem

    you could always just disable stamina just change rateStaminaLoss = 1 to rateStaminaLoss = 0
  10. Sneaky Shadow

    AOL Doesn't work -

    what world type are you running? pvp-enforced?
  11. Sneaky Shadow

    NPC xml error help please.

    <npc name="Capitain Charles" script="data/npc/scripts/bloodb.lua" floorchange="0" access="5" level="1" maglevel="1"> <health now="150" max="150"/> <look type="134" head="114" body="13" legs="90" feet="115" addons="3" corpse="2212"/> <parameters> <parameter key="module_travel"...
  12. Sneaky Shadow

    NPC xml error help please.

    <npc name="Capitain Charles" script="data/npc/scripts/bloodb.lua" floorchange="0" access="5" level="1" maglevel="1"> <health now="150" max="150"/> <look type="134" head="114" body="13" legs="90" feet="115" addons="3" corpse="2212"/> <parameters> <parameter key="module_travel"...
  13. Sneaky Shadow

    NPC xml error help please.

    <npc name="Capitain Charles" script="data/npc/scripts/bloodb.lua" floorchange="0" access="5" level="1" maglevel="1"> <health now="150" max="150"/> <look type="134" head="114" body="13" legs="90" feet="115" addons="3" corpse="2212"/> <parameters> <parameter key="module_travel"...
  14. Sneaky Shadow

    Capture the Flag

    i agree with slain, defiently not something thats easy to make maybe he will sell you his scripts lol
  15. Sneaky Shadow

    Wrong With Samples!

    in your htdocs folder open accountmanagement.php scroll down to line 772 $player->setTownId(5); change the 5 to whatever townid you want new characters to start at
  16. Sneaky Shadow

    Captcha Problem.

    go to htdocs > imgverification and open imagebuilder.php on the first line change <? to <?php
  17. Sneaky Shadow

    Help...

    open your mysql or sqlite, whichever you using, and click on the database and select the players tab, select account manager and look for pos x, pos y, and pos z set those to the proper coordinates
  18. Sneaky Shadow

    Help...

    set the account managers position in the database to the coordinates of the temple
  19. Sneaky Shadow

    Cant LogIn, Even That The Server Is On!

    make sure you have both 7171 and 7172 forwarded
Back
Top