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

    Ot Server List and New Developments

    Do anybody know of a good popular OTserver list other than OTservlist.org?.. I don't think people really pass page 5 out of 11 pages they have there. They should have a month for New Developments only to at least force the population to try and check out these new Server developments from other...
  2. CesarZ

    TFS 1.X+ PZ Locked Functions Help

    it worked, it takes everything off, but the pzlock. 1591862783
  3. CesarZ

    TFS 1.X+ PZ Locked Functions Help

    I go this Function im trying to add when they die from The Arena They also Take off the PZLock and skulls if they Have function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) local player = Player(cid) if player:isPlayer() then local ppos =...
  4. CesarZ

    TFS 1.X+ Pvp arena Script problem

    solved
  5. CesarZ

    TFS 1.X+ Global.Lua Issue

    Im having this Issue with global.lua How can i register the "broadcastMessage" in my Global.lua? its been mayor problem when i try to run scripts i find because some of the things are not registered. When i run the script with another global.lua it works fine, but the other things don't work...
  6. CesarZ

    TFS PVP arena Script Request

    Guys i have been trying to find a pvp arena Script every where in this forum for TSF 1.0 and is no where to be found. I have been working trying to edit this TFS 1.1 Script but it hasn't working for me Source: TFS 1.1 pvp arena
  7. CesarZ

    TFS 1.X+ TFS 1.3 on Compiling Help!

    Thanks guys
  8. CesarZ

    TFS 1.X+ TFS 1.3 on Compiling Help!

    I don't have the AppData Folder in my user. and All i have in the 14.0 folder is a XML folder i clicked in the devenv.exe it just open the Visual studio 2017 and there is no VsHub.exe running on processes Task Manager. i had installed Universal SDK because it was giving a corecrt.h file was...
  9. CesarZ

    TFS 1.X+ TFS 1.3 on Compiling Help!

    Im trying to compile TFS 1.3, and i get this error. I'm trying to understand wht is telling me. if this had happened to any of your guys please let me know! thanks 1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------ 1>Object reference not set to an instance...
  10. CesarZ

    TFS 1.X+ Pvp arena Script problem

    I been trying to figure out whats going on with this lua. it wont let me login. local arena = { frompos = {x = 784, y = 1039, z = 7}, topos = {x = 798, y = 1055, z = 7}, exitpos = {x = 790, y = 1036, z = 7} } function onPrepareDeath(player, lastHitKiller, mostDamageKiller) if...
  11. CesarZ

    TFS 1.X+ Teleport Scroll adding level restriction

    Perfect dude thanks a lot Repp++
  12. CesarZ

    TFS 1.X+ Teleport Scroll adding level restriction

    Dude it worked fine, but you changed the whole thing Text and effects. i just wanted to add the lvl restriction with a little message in with the effect doCreatureSay(cid, "text" ,TALKTYPE_ORANGE_1) Text color to let them know the level restriction. i tried the same script i have and adding the...
  13. CesarZ

    TFS 1.X+ Teleport Scroll adding level restriction

    Hey guys i have been trying to put a restriction in my lua. it seems like im always failing. This is the Teleport Scroll.lua local newpos = {x=781, y=1001, z=7} local time = 1--in second function onUse(cid, item, fromPosition, itemEx, toPosition) local inFight = getCreatureCondition(cid...
  14. CesarZ

    TFS 1.0 Armors Boots with magic effects.

    Thanks a lot dude rep++
  15. CesarZ

    TFS 1.0 Armors Boots with magic effects.

    Im trying to put magic effects on some of my items. Like fire boots to have an "(interval) Every 4 second" effect on players like fire so people can see they are wearing that specific item. ect. is that can be Done without touching my CPP files. or do i have to dig in there?
  16. CesarZ

    TFS 1.X+ Teleport Scroll

    1589843719 Maybe he is putting wrong in the XML script show us the error console!
  17. CesarZ

    Remeres map editor Problem 3.6.1

    I'm trying to update my wall brushes but the scripti put doesnt work. im working with 10.41 client server TFS 1.0. it shows the wall in the brushes but doesn't do anything <brush name="venore brick wall" type="wall" server_lookid="19485"> <wall type="horizontal"> <item...
  18. CesarZ

    TFS 1.0 Chest Item amount

    lets say i want to put 100 Coins in a chest how do i put the amount? i have tired 1050 in the action ID and nothing. i can't put amount under 100. i searched for it didn't find anything any help?
Back
Top