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

    CreatureEvent Upgrade weapon by killing monsters!

    I'v read the comments so take this as a request and maybe someone could be kind enough to figure it out but here is the error given by the original script tested on TFS 0.3.6: The latest script which was by @cbrm sadly it was for 0.4 but I gave it a shot and nothing happens. If anyone has a...
  2. WhiteOut

    [MOD] Rush Event / Team Battle with scores

    @kito2 as far as console errors there are none but there is a few different issues and one is that if any player in the game would to die they get spawned in red pos. The Rush Event script itself is extremely nice and very handy but due to the death problem it makes this event un-due'able but I...
  3. WhiteOut

    Your server has to be online if you want to add it to our list!

    At the moment I am doing an 0.3.6 TFS Crying Damson, I do not have an "online counter for xlogs" that being said I've posted several other servers in the past that didn't have that program till months later. So that's why I do highly doubt that would be the cause and also yes I do have a...
  4. WhiteOut

    Your server has to be online if you want to add it to our list!

    As the title says thats the error I get when trying to post my new OT; I have posted my OT before (I took it off and now re-entering it due to always getting a 24 hour ban for "spoofing" due to trying to edit my server "I changed exp rates" and wanted to avoid the 24 hour ban non stop; well it's...
  5. WhiteOut

    [MOD] Rush Event / Team Battle with scores

    Would be very nice; I keep trying to edit these scripts and nothing seems to be working for me. My scripting skills are pre-historic lol Thanks @WibbenZ ~Sin
  6. WhiteOut

    [MOD] Rush Event / Team Battle with scores

    They work great for 0.3.6 and it looks amazing till you find out that all the scripts here do one thing or the other error wise. One: Gives reward BUT any player who dies in game (not in event) automatically gets put into the event pos's. Two: Doesn't give reward & doesn't temple the characters...
  7. WhiteOut

    SendAnimatedText if wairing full set?

    Globalevents.xml Set the interval to your pleasing. ~Sin
  8. WhiteOut

    Solved Boss Event

    What do you mean by raid xml because I got the raid lua inside globalevents and the standard raid folder inside data which all the raid xml's ~Sin
  9. WhiteOut

    Solved Boss Event

    As I predicted: 22:46 Frost OT has been online for: 2 hours and 20 minutes. I set my globalevent.xml to: <globalevent name="raid" interval="7200" event="script" value="raid.lua"/> I edited it to 7200 then I did my restart after words (the events do work I can trigger them by cmd at any...
  10. WhiteOut

    Solved Boss Event

    Alright bud, I use to do the interval as 3600 but to entertain the thought I'll go ahead and do 7200 to see how if it finally wants to do it on point (4 hours = 2 random events) Thanks Dominique120 ~Sin
  11. WhiteOut

    Solved Boss Event

    Hope you didn't give up @dominique120 , I do use 0.3.6 TFS ~Sin
  12. WhiteOut

    Solved Boss Event

    Well hopefully you don't mind sorting it out I'd greatly appreciate it: globalevents.xml: <globalevent name="raid" interval="6" event="script" value="raid.lua"/> globalevents/scripts/raid.lua: local storage = 1344 local raids = { "Morgaroth", "Ghazbaran", "Undead Jester"...
  13. WhiteOut

    Solved Boss Event

    Could you please show the script (or update your original to share with us?) Thank You. ~Sin
  14. WhiteOut

    SendAnimatedText if wairing full set?

    Yea my mistake sorry was trying to do multiple scripts at once and sense I had you looking at this one I felt safe to go do another one haha but here is the working one: if getPlayerPromotionLevel(cid) == 2 and getPlayerSlotItem(cid, CONST_SLOT_HEAD).itemid == t[3] Thank You Ninja...
  15. WhiteOut

    SendAnimatedText if wairing full set?

    Any idea's Mr. @Ninja, would really appreciate it. ~Sin
  16. WhiteOut

    SendAnimatedText if wairing full set?

    Doesn't shoot any error's just simply doesn't work I tried: if getPlayerPromotionLevel(cid) == 3 and getPlayerSlotItem(cid, CONST_SLOT_HEAD).itemid == t[3] I also tried: if getPlayerPromotionLevel(cid) == 3 and getPlayerSlotItem(cid, CONST_SLOT_HEAD).itemid == t[3] [I]~Sin
  17. WhiteOut

    SendAnimatedText if wairing full set?

    Out of curiosity @Ninja would you know how to make this script work only if they have a certain promotion? (Third Promotion) ~Sin
  18. WhiteOut

    SendAnimatedText if wairing full set?

    Awesome moment, while I was writing why it didn't work I found out why it didn't so thank you for the layout; using this myself. Big props @Ninja Thank You. ~Sin
  19. WhiteOut

    SendAnimatedText if wairing full set?

    Alright it works perfectly thank you @Cthugha, I for some reason couldn't think of "RIGHT/LEFT" I was thinking "RIGHTHAND/LEFTHAND" lol been awhile for a while trying to get back into it; Thank You! @Extrodus This is Ninja's (mine's a lot longer due to what I added) globalevents.xml: (You Can...
  20. WhiteOut

    SendAnimatedText if wairing full set?

    I tried out Ninja's script and it works perfectly so I took liberty in adding slot's as in necklace and did my own little edit to it; that being said I was hoping to find out if there is a way I can add in shield slot and weapon slot? (either hand works) If anyone has any idea's I'd be happy to...
Back
Top