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

    [help] Forever amulet - Skull, Red Skull, Black Skull

    @FearWar I'm sorry for late answering. Could u explain what do you mean ?
  2. magista

    [FRANCE]Morinia|DDos Protected|lots of edits|8.6Rl Map|Countdown|online now

    for @Wason you don't have the datapack password which i made to secure my datapack thats all :D
  3. magista

    problem with opening dp, death monster etc tfs 0.4

    i think u have to close this
  4. magista

    Website

    btw files of znote like admin.php , createcharacter.php etc. Create new file and call it admin_reports.php and paste this code <?php require_once 'engine/init.php'; protect_page(); admin_only($user_data); include 'layout/overall/header.php'; // Report status types. When a player make new report...
  5. magista

    Website

    ur znote version ??
  6. magista

    problem with opening dp, death monster etc tfs 0.4

    ur trunk version and paste ur player.cpp
  7. magista

    Website

    then in ur ots files open data/talkactions/talkaction.xml and add this <talkaction words="!report" separator=" " script="adminreport.lua"/> then open data/talkactions/scripts and create new file call it adminreport.lua and open it and paste this -- Coded by Dark ShaoOz function onSay(cid...
  8. magista

    Website

    at first i will make the explanation into two or three parts. execute this sql in urdatabase sql (localhost/phpmyadmin) then sql section CREATE TABLE IF NOT EXISTS `znote_player_reports` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `posx` int(6) NOT NULL, `posy` int(6)...
  9. magista

    problem with opening dp, death monster etc tfs 0.4

    mmmmm i think this problem in player.cpp just search in it for "delay" or smthing like that
  10. magista

    Windows cant enter in my web :S

    i had this problem before just open port 80 in ur router
  11. magista

    [Event] Walkthrough everything Ctrl + Arrow keys [TFS 1.X]

    thx alot for helping dyabl0 i just misunderstanding the code
  12. magista

    [France] Realistica 8.6 | BETA Server + Rewards

    the game is open now
  13. magista

    [Event] Walkthrough everything Ctrl + Arrow keys [TFS 1.X]

    i searched a lot where to edit to add this but i found nothing so my question is which file i edit to add this function Player:onTurn(direction) if self:getDirection() == direction and self:getGroup():getAccess() then local nextPosition = self:getPosition()...
  14. magista

    Scripter I need Good Scriper for a Job $

    skype:- amir.mero12
  15. magista

    [Event] Walkthrough everything Ctrl + Arrow keys [TFS 1.X]

    thx dyablo for answer but the edit is for tfs 0.4 and u just rewrite the first post i need to know where to add this in 0.4 not 1.x
  16. magista

    [help] Forever amulet - Skull, Red Skull, Black Skull

    well,, the Script i will write now is not mine it based on @JDB script at first in creaturescripts/creaturescripts.xml add this <event type="preparedeath" name="SkullAmulet" event="script" value="script.lua"/> then in creaturescripts/scripts/login.lua add this registerCreatureEvent(cid...
  17. magista

    ctrl + arrow to walk throw 0.4 /8.6

    do u know where to edit ???
  18. magista

    [help] Forever amulet - Skull, Red Skull, Black Skull

    tfs version ??
  19. magista

    ctrl + arrow to walk throw 0.4 /8.6

    BUMP
Back
Top