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

    Lua NPC task

    0.4 Hello guys, I'm here to ask for a favor. To start, I have this npc's script, where it gives the player a task to do, like killing some amount of monsters, and it works perfectly, BUT i want something more. I was trying to do something like: If the player has a specific storage, the npc will...
  2. M

    TFS 0.X Spell that create item and the item decay

    Well, the title is pretty explanatory, I made a spell that, when you use it, its create an item in your ammo slot, and in item.xml, i put the decay and duration, But... The item does not 'fade away'. My decay is to 0, so it should disappear. When i put the duration, also i put the 'show...
  3. M

    TFS 0.X Only challenge if the player have a storage

    @Leesne <instant name="Strike" words="strike" lvl="16" manapercent="35" prem="1" blockwalls="1" needweapon="1" exhaustion="1000" needlearn="0" event="script" value="attack/strike.lua"> <vocation id="5"/> <vocation id="10"/> </instant>
  4. M

    TFS 0.X Only challenge if the player have a storage

    @Leesne Ok, here in my server, it poofs all the time, if player has the storage, if player is using the outfit, if its not.... He can't use the spell at all. The idea of the spell is the following: If the player is wearing the outfit, the spell casts, if not, poof. AND, if the player has the...
  5. M

    TFS 0.X Only challenge if the player have a storage

    @Leesne In the script, its multiplying the fist by 500 and no damage, also, the creature does not turn into me 1586743013 Also, i can use without the outfit too
  6. M

    TFS 0.X Only challenge if the player have a storage

    @Itutorial Yeah, not the problem. But thx for trying
  7. M

    TFS 0.X Only challenge if the player have a storage

    @Itutorial In my code, if there was a local outfit and then a code like this: if getCreatureOutfit(cid).lookType == outfit then Why did i had to say about the outfit? Also, didnt work, no errors but also no damage
  8. M

    TFS 0.X Only challenge if the player have a storage

    @Itutorial Why its a terrible code? Only the area there is useless, but all the others work just fine. The spell is like an exori, but also challenge the creature if you have the storage and you need to be wearing a specific outfit to cast the spell. But didn't work the code, no errors in the...
  9. M

    [TFS 1.3] [8.6] Server Freeze/Lag when player die

    @ivvanek When a player dies, what errors appears on the console?
  10. M

    TFS 0.X Only challenge if the player have a storage

    0.4 Hello everybody, im here to ask for help. I was trying to do a normal attack spell, but if the player has a storage, the creature would target him, like exeta res. Here's the code I worked so far: local outfit = 425 local combat = createCombatObject() setCombatParam(combat...
  11. M

    C++ Remove summon and heals the player

    @Lessaire love you
  12. M

    C++ Remove summon and heals the player

    Worked like a charm. Very well. Thx you. Just one more little thing, @Lessaire , can be put in the script if the players has no summon, an error msg? Like "you dont have any summon"
  13. M

    C++ Remove summon and heals the player

    Good night everyone, i am here to ask for a spell that's do the following: The spell removes the player's summon Then, it gets the summon's health and convert for the player. So, if the summon has 100 health but looses 10 and the player cast the spell, it removes the summon and heals 90 health...
  14. M

    Monster Random Monster Spawn

    @Lessaire i did not understand
  15. M

    Monster Random Monster Spawn

    @Laron25 hey, sorry for reviving the topic but how can i check if there is a monster already created just to not spawn another one??
  16. M

    Effect on the area

    @Ramirow Simple as that. Thank you
  17. M

    Effect on the area

    Hello, i'd like to, when the player use a machete, an effect would appear in the bush. I tried to do myself but the effect only appear on the player. function onUse(cid, item, frompos, item2, topos) if item2.itemid == 2781 then doTransformItem(item2.uid,2782)...
  18. M

    Different Chest

    Thank you both, it worked very well.
  19. M

    NPC Reward for each vocation

    Nice, do i need to compile the server? @Mummrik
Back
Top