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

    [Application] Player Editor (I need item images)

    If you meen images for items, i have a few. Here you go.
  2. Protegy

    Rate your self ( Your PVP )

    Paladin = 8/10 Knight = 9/10 Sorcerer = 9/10 Druid = 10/10
  3. Protegy

    Key door

    I'll see what i can do tomorrow, but right now im going to bed.
  4. Protegy

    T-Shirt.

    Its kinda plain, and it would look cooler if there was a dude doing a trick on the bike, rather than the bike just standing there. Also "We're impossible" what does that even meen? It should have said "Doing the Impossible". But that's just my opinion.
  5. Protegy

    Giving REP+ for anyone who helps me!

    Did you replace the original talk actions that came with the server when you downloaded it?
  6. Protegy

    NPC Future traveling

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  7. Protegy

    NPC Future traveling

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  8. Protegy

    Need some advice

    So i have a lv 50 druid with 45 Magic Level, and i have a lv 45 paladin with 67/60 skills. I was wondering which one is a better vocation? Because i've noticed i can't really hunt on my druid without pots, but also my paladin takes alot of money for spears and health pots... So which character...
  9. Protegy

    Requesting Tutor Quest + Npc's

    NPC 1 local config = { quest_one = 1445 quest_two = 1446 } if getPlayerStorageValue(cid, quest_one) == 0 then doPlayerSendTextMessage(cid, 19, "May I help you with something?") if msgcontains(msg, 'Tutor Quest') then doPlayerSendTextMessage(cid, 19, "Would you like to start the Tutor...
  10. Protegy

    Team Elves VS Orcs

    Name: Protegy Age:17 Location: U.S.A Experience: Worked on a couple of servers that are not currently active anymore. Position: Scripter Samples of your work: Don't have any atm, new computer. Contact Info: Msn:[email protected]
  11. Protegy

    Help In Zombie

    Could you post your zombie script here. I'll see what i can do.
  12. Protegy

    How to remove the exhaust from a specific rune?

    Go into data/spells/spells.xml then you find the name of the rune you want to edit For Example im using a Magic Prison rune here is what it should say: <rune name="Magic Prison" id="2272" charges="1" maglv="20" exhaustion="2000" blocktype="solid" allowfaruse="1" event="script"...
  13. Protegy

    Problem with Last Man Standing Event!

    Abbe post your scipt here, ill see what i can do.
  14. Protegy

    Item Loss Less EXP after death [New AOL]

    Aaah i see, i will edit it a bit and see what i can do.
  15. Protegy

    Item Loss Less EXP after death [New AOL]

    How Scripts Works: What you do is, you click on an item (of your choice) then it will transform to the new 50% less death loss, item. Then you put that item on and you will get 50% less death loss when you die. But you will have to do this every time you die. Note: What this script does is...
  16. Protegy

    Scripter Need a Scripter to my Server! Rewarded with Money!

    I'll be more than happy to help you. Pm me with details.
  17. Protegy

    GMs/CMs can't see higher group_id while invisible

    Gms cant see CMs if they are in ghost mode. CMs can't see GODS while they are in ghost mode. This is how its always been.
  18. Protegy

    Temple Potions

    Here try this. function onUse(cid, item, fromPosition, itemEx, toPosition) local mana = getCreatureMaxMana(cid) local maxheal = (mana * 0.05) local min,max = 1+getPlayerLevel(cid)*0.4+maxheal , 50+getPlayerLevel(cid)*0.6+maxheal if exhaustion.check(cid,1990) == true then min = min *...
Back
Top