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

    [Help] onDeath

    BUMP. Or atleast prevent players from loosing exp, just skills
  2. belier140

    [Help] onDeath

    Hello everyone, is there anyway to make players loose exactly 1 lvl on death?
  3. belier140

    Linux Use Compiled tfs 1.0 on Ubuntu

    That was my next question :D tyvm for everything
  4. belier140

    Linux Use Compiled tfs 1.0 on Ubuntu

    Thank you so much!
  5. belier140

    Linux Use Compiled tfs 1.0 on Ubuntu

    Hello, i was wondering if someone could help me to run a tfs version i compiled on ubuntu, i followed this tutorial: https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu and everything went fine, but the thing is that i cant find any tutorial to explain me how to run it, can...
  6. belier140

    [Help] Hide all players level on look

    Love ya, tyvm for the help... Theres no other way to know player's lvl right?
  7. belier140

    [Help] Hide all players level on look

    Oh yep, srry i felt slep while compiling... that makes the trick, can u help me erasing the lvl from the chat aswell? =)
  8. belier140

    [Help] Hide all players level on look

    Hello, can someone tell me which files do i have to edit to succesfully do this? (if possible) . I tried to delete this s << nameDescription; if(!hasCustomFlag(PlayerCustomFlag_HideLevel)) s << " (Level " << level << ")"; from player.cpp but it seems like i need something...
  9. belier140

    Windows DB query, Moving player items to depot

    Hello everyone, as the title says i'd like to know if its possbile to move all the equipment/bp of all the players to their depots. Thnx in advance~
  10. belier140

    GlobalEvent [MOD]Full auto WAR-TeamBattle Event(with random rewards)

    Could some1 help me please? Im using tfs 0.3.7, i alredy changed all the positions on config, etc.. i get no error messages on console but when the event starts it doesnt teleport players from waiting room to event places... they just stand on the waiting room and display the countdown, etc...
  11. belier140

    Lua [Help] Talkaction to Globalevent

    Bump ._.
  12. belier140

    Solved Server lag no wand received from NPC

    Try this, its my magicshop file: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  13. belier140

    Lua Npc System

    Something like that happened to me with a seller npc, got it fixed by just deleting the last ; before " /> (parameter key) Just saying it happened to me, not sure if thats your problem
  14. belier140

    Lua [Help] Talkaction to Globalevent

    Yea my mistake on the reply, but i did changed it to function onThink(interval, lastExecution) and it doesnt work, here's the error i get: [Error-GlobalEvent Interface] data/globalevents/scripts/catch.lua:onThink Description: attemp to index a nil value stack traceback: [C]: in function...
  15. belier140

    Lua [Help] Talkaction to Globalevent

    Thanks for your answer, sadly changing onSay to onThing and moving the file/adding the line to globalevents.xml didnt make the job, i keep getting errors in console. Theres nothing else o should change? the functions or something?
  16. belier140

    Lua [Help] Talkaction to Globalevent

    Bump ._.
  17. belier140

    Lua [Help] Talkaction to Globalevent

    Hello everyone, could someone help me to make a global event from a talkaction? I cant find the way to do it, thanks in advance for your help. Here's the script: config = { center_pos = {x = 16936, y = 16697, z = 8}, item = 8304, aid = 4003, effect = CONST_ME_ENERGYAREA, teleportPosition =...
  18. belier140

    Help with mount system =(

    Rlly thnx for the answer ^_^.... but still not working :(
  19. belier140

    Help with mount system =(

    BUMP ._. please someone help me
  20. belier140

    Action Working Demon Oak Quest

    Hello, i'd like some help im using TFS 3.7 and the mounts system stop working after i enable this demon oak lib, can you help fixing it? Thnx in advance, here's my taming code: --[[ The 'CHANCE' values that I'm not sure about have been defaulted to 40% TODO: Get real FAIL_MSG and...
Back
Top