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

    Lua Actions Script Help

    I'm trying to make it so I use a pick on a blood stain (ID 1901) and it teleports you to this position. The Blood Stain has the action ID 1000 in the map editor - "16:22 You see a bloodspot. ItemID: [1901], ActionID: [1000]." 2553 is a pick. function onUse(cid, item, fromPosition, itemEx...
  2. I

    Two Actions

    What I would like is: 1; Use an item, say... shovel on a pillar and it teleports you to X, Y, Z 2: Can't enter a door without a specific item in your backpack. Also a specific level. Thankyou, (:
  3. I

    [solved]

    Solved
  4. I

    Pokemon Levels

    I'm requesting a script that gives levels to monsters. I'm running a PokeServer and I'd like for the pokemon to have level,s e.g. "You see an Oddish[12]." and the number is his level. AND, if I were to catch him and use him, he'd gain levels, say.. after an hour or two of hunting "You see an...
  5. I

    Upgrading system?

    I'm not sure how this would work, but I've created 10 custom sets in my server and I would like to request a script so that when you "use" the item after saying !enhance it has a chance of breaking/upgrading. For example; I have a crossbow, which is a rank 2 weapon. I want to upgrade it to...
  6. I

    Promotion problem...

    I'm using Crying Damson server, 8.54... I'm testing my server/custom map with my friend... We get level 20, get promotion... We die, at vampires. Log-in at level 1. Does anyone know what the problem is? :S
  7. I

    Changing town temple positions?

    A friend and I have been making a custom map & now we've decided to test it. I changed all our temple positions to that of the town, we log on in the towns temple. I changed the config.lua, also. The "newCharacterSpawnPos" stuff. I changed the account managers temple position. Also, in the...
  8. I

    Giving protection to items?

    How would I give protection to an armor? Say; Protection against all 5%? Like, the protection against fire stuff... I've seen this a lot on OTs and I have no idea O_O Can someone tell me what the line is? I know where to put it, etc.
  9. I

    Lua Storage vaule...

    function onSay(cid, words, param) local STORAGE = 31337 if doPlayerRemoveItem(cid, 7371, 1) then doPlayerAddItem(cid, 9971, 10) setPlayerStorageValue(cid, STORAGE, 1) doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "You've traded a bronze goblet for 10GI.") else...
  10. I

    Lua Change gold

    I'm trying to get crystal coins to change to gold ingots, but I keep failing. I don't understand it :/ Here's my changegold.lua: local coins = { [ITEM_GOLD_COIN] = { to = ITEM_PLATINUM_COIN, effect = TEXTCOLOR_YELLOW }, [ITEM_PLATINUM_COIN] = { from = ITEM_GOLD_COIN, to =...
  11. I

    Lua Manaruneee.

    I need a manarune that heals like a ultimate healing rune, depending on level to heal. That's all. I been finding it hard to find one & make one. It'd be great if someone could give me a script. Thanks :D!
  12. I

    Windows Router...

    I have gotten a new router and a laptop. I've port-forwarded 7171, 7172. Now I've just tried to use the "Port-checker" thing. It has said: And I have forwarded it, here's the screenshot: Does anyone know whats going wrong? As far as I know, this is how to port-forward. I'VE TRIED PORTS...
  13. I

    /promote command

    I've looked around, And im the only dumbshit who cant get the /promote command working, for the Crying Damson 8.5 serv~ I've tried so much, i cant get it working.. can somone show me an example? :D
  14. I

    Pvp Experience too high.

    Alright, i got Exp with pvp turned on in the config. I let my mate kill me to see how many levels he'd get from killing me, I was 4 levels higher than him and he got 10 levels off it. How can i change the PVP Experience? so he would get only 1-2 levels. Thanks.
  15. I

    Outfits

    I am trying to make a outfits command for normal playes and it cost 500K to buy the outfit. I have dis so far. function onSay(cid, words, param) if doPlayerRemoveMoney(cid, 500000) == 1 then doPlayerSendTextMessage(cid, 21, "You have bought this outfit.") else...
  16. I

    TalkAction Level 100 Prize

    I am like.. very new to scripting and I like talkactions alot. So I am trying to make a talkaction that gives you a prize at level 100 and you can only use it once and says "Congratulations -playername- You have reached level 100. Here is your prize" So far I got dis function onSay(cid...
  17. I

    TalkAction Weapon Attack Editing

    I need a script that will edit the attack of a Dagger [2379]. when it is in your hand, this has to be for GM only. So I would have to say /editatack "number of attack so if I have a Dagger in my hand and I say "editattack "1000000" I look at the dagger and should say 23:12 You see a...
  18. I

    Starterkit

    Can someone make me a Talkactions script where u say "!starterkit" and u get the following items. "Steel helmet (2457), Plate armor (2463), Plate Legs (2647), Leather boots (2643), Bright Sword (2407), Dwarven Shield (2525), Amulet of Loss (2173), Rope (2120), Snakebite Rod (2182), Wand of...
  19. I

    Guild Master

    Can somone please make a guild master, i download a Armonia server 8.4 and i use MYSql, the !createguild <guildname> doesnt work, it crashes server, so i need a Guild master. I would be really happy if somone posted one for me. Thankyou ;D
  20. I

    !broadcast "~msg here~

    Can somone please make me broadcast talk action, so when u say !broadcast ~msg here~ it takes 3cc and broadcasts a msg ;D Thankyou.
Back
Top