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

    MoveEvent Updated Train System

    and the credits??
  2. Mock

    [Items] Working Items Including All Zao ITEMS for 8.54 ->

    here is the place to mods and lua functions not xml
  3. Mock

    Selling Scripts for sell! By mock

    okay :p
  4. Mock

    [APCL] Awsome player class lib v.1.0 - Like revscripts!

    @Socket i dont need user newproxy to change __index and newindex. i put only to test if it change something so i forgot :P
  5. Mock

    Selling Scripts for sell! By mock

    Anti cavebot: 15 u$ Zombie event: 20 u$ If you want just reply and i send the MSN to contact. Can you tell me more? msg by PVT
  6. Mock

    Selling Scripts for sell! By mock

    hum, explain more '-'
  7. Mock

    Selling Scripts for sell! By mock

    dudes if you wont want buy a script please don't post ¬¬
  8. Mock

    Selling Scripts for sell! By mock

    Sorry i am here to sell scripts not source changes.
  9. Mock

    Selling Scripts for sell! By mock

    not everything, i am here to sell scripts without soruce changes :d
  10. Mock

    Selling Scripts for sell! By mock

    Hello, i am here to sell some small or medium scripts. Some informations: I work with: TFS 0.3.6 TFS 0.4~ Open Tibia Payment: I accept only paypal You ask and then i say if i can make it and price and MSN to contact. The process It´s simple, you ask for a code. I´ll tell you if i can make...
  11. Mock

    [APCL] Awsome player class lib v.1.0 - Like revscripts!

    will be a new face if liek TFS start to use this lib :P
  12. Mock

    Action Perfect items upgrade 2.0 -- Slot sytem

    Test, if work msg me --- Perfect refine system by Mock the bear (MTB). --- Email: [email protected] -- &a = weapon attack -- &d = weapon defense -- &s = shield defense -- &p = armor defense -- # = nivel do item -- @ = max level local gain = { gainArmor='&p+(1)',loseArmor='&p-(1)'...
  13. Mock

    Action Action using player class lib v 1.0

    But some are shorten: cid:doCreatureSay('Ahhh',1) ^the same of doCreatureSay(cid,...) but you can: cid:dosay(...) cid:docancel(...) [OBJ]:[METHOD][VALUE](PARAMS) [cid]:[do][say](...) cid:dosay(...) Check: Player['do'] = { ['move'] = doMoveCreature, ['summom'] = doSummonCreature...
  14. Mock

    Action Action using player class lib v 1.0

    it's like revs :P but when you set cid.health = 100 it works like a function (instant) no delay
  15. Mock

    Action Action using player class lib v 1.0

    This function it's only an example... This action need use this lib: http://otland.net/f163/apcl-awsome-player-class-lib-v-1-0-like-revscripts-125079/ This code convert all health in mana points. Done using the lib: local health_per_cycle = 100 function onUse(cid,item) local cid =...
  16. Mock

    Stolen Server

    you can process him and get some money :D if some one do it with me it's sure i will process. But before any thing i bought i try get some personal informations :p
  17. Mock

    [APCL] Awsome player class lib v.1.0 - Like revscripts!

    Why you don't follow your signature? XD ok fixed, you right '-'
  18. Mock

    [APCL] Awsome player class lib v.1.0 - Like revscripts!

    Bugs fixed and features add! You can use the command now like: U = Player:new(cid) U.storage = U:pack(6544,25) U.skillrate = U:pack(SKILLID,RATE) --- ^ this is equal to setPayerStorageValue(cid,6544,25) doPlayerSetSkillRate(cid,SKILLID,RATE) and please report bugs :(
  19. Mock

    [APCL] Awsome player class lib v.1.0 - Like revscripts!

    thx, i thought the already came with the doPlayerSetLevel
  20. Mock

    [APCL] Awsome player class lib v.1.0 - Like revscripts!

    not all Player.get = { -- --Health ['health'] = getCreatureHealth, ['maxhealth'] = getCreatureMaxHealth, --Mana ['mana'] = getCreatureMana, ['maxmana'] = getCreatureMaxMana, ['requiredmana'] = getPlayerRequiredMana, ['spentmana'] = getPlayerSpentMana, --ETC ['position'] =...
Back
Top