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

  1. O

    Linux Resolve IP

    Bring Up Mu Post No comments ?
  2. O

    Linux Resolve IP

    Btw, the best place is ofurce a source change ... Some ideas ?
  3. O

    Linux Resolve IP

    Since TFS dont alowe new connections, after my ip adresses changes, i needed to make this script so the server auto shutsown, and starts again in the .sh loop ;)
  4. O

    Linux Resolve IP

    Is there a bether way of resolving ip on Linux (Ubuntu) ? <globalevent name="resolve_ip" interval="60" event="script" value="resolve_ip.lua"/> require("socket") function onThink(interval, lastExecution, thinkInterval) local begin_time=socket.gettime() local master=...
  5. O

    Weird Lag Issue w/ Debian Lenny

    try change from DirectX to OpenGL. :)
  6. O

    Range weapons

    yep, its a c++ issue. in weapons,h chance : virtual bool interruptSwing() const {return !swing;} to : virtual bool interruptSwing() const {return false;}
  7. O

    Range weapons

    Conclusion on this isue :
  8. O

    Player Online Chart

    Post me a link :) What u meen ?
  9. O

    Range weapons

    Putt UH on a hotkey. Attack a trainer with a range weapon (bow + arrow). Then pres and hold down the hotkey with UH. If u do this the the playser stopp attacking. Chance the bow with a sword, and continue attacking and holding down the hotkey with uh. and u see the player spamms...
  10. O

    Player Online Chart

    see link for example: WhoIsOnlineChart
  11. O

    Player Online Chart

    N/A ;) Its for creating an png image.
  12. O

    Player Online Chart

    Hi, create an table in database : CREATE TABLE `forgottenserver`.`z_onlineplayers` ( `world_id` int(10) unsigned NOT NULL, `timestamp` int(10) unsigned NOT NULL, `count` int(10) unsigned NOT NULL ) ENGINE=MyISAM edit the creaturescripts event="login" script file, add 1 if it...
  13. O

    find items in db with uber atk and def

    Thx Cykotitan Its just what i was thinking. Can u help me how to make the BLOB readable in mysql ?
  14. O

    find items in db with uber atk and def

    Do somone know of a methode to find all uber items wit loots of amout of atk and def? like a sword with atk:1000000, def:10000000
  15. O

    Temple position is wrong.

    You have wrong position on town, use REM to correct the town position in map file
Back
Top