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

    can some one make me a script please

    nononono player1pos = {x=0000, y=0000, z=0, stackpos=253} -- player position player2pos = {x=0000, y=0000, z=0, stackpos=253} -- player position player3pos = {x=0000, y=0000, z=0, stackpos=253} -- player position thats the position where 3 players should stay nplayer1pos = {x=0000, y=0000...
  2. W

    can some one make me a script please

    just set UniqueID on that rock to 1018 function onUse(cid, item, frompos, item2, topos) player1pos = {x=0000, y=0000, z=0, stackpos=253} -- player position player1 = getThingfromPos(player1pos) player2pos = {x=0000, y=0000, z=0, stackpos=253} -- player position player2 =...
  3. W

    can some one make me a script please

    function onUse(cid, item, frompos, item2, topos) if item.uid == 1018 then player1pos = {x=0000, y=0000, z=0, stackpos=253} player1 = getThingfromPos(player1pos) player2pos = {x=0000, y=0000, z=0, stackpos=253} player2 = getThingfromPos(player2pos) player3pos = {x=0000, y=0000, z=0...
  4. W

    TFS 0.3.4pl2 How many connections from one ip?

    Bumpp its wery inportand to my serwer , they can crash it in any time...
  5. W

    SQLite + queries

    PhpMyAdmin -> YourDB -> Accounts -> Structure -> Add on the bottom.
  6. W

    Lua Talkaction prob!

    Fixed. function onSay(cid, words, param) if getPlayerBlessing(cid,5) == TRUE then doPlayerSendCancel(cid,"You already have all the blessings!, Du har redan alla de välsignelser!") doSendMagicEffect(getPlayerPosition(cid),2) else if doPlayerRemoveMoney(cid,10000) == TRUE then for i = 1, 5...
  7. W

    Linux Gesior accmaker - problem

    chmod 777 /opt/lampp/htdocs -R then do it again
  8. W

    Already logged in after net kick or something...

    Is there a way to fix "Already logged in" , because if i Debug someone he can't log in if he has PZ Locked... TFS - 0.3.4pl2
  9. W

    Look here please! (NPC)

    i pmed you.
  10. W

    TFS 0.3.4pl2 How many connections from one ip?

    sry but i dont need anti mage bomg... , someone log in i think 3 players then he spamm spells or something here is ss http://www.uploadgeek.com/share-BE9A_4A5A204B.html i think they spamm exani tera
  11. W

    Look here please! (NPC)

    try now but if it wont work , problem is here Line 14 if(npchandler.focus ~= cid) then may be fixed local keywordhandler = keywordhandler:new() local npchandler = npchandler:new(keywordhandler) npcsystem.parseparameters(npchandler) function oncreatureappear(cid) npchandlerncreatureappear(cid)...
  12. W

    Windows Updating from TFS 2.3 to 3.4 Database Issue

    ok but from 8.40 -> 8.42 database changed much and i had to...
  13. W

    Solved Fast Attack, how to do that?

    You're welcome.
  14. W

    Windows Updating from TFS 2.3 to 3.4 Database Issue

    i changed from 8.40 to 8.42 so i had to delete whole Database then create new one so i think you have to do the same...
  15. W

    TFS 0.3.4pl2 How many connections from one ip?

    already had this on "yes"...
  16. W

    Solved Fast Attack, how to do that?

    the value is time , 2000 = 2s between attack so 0 = insane? xD
  17. W

    TFS 0.3.4pl2 How many connections from one ip?

    @up they make 10 acc's or more... btw i think there is.
  18. W

    Solved Fast Attack, how to do that?

    go to /data/XML/vocations.xml edit it and search for attackspeed="2000" then change it to less = faster
  19. W

    TFS 0.3.4pl2 How many connections from one ip?

    is there a way to allow ex. 2 connection from one ip ? because noobs makes 10 chars & log in fast on MC then my serwer crash...
Back
Top