• 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!

Recent content by Stewie

  1. Stewie

    Hoster War-Project [8.6] needed hoster.

    here the download: Warots
  2. Stewie

    NPC Guild Manager

    Someone have NPC Guild Manager ?
  3. Stewie

    OTServlist.org OFF?

    me too
  4. Stewie

    OTServlist.org OFF?

    The Otservlist closed?
  5. Stewie

    Automatic Level Reward

    in Creatureevents
  6. Stewie

    Lua Function

    Hi in TFS have this function function doPlayerSetExperienceRate(cid, value) return doPlayerSetRate(cid, SKILL__LEVEL, value) end This change experience of player,have a function change Experience from Players?
  7. Stewie

    Put 2 wall in one lever

    Thaks Santi working
  8. Stewie

    Need irc system from web site to client game

    here a Request don't market.I did't see him saying Buying.
  9. Stewie

    Put 2 wall in one lever

    @Bogart i have tested yours but don't work,simple no error only don't work. @andypsylon [13/12/2011 13:04:52] [Error - Action Interface] [13/12/2011 13:04:52] data/actions/scripts/lever.lua:onUse [13/12/2011 13:04:52] Description: [13/12/2011 13:04:52] data/actions/scripts/lever.lua:11...
  10. Stewie

    Put 2 wall in one lever

    @andypsylon Ok,this remove walls but don't create on places. [13/12/2011 02:36:32] [Error - Action Interface] [13/12/2011 02:36:32] data/actions/scripts/lever4.lua:onUse [13/12/2011 02:36:32] Description: [13/12/2011 02:36:32] (luaDoRemoveItem) Item not found
  11. Stewie

    Someone can put exhaust?

    Hi,someone can put 5 seconds of exhaust in this script? function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Fale assim !t 1,!t 2,!t 3 ate !t 5.") return true end...
  12. Stewie

    Put 2 wall in one lever

    Hi,how i can add other wall in this lever: local gatepos = {x=485, y=450, z=6, stackpos=1} function onUse(cid, item, frompos, item2, topos) local getgate = getThingfromPos(gatepos) if item.itemid == 1945 and getgate.itemid == 1061 then doRemoveItem(getgate.uid, 1)...
  13. Stewie

    Lua Random Color

    Thanks.
  14. Stewie

    Lua Random Color

    Hello, how i can put this fuction for random colours doSendAnimatedText(getPlayerPosition(cid), "FRAG !", TEXTCOLOR_RED)
Back
Top Bottom