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

    killed monster creates a tp

    ooh... havent registred it in login.lua.... hehe, my bad! :D Thx
  2. M

    killed monster creates a tp

    Hey iw got this script thats supposed to make a tp to s specific place whene killed. But when it get killed theres no teleport and no errows.... cane someone lock at my scripts and tell me if im mission something? code in creaturescript <event type="kill" name="CreateTeleport"...
  3. M

    Item for specific voc

    Hey im changing some armors and want them to jsut be usege by sa specific voc. how do i change that?
  4. M

    Lever error

    great! :D but I want to get rid of the container and just buy one stack of 100 :)
  5. M

    Lever error

    but now im just buying a bp whit 20 potions in... just want to buy a stack whit 100, is that posible? :)
  6. M

    Lever error

    there u go.. culdnt find anything wrong ther ;P function doPlayerGiveItemContainer(cid, containerid, itemid, amount, subType) for i = 1, amount do local container = doCreateItemEx(containerid, 1) for x = 1, getContainerCapById(containerid) do...
  7. M

    Lever error

    got this script local config = { [5001] = {potion = 7618, cost = 5000, charges = 100, storage = 5001}, -- health potion [5002] = {potion = 7588, cost = 10000, charges = 100}, -- strong health potion [5003] = {potion = 7591, cost = 19000, charges = 100}, -- great health potion...
  8. M

    Vip teleport/mystic flame

    and all playes cane walk into the tp...
  9. M

    Vip teleport/mystic flame

    gets this error Error during getDataInt(vipdays)
  10. M

    Vip teleport/mystic flame

    im aint geting it right should i change it like this? function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerStorageValue(cid,11333) < 1 then if getPlayerLevel(cid) > 1 then getPlayerStorageValue(cid, 11333)...
  11. M

    Vip teleport/mystic flame

    okey! :)
  12. M

    Vip teleport/mystic flame

    where shuld I place my cordynats? and what cordynats where? :S doTeleportThing(cid, {x=toPosition.x+1,y=toPosition.y,z=toPosition.z}, TRUE) doCreatureSay(cid, "Welcome VIP Player!", TALKTYPE_ORANGE_1) else...
  13. M

    Vip teleport/mystic flame

    got a Error says: [Error - LuaScriptInterface::loadFile] cannot open data/actions/scripts/other/vip door.lua: no such file or directory [warning - Event::loadScript] cannot loas script (data/actions/scripts/other/vip door.lua) cannot open data/actions/scripts/other/vip door.lua: no such dile or...
  14. M

    Vip teleport/mystic flame

    sorry man... one more question... (a) if im using http://otland.net/threads/vip-system.19426/ vip system what shuld i change? a bit confused :(
  15. M

    Vip teleport/mystic flame

    Thx man! ur the best! :D
  16. M

    Vip teleport/mystic flame

    using nothing at the moment ... first want to know what I should do with the teleport before I start doing it. but if you have any tuteral to it too, I'm very grateful!
  17. M

    Vip teleport/mystic flame

    Hello all! iw serch all over the forums but culd not find anything abut it! I got a vip place i just want vip players to be able to go to, but i dont want any doors to my teleporter. Just want the vip players to be able to go stright in to the tp whitout any doors, and other "ordenery"...
  18. M

    NPC Error

    Hey guys! Im kind of a noob on 8.6.. When I try to buy rods and wands from my NPC "Eryn" it want work get this from my server [27/12/2013 23:27:55] [Error - Npc interface] [27/12/2013 23:27:55] (Unknown script file) [27/12/2013 23:27:55] Description: [27/12/2013 23:27:55]...
  19. M

    Vocation Armor Quest!

    Plz reuplod! :D
  20. M

    Need help finding Account Manager

    That save me a lot of time! Thanks so much! have just one last problem. how do I go healing potions will disappear after you used them? and how do I make it certain how much it heals. If I use a Strong healt potion so I want them to stand +178. how do I do! Once again, thank you!
Back
Top