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

    Function For Remove Teleport?

    hi otlanders i have this script, for Pythius the rotten quest (Firewalker Boots) need help to create a function to remove teleport this is my script local last = 0 local delay = 60 * 60 * 3 function onUse(cid, item, fromPosition, itemEx, toPosition) if (itemEx.uid <= 65535 or...
  2. pugamoline

    Action Stamina Refiller new script

    This is a example .. of how to refiller full stamina You can't use this item after a fight or you have 42 hours stamina with logs in [/data/logs/stamina.txt] local cfg = { level = 20, ---minimum level itemid = 10173, --the itemid when you use this script...
  3. pugamoline

    Player not die at 0 hp [MOD]

    hi this scripts is "zombie event" zombie atack to player and player lose hp ok. and same time player have 0 hp and not die <event type='statschange' name='zombieEventStatsChange' event='script'><![CDATA[ domodlib('zombieEvent_conf') function onStatsChange(target, cid, changetype, combat...
  4. pugamoline

    GlobalEvent Guild Clean

    hi :) this script remove inactive players from guild at 7 days. -- [[> Automated Remove Inactive Players From Guild //PUGAMOLINE <]] -- function getLastLoginDiff(name) if type(name) ~= "string" then return name end local res = db.getResult("SELECT `lastlogin`...
  5. pugamoline

    [LUA] 0.4 TFS Functions

    Hard-Coded Functions getCreatureHealth(cid) getCreatureMaxHealth(cid[, ignoreModifiers = false]) getCreatureMana(cid) getCreatureMaxMana(cid[, ignoreModifiers = false]) getCreatureHideHealth(cid) doCreatureSetHideHealth(cid, hide) getCreatureSpeakType(cid) doCreatureSetSpeakType(cid...
  6. pugamoline

    Modern AAC Highscore Page.

    hello otlanders! I need help on this script for the page higscores is displayed by vocation! this script only see the `id` and need fix for `name` php code script. echo "<option value='vocation' ".set_select('vocation', 4)." value='4'>Knight</option>"; Example: this is...
  7. pugamoline

    [REQUEST] Yalahari Last Mission Problem!

    Hi otlanders! i have problem in local GLO.. yalahari 10th mission my server is 0.4_rev 3777 pressing the globe gives me the following error example: This is my azerus.lua (action) -- Yalahar 10th mission By QuaS~~ function mapArea(fromPos, toPos, stack) -- Area iterator by...
  8. pugamoline

    [REQUEST] OnAdvanced

    Hi Otlanders, need help in this script! Is possible this function in advanced, refill full mana and hp? on skill advanced (lvl,magic,sword,club,shielding etc) example: Advanced in Sword fighting add mana and hp full doCreatureAddHealth(cid, getCreatureMaxHealth(cid))...
  9. pugamoline

    Woe, problem magic wall

    I have a small problem in "War of Emperium" players can use rune magic wall that people can not conquer the castle, some solution to the rune can not be used in x "town" this is a example: local fromPosition = {x="1000", y="1000", z="0"} local toPosition = {x="1000", y="1000"...
  10. pugamoline

    Team Need new team for my new project Gamerworld.cl!

    hello, im puga from chile! 25 Years Old webpage: Tibia GamerWorld - Latest News I am looking for a team for my project called Gamerworld.cl 8.60 tfs 0.4_dev rev 3777 fixed best rev for 8.6 War-System, Woe, all citys Thais,Venore,Ab'dendriel,Carlin,Ankrahmun,Darashia,Port Hope, edron etc..with...
  11. pugamoline

    [Requests] Automatic Blessing Check On Login

    I was thinking that the characters sometimes need to verify whether or not blessings therefore wanted to know if there is a script that shows entering the game for the blessings .. example FALSE: 19:21 Check Automaticaly of blessings. 19:21 First bless: not working, go to Norf NPC -...
  12. pugamoline

    OnKill noob char, teleport him and no frag.

    Hi there, I have been thinking a lot on how about to solve noob chars in wars... Protection system just sux, it doesnt work really well... So I have an idea: When you kill a player that has level X or less, he gets teleported to temple and also the killer doesn't get a frag, when dead this...
  13. pugamoline

    [movements] Console Problem!

    hi! i have this error in my console need help for fix this! [9/12/2011 17:0:49] [Error - MoveEvents Interface] [9/12/2011 17:0:49] In a timer event called from: [9/12/2011 17:0:49] data/movements/scripts/storagereset.lua:onStepIn [9/12/2011 17:0:49] Description: [9/12/2011 17:0:49]...
Back
Top