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

    Command available after using item.

    I need an item that will allow a player's outfit to become a rainbow outfit and I don't want it to be temporary, just until he uses item again. Can someone help? I will gladly rep anyone that gives any sort of help :)
  2. Seanr

    Outfit changer

    function onUse(cid, item, fromPosition, itemEx, toPosition) local v, tmp = math.random(333), getCreatureOutfit(cid) while isInArray({tmp.lookType, 75, 135, 266, 302}, v) == TRUE or v <= 1 or (v > 160 and v < 192) or v > 333 do v = math.random(351) end tmp.lookType = v...
  3. Seanr

    Rainbow outfit Creature

    EDIT: Nevermind, since no one wants to help.
  4. Seanr

    Potions problem..?

    I am using Windows - - - Updated - - - BUMP!
  5. Seanr

    Potions problem..?

    I am kinda new at this so where do i go about this?
  6. Seanr

    CreatureEvent deleted thread

    BRING UP HIS POST! Help :)
  7. Seanr

    Potions problem..?

    Okay so I feel like this is very simple to fix but I can't fix it.. The problem is like this: 00:39 Using one of 29 great mana potions... but in all reality..lol...I have like 600 great manas on my character... wtf?
  8. Seanr

    Help please!

    b u m p !
  9. Seanr

    Action Use item - get outfit!

    How Can I make this give custom outfits with newtypes? - - - Updated - - - bring up this post!
  10. Seanr

    Request for custom outfits and scripts for NPC!

    Okay this works and players will receive outfit but I still get this error: [Error - Npc interface] data/npc/scripts/outfiter.lua:onCreatureSay Description: <luaDoPlayerAddOutfit> Player not found and I wanna add bonuses to these outfits like addon bonuses for outfits with addons and i tried...
  11. Seanr

    Lua No potion exhaust!!! HELPP!!!

    I have fixed it myself but thanks for asking!
  12. Seanr

    Help please!

    Yeah, Evan this is true. So what can be done to fix this?
  13. Seanr

    CreatureEvent deleted thread

    This sets non-pvp to whole server! How can I fix?
  14. Seanr

    Help please!

    /data/config.lua Lua Code: noDamageToGuildMates = true -- if true then no damage, if false then damage noDamageToPartyMembers = true -- if true then no damage, if false then damage /creaturescripts/scripts/partyAndGuildProtection.lua function onCombat(cid, target) if(isPlayer(cid) and...
  15. Seanr

    Custom Outfit and Quest Items. Help please.

    b u m p
  16. Seanr

    Custom Outfit and Quest Items. Help please.

    I get this error: [Error - Npc interface] data/npc/scripts/exchange.lua:onCreatureSay Description: <luaDoPlayerAddOutfit> Player not found You know why?
  17. Seanr

    Request for custom outfits and scripts for NPC!

    Okay the NPC takes item and sparkles appear on player but outfit is not added? what you think?
  18. Seanr

    Lua No potion exhaust!!! HELPP!!!

    Please help?
  19. Seanr

    0.3.4pl2 errors

    I have same problem as danielh70. How do I fix this v? [22/06/2009 12:33:29] [Warning - MoveEvent::configureEvent] Wrong vocation name: Elder Druid
Back
Top