• 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

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    Why don't you add payza (alertpay) to your releases ?
  2. J

    Exiva spell edit

    Yes it's possible, and I think I saw it somewhere on the forum.
  3. J

    Script !task search

    For example when you say !task rotworm queen it prints Aby ot... ~~ ??
  4. J

    Buying script and help with other 2

    You don't have to pay for anything, you could just ask for the script you want here to start off ...
  5. J

    Edit Change Outfit

    I pmed u my Skype, MSG me on there I don't rlly understand wut u r saying here - - - Updated - - - This should work as you requested. function onSay(cid, words, param, channel) local outfit = getCreatureOutfit(cid) local addons = outfit.lookAddons local exh_strg = 137 local...
  6. J

    Edit Change Outfit

    You mean, if the players have storage values 5054 or 5055, their outfits will change, otherwise not. Right?
  7. J

    Edit Change Outfit

    I have added the exhaustion and cleaned up the code a little bit.. function onSay(cid, words, param, channel) local outfit = getCreatureOutfit(cid) local addons = outfit.lookAddons local exh_strg = 137 local exh_time = 10 -- time in seconds if exhaustion.check(cid, exh_strg) then...
  8. J

    Edit Change Outfit

    Got it, I'll do it tomorrow, I'm not home, I'm using an iPad atm. Did it work btw? The storage shit.
  9. J

    Reward Movement

    I don't think you have to write this elseif (isPlayer(cid) == false) then -- Do Nothing end
  10. J

    Edit Change Outfit

    function onSay(cid, words, param, channel) --made in MG by Eskylo if not isInParty(cid) or getPlayerParty(cid) ~= cid then return doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Você n?o é l?der de uma party") elseif (getCreatureStorage(cid, 5054) == 1) or...
  11. J

    doSendAnimatedText(pos, text, color, player) --For 9.1+

    I've done so, but the empty message that keeps on sending is getting on my nerves, i'm gonna try and find out a way to stop it ...
  12. J

    Action Magic Wall!(Including Countdown) 95% Easy Configurtion!

    Edited my previous post, I don't know why they removed doSendAnimatedText function.. - - - Updated - - - Btw, if the player logs off it wont show, and it will only show to one player, i'm trying to fix that.. - - - Updated - - - Just add that to the script and it will work :P...
  13. J

    Action Magic Wall!(Including Countdown) 95% Easy Configurtion!

    This should work, haven't tested it though.. ----------------------------------THIS CODE WAS SCRIPTED BY: OTSWE------------------------------------ local random_txt_onsay = true -- When casting a wall, should the player cast random catch phrases? local otswe = { timer = 15, -- How long...
  14. J

    CreatureEvent Set Passwords to Doors

    I really like this script, good job :P
  15. J

    MoveEvent Teleport Online!

    What's that position at the end ?? Did you actually test this out before releasing it ??
  16. J

    Suggestion Improvement for Supprt/Request. (Making searches easier, and faster!)

    And? Is it going to be added or not ??
Back
Top