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

    from 0.3.6 to 0.4, i developed an issue.

    creaturescripts.xml <?xml version="1.0" encoding="UTF-8"?> <creaturescripts> <event type="login" name="PlayerLogin" event="script" value="login.lua"/> <event type="login" name="PlayerSkills" event="script" value="loginSkills.lua"/> <event type="joinchannel" name="GuildMotd"...
  2. PB3LL

    from 0.3.6 to 0.4, i developed an issue.

    registerCreatureEvent(cid, "Mail") registerCreatureEvent(cid, "GuildMotd") registerCreatureEvent(cid, "Idle") if(config.useFragHandler) then registerCreatureEvent(cid, "SkullCheck") end registerCreatureEvent(cid, "ReportBug") registerCreatureEvent(cid...
  3. PB3LL

    from 0.3.6 to 0.4, i developed an issue.

    function onThink(cid, interval) if isCreature(cid) then if getPlayerStorageValue(cid, eventConfig.ctfFlagStorage) > 0 then doSendMagicEffect(getCreaturePosition(cid), eventConfig.ctfFlagEffect) end end return true end eventConfig.ctfFlagEffect is set to...
  4. PB3LL

    $20 usd if you help me setup my server on my spigu hosting service

    thanks! got enough help.
  5. PB3LL

    Compiling Map and Scripts finished, whats next?

    @Efren thank you!
  6. PB3LL

    Compiling Map and Scripts finished, whats next?

    Hello and thanks for viewing my thread. I have some questions regarding compiling and putting a server online: I am using tfs 0.3.6 crying damson v8 & I have just finished creating and testing my map and lua scripts. This is where I am confused: Do I need to compile now or can I go straight...
  7. PB3LL

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    @Eduardo170 this thread is rarely checked.. might be better off sending a PM or finding another source.
  8. PB3LL

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    @Xikini https://otland.net/threads/xikinis-free-scripting-service-0-3-7-0-3-6-0-4.234306/page-30#post-2383096 any updates related to this at the moment?
  9. PB3LL

    Hoster Damon's Hosting Service|PREPAID|VPS-Unlimited

    DAMN! I missed this. Was looking for a hosting solution!
  10. PB3LL

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    @Xikini any word on the next script release? Bump. I dont mind doing script testing..
  11. PB3LL

    Is having a cast system essential in an otserver?

    Does cast system work for 8.6 servers??
  12. PB3LL

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    @Xikini the best news I heard all week! Can't wait for the release
  13. PB3LL

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    could you do a lottery NPC that works with tfs 0.3.6? NPC - Lottery Npc v1.0 - this one doesn't quite get all the features but maybe something you could go of off? Lottery Npc - Variables: the item(s) being auctioned up to 3? the ticket prices number of tickets each player can buy max amount...
  14. PB3LL

    Need help trying to delay a Broadcast

    Problem has been solved. Thank you to everyone that helped. Here is a solution: <globalevent name="waitingroomcheck" interval="60" event="script" value="eventsystem/waitingroomcheck.lua"/> local config = { top_left_corner = {x = 1096, y = 937, z = 7}, bot_right_corner = {x = 1112, y = 945...
  15. PB3LL

    Need help trying to delay a Broadcast

    @Xikini thanks it worked as explained however; once players have been teleported out of the waiting room, it keeps sending an update: 06:32 10 more players required for the event. How do you stop it from broadcasting once the players have been teleported? It seems to be stuck in the loop thats...
  16. PB3LL

    Need help trying to delay a Broadcast

    thanks for the response @tokenzz i see now that i wasn't very clear in my initial post. I also see what you mean as well. I was looking for something to add to the line of code 'doBroadcastMessage...' that would delay the broadcast for a determined amount of seconds while ignoring the interval...
  17. PB3LL

    Need help trying to delay a Broadcast

    PMd
  18. PB3LL

    Need help trying to delay a Broadcast

    Still nothing. Its under function onThink(interval, lastExecution, thinkInterval)
  19. PB3LL

    Need help trying to delay a Broadcast

    I am finding myself editing a script that already has an interval of 1 <globalevent name="waitingroomcheck" interval="1" event="script" value="eventsystem/waitingroomcheck.lua"/> If I needed to add a interval for the broadcast, is there a way of doing this using 0.3.6? I tried, with no...
  20. PB3LL

    Mapper Maps on request

    this is exactly what I needed. Ill be first to test this out. PM'd.
Back
Top