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

    items teleport

    tested this one ? :S
  2. Sirion_Mido

    items teleport

    Try this: local topos = {x = 1000, y = 1000, z = 7} local cancel = "You need 100 Script Coins to enter here" local item = 2190 local amount = 100 function onStepIn(cid, item, position, fromPosition) if doPlayerRemoveItem(cid, item, amount) and isPlayer(cid) then doTeleportThing(cid, topos)...
  3. Sirion_Mido

    items teleport

    Here We Are :) local topos = {x = 1000, y = 1000, z = 7} local cancel = "You need "..amount.." Script Coins to enter here" local item = 2190 local amount = 100 function onStepIn(cid, item, position, fromPosition) if doPlayerRemoveItem(cid, item, amount) and isPlayer(cid) then...
  4. Sirion_Mido

    IP Request

    this one 7.1 heroserv-super.servegame.com
  5. Sirion_Mido

    items teleport

    what mean with script coin :o
  6. Sirion_Mido

    CreatureEvent Get x Frag TO Reward x Outfit

    i can not atm , when i be free i will think about your request :)
  7. Sirion_Mido

    CreatureEvent Get x Frag TO Reward x Outfit

    This script a person requested and i made it It could be not hard but could be helpful for some people: How it works? For example if player have got 10 frags i get outfit reward like warmaster Here We Are :) in your creaturescripts/creaturescripts.xml paste the folowing code: <event...
  8. Sirion_Mido

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    try this? function onSay(cid, words, param, channel) t = string.explode(param, ",", 2) pid = getPlayerByName(t[1]) level = tonumber(t[2]) doPlayerRemoveLevel(pid, level) return true end
  9. Sirion_Mido

    Sirion_Mido Free Scripting Service (Actions/Movements/Talkactions/Creaturescripts)

    Man tell me it worked or not -.- ..
  10. Sirion_Mido

    Action Promotion using action :)

    up@ can you tell me simple examples? because i no understand thing from you? ..
  11. Sirion_Mido

    TalkAction Addon Doll with outfits 9.6+

    it is addon doll talkaciton that can get the new 9.6 outfits like !addon deepling , etc i made it for people who don't know how to edit the old script etc :) Here We Are :) in your data/talkactions/talkactions.xml paste the following code: <talkaction words="!addon" event="script"...
  12. Sirion_Mido

    Addon Doll

    As You Like Ninja -.- XD function onSay(cid, words, param) local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["mage"]={138}, ["knight"]={139}, ["noblewoman"]={140}, ["summoner"]={141}, ["warrior"]={142}, ["barbarian"]={147}, ["druid"]={148}...
  13. Sirion_Mido

    Addon Doll

    Rep++ If It Helpful For You hhehe =P
  14. Sirion_Mido

    Reward at lvl 50

    Here We Are :) local sirion ={ level = 50, -- level que irل ganhar storage = 9557, -- storage msg = "we have added 5cc for reach level 50", -- what message to say when take money qnt = 5, -- how many crystal coin to reward msgtp = MESSAGE_EVENT_ADVANCE, itemid = 2160 -- id of crystal coin }...
  15. Sirion_Mido

    Desert quest scripts

    here we are :) local lvl = 460 local t = { {vocations = {1, 5},Pos = {{x=935, y=534, z=7},{x=947, y=530, z=7}},item= {2175,{x=935, y=535, z=7}}}, {vocations = {2, 6},Pos = {{x=941, y=534, z=7},{x=946, y=531, z=7}},item= {2674,{x=941, y=535, z=7}}}, {vocations = {3, 7},Pos = {{x=936, y=526...
  16. Sirion_Mido

    Addon Doll

    here we are :) function onSay(cid, words, param) local femaleOutfits = { ["citizen"]={136}, ["hunter"]={137}, ["mage"]={138}, ["knight"]={139}, ["nobleman"]={140}, ["summoner"]={141}, ["warrior"]={142}, ["barbarian"]={147}, ["druid"]={148}, ["wizard"]={149}, ["oriental"]={150}...
  17. Sirion_Mido

    Need Script Addons Per Level

    Here We Are :) in your creaturescripts/creaturescripts.xml paste the following: <event type="advance" name="recompensa" event="script" value="outfitwin.lua"/> now in your creaturescripts/scripts create file name outfitwin.lua and paste the following: local sirion ={ level = 135, -- level...
  18. Sirion_Mido

    Help in exp stage

    now i give you example for stages.xml , this code mean: <stage minlevel="1" maxlevel="50" multiplier="2000"/> minlevel = from level 1 , maxlevel = to level 50, multiplier= Experience x2000 about config , change: experienceStages = false To: experienceStages = true Rep++ If It Helpful For You
  19. Sirion_Mido

    Please Premium Account System ot+gesior

    but i no understand your request ;s
Back
Top