• 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. Bruce Leal

    Add uniqueid on this script

    -bump Dont receive item with UniqueID, only item without UniqueID local unique_id = 1980 local storage = 45001 local levelReward = { [1] = {2, 10454, 1, "Sementes de Valholl"} } function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= SKILL__LEVEL or oldLevel >= newLevel then...
  2. Bruce Leal

    Add uniqueid on this script

    :eek::eek: Thanks !!!
  3. Bruce Leal

    Add uniqueid on this script

    Yesterday I added these lines however ... it did not work. The doubt is ... What I should for in the XML of creaturescripts, <event type="??" name="??" event="script" value="ganhaitemenxehp.lua"/> And... this will work for all rewards? local unique_id = 1980
  4. Bruce Leal

    Add uniqueid on this script

    ~bump
  5. Bruce Leal

    Add uniqueid on this script

    local levelReward = { [30] = 3, [50] = 5, [100] = 10 } function onAdvance(cid, skill, oldLevel, newLevel) doCreatureAddHealth(cid, getCreatureHealth(cid)) doCreatureAddMana(cid, getCreatureMana(cid)) for k, v in pairs(levelReward) do if newLevel == k and...
  6. Bruce Leal

    On look, temporary name

    -bump Hail @Xikini , not working the system :/ vocations::getVocation Vocation 429496577295 not found oops, my error hahaha the character doesn't have vocation, i had the repair at now. Thanks ! However... please read my message in your inbox Xikini
  7. Bruce Leal

    On look, temporary name

    Okay, i will do. Thanks (please, later see your inbox xikini-sama)
  8. Bruce Leal

    On look, temporary name

    Sorry Xikini, I did not understand..
  9. Bruce Leal

    On look, temporary name

    I will test, I'm sorry for making you crazy, lol. -Edit - Where is the itemID?
  10. Bruce Leal

    On look, temporary name

    -Bump Taking advantage of this topic, would you like to add the vip system in a scroll with uniqueid, or without uniqueid, @Xikini ?
  11. Bruce Leal

    On look, temporary name

    Ok Xikini, I will insert after my service, Thank you for the services, you are very good!
  12. Bruce Leal

    On look, temporary name

    So when set time VIP, will the player receive the tag of Blessed by Odin? By the time your VIP time runs out, will tag disappear? @edit I need to inset in addvip.lua your system? Or create new .lua and add in XML?
  13. Bruce Leal

    On look, temporary name

    -bump @Xikini Add vip script. function onSay(cid, words, param) access = 4 days = 30 player = getPlayerByName(param) daysvalue = days*3600*24 storageplayer = getPlayerStorageValue(player,13540) timenow = os.time() if storageplayer == -1 or storageplayer == 0 then time = timenow+daysvalue else...
  14. Bruce Leal

    On look, temporary name

    I Will send at night, im working now :S 09:42 At now, 12:00 is my break *-* and i send. @edit i get a time, sending the script. addvip.lua
  15. Bruce Leal

    On look, temporary name

    For a Donaters, when someone donate, will get the title As: Blessed by Odin. You see a John, he is an sorcerer, Blessed By odin. When expire the donate/vip time, i will remove the title, and back to "You see a John, he is an sorcerer." Curious: My server have nordic theme :p
  16. Bruce Leal

    On look, temporary name

    Tfs 0.3 - 8.60
  17. Bruce Leal

    Best game for Mobile

    I'm playing Last day on Earth, it's a very good online survival game, similar to Durango, which is a game with Dinosaurs but it's kind of "heavy" for my Moto G4 plus ... It actually runs, but not at 60 fps I believe that 45 ...
  18. Bruce Leal

    On look, temporary name

    Is it possible for a script to add a temporary name that disappears in seconds in the player's look? (example command: /changelookname John, Protector of thais) You see a John, he is a sorcerer, PROTECTOR OF THAIS The PROTECTOR OF THAIS, will disappear in 10 seconds.
  19. Bruce Leal

    Lua About Spells: Formula -HELP

    Wow, very confuse hahahhaa, i will try something today, Thanks !
  20. Bruce Leal

    Lua About Spells: Formula -HELP

    can someone explain how the formula works? I get something here, but ... where i can see the hit, how much the player will cause... ? COMBAT_FORMULA_UNDEFINED = 0 COMBAT_FORMULA_LEVELMAGIC = 1 COMBAT_FORMULA_SKILL = 2 COMBAT_FORMULA_DAMAGE = 3
Back
Top