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

Search results

  1. J

    [Website] Hosting Issues

    How do you add ports on your firewall? I don't see any option for it.. I see "Public" and "Home" or maybe I'm in the wrong part of it.. Haha - - - Updated - - - I added those ports but it still does the same thing.
  2. J

    [Website] Hosting Issues

    Okay, as the title says... I'm having problems hosting my website... I'll show you every step I've gone through to set it up.. Maybe I missed one or something :O 1. Okay first, (maybe idk.. it was one) I opened "cmd" and typed in "ipconfig" to get my IPv4 Address which is 192.168.1.100 2...
  3. J

    Lua Removing a Teleport on an event

    WOOT! Thank you! :D It works! :)
  4. J

    Lua Removing a Teleport on an event

    Nope, I got this error: [23/07/2012 15:41:49] [Error - GlobalEvent Interface] [23/07/2012 15:41:49] data/globalevents/scripts/LMS.lua:onThink [23/07/2012 15:41:49] Description: [23/07/2012 15:41:49] attempt to index a nil value [23/07/2012 15:41:49] stack traceback: [23/07/2012 15:41:49] [C]...
  5. J

    Lua Removing a Teleport on an event

    Nope, I get this error now... [23/07/2012 14:39:35] [Error - LuaScriptInterface::loadFile] data/globalevents/scripts/LMS.lua:58: 'end' expected (to close 'function' at line 18) near '<eof>' [23/07/2012 14:39:35] [Warning - Event::loadScript] Cannot load script...
  6. J

    Lua Removing a Teleport on an event

    Can someone help me edit this script so when it says "The Battle begins. Survive for glory!" it will remove the teleport that is at x=968, y=1306, z=6? I tried but as you can see... I kinda failed haha :P Here is mine: local config = { temporaryArea = { {x = 951, y = 1314, z = 6}...
  7. J

    [USA] Caspin.no-ip.org [8.6] custom main city! NOW ONLINE!

    Omg! This OT is sweet! I haven't been playing for very long but there are so many Events and I like that :P
  8. J

    Lua Zombie Event Problem 0.3.6

    Well, I'm just using another Zombie Event script since that one had too many errors but I'll still give you REP for trying! Thank you! :)
  9. J

    Lua Zombie Event Problem 0.3.6

    Sure! :D Here it is: loadmodlib('repSystem') function doPlayerGiveItem(cid, itemid, amount, subType) local item = 0 if(isItemStackable(itemid)) then item = doCreateItemEx(itemid, amount) if(doPlayerAddItemEx(cid, item, true) ~= RETURNVALUE_NOERROR) then return false end else for i...
  10. J

    Lua Zombie Event Problem 0.3.6

    Now I'm getting this error...
  11. J

    Lua Zombie Event Problem 0.3.6

    Yeah here's my Login: local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid...
  12. J

    Lua Zombie Event Problem 0.3.6

    I'm having a problem with my Zombie Event. When the event starts and the TP opens, it says this: [23/07/2012 09:57:31] > Broadcasted message: "Zombie event starting in 2 minutes! The teleport will be closed when the event starts! Need atleast 1 players for the event to start!". [23/07/2012...
  13. J

    TFS Zombie Event [Mod]

    Fixed
  14. J

    heal at pz zone

    Post your Potions script here
  15. J

    TFS Zombie Event [Mod]

    Fixed! :D
  16. J

    Login.lua EOF Error

    Tyvm it worked! :D Lemme REP you ;P But btw what did you change so I can learn from it?
  17. J

    Login.lua EOF Error

    When I try to load Login.lua from creaturescripts I get this error: [21/07/2012 11:38:46] [Error - LuaScriptInterface::loadFile] data/creaturescripts/scripts/login.lua:93: '<eof>' expected near 'end' [21/07/2012 11:38:46] [Warning - Event::loadScript] Cannot load script...
  18. J

    [USA] CorruptWar 8.6

    Server Closed --- Please close this thread. Thank you! :D
  19. J

    [SQL Query] Make every player level 1 with 185 HP and 35 Mana

    Thank you so much :D It worked! :D Edit: Chuck I tried giving you REP but it said I have to spread some more reputation before I can give it to you again :( I'm sorry : / I'll try to give it to you later when I can! :D
  20. J

    [SQL Query] Make every player level 1 with 185 HP and 35 Mana

    Is there any way that I can use an SQL Query that will change the Level (8), HP (185), and the Mana (35) of each player? I've searched but I couldn't find anything : / I'll REP whoever helps :D Thanks everyone! :) - - - Updated - - - Woops! I messed up in the title... It's supposed to...
Back
Top