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

    Healing Rune

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) function onCastSpell(cid, var) doPlayerAddHealth(cid, 800) return...
  2. 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...
  3. pugamoline

    [REQUEST] Yalahari Last Mission Problem!

    here the picture bro the globe only say: you have to wait some time for charge and the monsters not never appear
  4. pugamoline

    Iriana by Sasir

    yeah the original version y perfectly! > and the map have a big bug ^^ in tyrsung isle you need found a stone with (ACTIONID) the player use this stone and add automaic ccs soft boots dragon scale legs etc..
  5. pugamoline

    If Login

    yeah the script is bugged and add the same notation for all players!
  6. pugamoline

    acc manager + sha1

    UPDATE `accounts` SET password=SHA1(password) WHERE `id` = (100) >= 1;
  7. pugamoline

    Iriana by Sasir

    is a very god release i have this datapack!
  8. 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...
  9. pugamoline

    {help} removing duplicate unique ID 1000

    locate the uniqueid in action.xml or movements.xml and delete the duplicate id's!
  10. pugamoline

    Windows [Modern AAC] Guild sql error!

    http://otland.net/f118/modern-aac-fixed-guild-system-114330/
  11. pugamoline

    Don't create character Modern AAC

    the samplers here
  12. 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))...
  13. pugamoline

    Woe, problem magic wall

    Solved.. Make My Own Code
  14. 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"...
  15. 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...
  16. 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 -...
  17. pugamoline

    OnKill noob char, teleport him and no frag.

    Thanks kito :D
  18. pugamoline

    OnKill noob char, teleport him and no frag.

    only asked for a little help to improve the script and publish it in the same community and that many of us helps
Back
Top