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

    Lua onOutfit or i need new function like onMount?

    thanks... i test and not work... tfs need onMount/onDismount creature event and others like onSoulChange for soulpoints
  2. Exedion

    Lua onOutfit or i need new function like onMount?

    Greetings everyone, I hope you are all well, I want to know if when used on the client mount actions (as the roller shutter appears giving right click on the character, choosing mount and dismount or do "ctrl +r") can execute the function "onOutfit" or i need a new function in sourcers like...
  3. Exedion

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    Cyko can help me? i need a system to get magic level using only soul points
  4. Exedion

    CreatureEvent Advanced - CheckPoint System!

    Thanks for you work cyko, i can make my own version, really thanks! http://otland.net/f82/advanced-checkpoint-system-based-my-own-request-work-cyko-172595/#post1674760
  5. Exedion

    CreatureEvent Advanced Checkpoint System (based on my own request and the work of Cyko)

    A few days ago I made an order on the thread of Cyko, an advanced checkpoint system, because i had problems with the tables, but slowly went back to recalled learning a little about lua thanks to the work and to take some Cyko bases there, I could make a more optimized, achieving everything I...
  6. Exedion

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    i find the solution! later i post my version!
  7. Exedion

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    thanks man, but dont work, in these script no compare storage with table value, and no insert values in table :(
  8. Exedion

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    hey anyone can help me to fix this? local CHECKPOINT_STORAGE = { [10001] = {id = 1, name = "Temple"}, [10002] = {id = 2, name = "Cave"}, [10003] = {id = 3, name = "Mountain"} } function onSay(cid, words, param, channel) doCreatureSetStorage(cid, 10001, 1) doCreatureSetStorage(cid, 10002...
  9. Exedion

    CreatureEvent Advanced - CheckPoint System!

    i find the way! i post my version later!
  10. Exedion

    CreatureEvent Advanced - CheckPoint System!

    for me work perfectly, i try to do by myself but i have problems with tables
  11. Exedion

    Solved How i can return a channel name?

    How i can return a channel name with some function? specialy "onChannelRequest(cid, channel, custom)"
  12. Exedion

    Lua Function moveCreatureTo(cid,pos[,mindist[,maxdist]])

    i never can use with summons mock... and today are a function in tfs named "doSteerCreature" is not the same?
  13. Exedion

    CreatureEvent Advanced - CheckPoint System!

    Thank you man! really thank you! I do not want to be rude but maybe you could do a little better using the functions that I mentioned in the topic of requests so as not to have the need to create new channels and access and neither shown unnecessary channels like locked checkpoints or the chat...
  14. Exedion

    Otswe Free Scripting Service (Actions/Movements/Creaturescripts) Open Again!

    This is a hard request: Checkpoint System when a player walk in a especial title inside in cave, the player get a storage value, in the city the player can go to a especial room and when walk in a especial title too, the player pop-up the channel window like a selectable windows, with the name...
  15. Exedion

    How i can add the protocol 9.70 to otclient?

    Well the topic is like the question in post name, thanks in advance
  16. Exedion

    Enable channels by StorageValue!

    bump
  17. Exedion

    Summon strength

    I see you are new in Open Tibia world, you NOT need do this in "config.lua", you need make new scripts in SPELLS folders, try search some tutorial of scripting before start.
  18. Exedion

    Summon strength

    It is easy, make the monsters attacks and spells with lua in the folder spells and you can edit the attack streng if the storage change!
  19. Exedion

    [Request]Get magic lvl wasting only soul points

    Thanks for the reply but not is the wanted... i talking about get Magic Level wasting only soul points, can anyone help me to get this?
Back
Top