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

    Solved [C++ - TFS 1.0] Health/Mana Change

    I'm sorry if this sounds very noobish to some but I honestly can not figure out how to add "+" and "-" to damage/healing effects. For example, if you get hit for 24 hitpoints it will say "-24"... Here's what I've written so far but it doesn't work :/ game.cpp ... TextMessagemessage...
  2. Aleada

    Solved [1.0] function onAddItem (cid)

    Heya everyone, I'm wondering if there is any (cid) function in LUA that targets a specific player, not everyone online... If that makes sense xd but also, I'm using TFS 1.0. For example: function onAddItem(moveitem, tileitem, position) You can't include , cid I've found this code on the...
  3. Aleada

    Solved Updating to 1.0

    I've been having some troubles updating my scripts from 0.4 to 1.0.. I've updated about 3/4 of them but some are giving me troubles.. For example, "doSteerCreature" doesn't exist in 1.0. For example: This is my 0.4 "doSteerCreature" script: function onThink() local NW = {x = 521, y = 1541, z =...
  4. Aleada

    Lua TFS 1.0 NPC's

    Heya everyone, I'm trying to make NPC's that interact differently based on certain attributes. This is the code I have so far: Lt. Evan (FULL): local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local storage =...
  5. Aleada

    Solved addEvent troubles

    Heya, I recently tried making a "woodcutting" script for a quest but I ran into a problem where if you cut down 2 trees, then only 1 will spawn back because the position is getting replaced each time.. I tried using tables but I couldn't figure it out :/ Anyone got any ideas? function...
  6. Aleada

    Lua Afk Status

    Heya everyone, I'm trying to make a script that indicates you're afk when you declare it. It will also show the message you want to display every interval on the specified time: function onSay(cid, words, param, channel) local interval = 5 local words = "" local pos = getPlayerPosition(cid)...
  7. Aleada

    PHP Paygol

    Heya everyone, I'm trying to add Paygol on Znote AAC but I keep getting this error: If anyone has encountered this problem and has found a solution, any help would be greatly appreciated! :D Thanks in advance!
  8. Aleada

    Compiling REV 3884 64bit

    Heya everyone, I'm trying to compile REV 3884 64bit but I'm getting this error that happens at the very end of the compiling right when it seems like it's going to finish with no errors: Here's the Compiler I'm using...
  9. Aleada

    Lua Shortening Scripts

    Heya everyone, I'm trying to make a script and it works fine but if someone is blocking it can add up the "addEvents" pretty quickly: I added a "Restart" counter to see how many times it adds up and it got to about 86 within 30 seconds :/ I've tried to shorten it / change it so it would only...
  10. Aleada

    Solved (PHP) Znote AAC tabs

    Heya everyone, I'm having troubles with adding a "Forum" tab into Znote AAC... it won't open/close :/ <div id='forum' class='menuitem'> <span onClick="MenuItemAction('forum')"> <div class='MenuButton'...
  11. Aleada

    WAR 9.80 - 9.86! Ideas?

    Skyline WAR 9.80 - 9.86 will start on September 4, 2013 at 3:30 PM UTC Central Time (The countdown is on http://otland.net/threads/usa-skyline-war-9-86.198309/) Heya everyone, I don't see many WAR servers that are anything other then 8.6 so I decided to make a 9.80+ WAR server! :D Here's some...
  12. Aleada

    [USA] Skyline (WAR) 9.80 - 9.86! [Edited New Venore, New Mounts, New Addons]

    Skyline WAR 9.80 - 9.86 will start on September 4, 2013 at 3:30 PM UTC Central Time (The countdown is on SkylineWar.no-ip.org) IP/Website: SkylineWar.no-ip.org Port: 7171 Client: 9.80 - 9.86 Information: - Uptime [24/7] - Hosted in USA - Exp Rate [5x PVP] - Map [Venore (WAR)] - Custom...
  13. Aleada

    Solved Frags page

    Heya everyone, I'm trying to make a frags page for my website but it's only showing 1 player (The player with the most frags) it's not showing more than 1 :/ it's probably something really simple but I can't seem to figure it out :/ Anyways... here's the scripts: <?php require_once...
  14. Aleada

    Lua Start-skills Error

    ~Solved~
  15. Aleada

    Znote ACC

    ~ Solved ~
  16. Aleada

    Your Dreams

    Well, I'm pretty bored so I decided to make a thread basically to let you tell what goes through your creative brains! The point: If you could make anything, anything at all (Without any problems)... What would it be? Post below your answers! :D P.S. ~ Might be a dumb one but I'm...
  17. Aleada

    Solved "Charge"

    Heya everyone, I've made a "Charge" spell like World of Warcraft and it works fine but sometimes I get random errors when the monster dies since the server can't find it when trying to send a magic effect or something... and does anyone have any ideas on how to make it better? local combat =...
  18. Aleada

    Lua Spell Idea Error

    Well, I finally figured it out after hours of searching :o Thank you so very much tetra20! -- Close please --
  19. Aleada

    Get Target position

    Heya everyone, I was just wondering... how do you get a target's position (Monsters & Players) in "[9.80-9.86] The Forgotten Server v0.2.15 (Mystic Spirit)"? I've tried litterally everything but all I get is this error: [25/07/2013 21:51:56] Lua Script Error: [Spell Interface]...
  20. Aleada

    Lua Stunning Spell

    Heya everyone, I'm trying to edit a spell (Made by: kermaxpl) It's supposed to stun the target for 4 seconds (Works) then I'm trying to make it blink the "Sleep Magic Effect" every second until it's unstunned. Here's what I've tried so far: local combat = createCombatObject()...
Back
Top