• 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. C

    Solved Sword Damage

    ^^ :D
  2. C

    Solved Paypal transactions doesn't accept it automatic!

    well sometimes it causes by script fault but in this case you can check the business settings in your paypal account.
  3. C

    Lua create monsters with skulls

    i understood that you wanna make a rat show :P, explain more please..
  4. C

    Solved How can I remove creature after player death?

    add this which when you wanna remove the creature. (change xxxx for your pos local room = { fromX = xxxx, fromY = xxxx, fromZ = x, -------------- toX = xxxx, toY = xxxx, toZ = x } for x = room.fromX, room.toX...
  5. C

    Solved Paypal transactions doesn't accept it automatic!

    make sure that u got <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_xclick">
  6. C

    Solved Sword Damage

    in weapons.xml <wand id="xxxx" level="19" min="27" max="33" type="death" event="function" value="default"> <vocation id="4"/>
  7. C

    Windows Website Help

    amazing difference:)
  8. C

    Solved guildhalls

    get the reachable doors of the guildhalls and set the door id 0
  9. C

    Windows Website Help

    http://otland.net/f479/video-tutorial-nothing-fully-working-ot-server-website-shop-system-166818/
  10. C

    Linux lag

    if the laag relating with connection not CPU or bad scripts, then the laag thing depends on the company pings or your home pings not on 100m or 1gb.
  11. C

    Question About Commands 0.2.14

    It wont work, open ur tfs sources commands.h and commands.cpp and 9.6 sources one, then find the value of attr command "thingProporties" then copy :P
  12. C

    My Sql dont work

    use UniServer
  13. C

    Solved New ot

    http://otland.net/f479/video-tutorial-nothing-fully-working-ot-server-website-shop-system-166818/
  14. C

    Linux lag

    yeah i mean it ?!, do you think that your ot laaging because of dedicated change ? as you said u usually uses 12mb so what is the difference between 1gb and 100mb uplink?
  15. C

    Linux lag

    it could be a bad company ? :o
  16. C

    Linux Scan Items

    Actually an easy way: In the action of the item add when player use the item setPlayerstorageValue(cid, 1111,30) for example, then add another scan every 24h check the storage and decrease it -1 for example getPlayerstorageValue(cid,1111, getPlayerStorageValue(cid, 1111)-1) If you have done...
  17. C

    Linux Scan Items

    More Information please ?
  18. C

    Fatal Problem??? or wtf is that??

    Aright in creaturevents.xml find the types of onPrepareDeath lines and remove one by one and dont forget to reload in each change, then while u find the bugged one post it here
  19. C

    Windows how to Protect my server? (HELP FAST)

    ok we will protect your database with an easy way: 1-go to your phpmyadmin and get the index.php change the red ips with your ip <?php with this: <?php if(!in_array($_SERVER['REMOTE_ADDR'], array("123.456.789.0", "127.0.0.1"))) die; 2. Change all GM passwords, and wipe database if necessary...
Back
Top