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

    Coding Help - Stone braking weapon.

    This work pretty well. You guys come up with mad coding ways to get it done. I feel mad basic with my shitty codes lol. I will get there eventually if i don't start having anxiety attacks. When its the 8th try and the code don't pass I have to post it lol. Otherwise i end up with a headache...
  2. CesarZ

    Coding Help - Stone braking weapon.

    I'm starting to work on "action" scripting now, and I don't exactly know how to start the script. This is what i have. im using TFs 1.3. Thanks for your help. i also think it has to do with the (target == 1304) because the other functions are not showing. I also tried (target == itemId(1304))...
  3. CesarZ

    OpenTibia Assets Editor

    @SpiderOT Yea i Hope this develop gets updated. I'm still trying to add a sprite effect and trying to figure it out how it work exactly. I don't want to go to OTC lol.
  4. CesarZ

    TFS 1.3 PVP Arena Script problem.

    It didn't work :/
  5. CesarZ

    TFS 1.3 PVP Arena Script problem.

    Nothing still they still die. i event tried moving local player = creature(cid) --to local player = Player(cid) and nothing.
  6. CesarZ

    TFS 1.3 PVP Arena Script problem.

    Alright the log is clean no errors appeared but its seems like is not executing the function because the players are dying. I took the script from a old TFS 1.0 and I'm trying to change it to TFS 1.3. I'm not running this in script folder I'm running it on XML file. function onLogin(cid)...
  7. CesarZ

    TFS 1.3 coding NPC script summoning monsters.

    damn. The simplest things can mess you up. Thanks dude.
  8. CesarZ

    TFS 1.3 coding NPC script summoning monsters.

    can any one show me the proper use of Game.createMonster(Demon, Npc():getPosition()) sorry about my tags I'm new scripting i like to tag my sections otherwise when its too much i get lost. lol this is what i did elseif npcHandler.topic[cid] == 1 then -- if topic 1 variable is true then...
  9. CesarZ

    Coding Help

    @Snavy Thanks man awesome help.
  10. CesarZ

    Coding Help

    this script working fine. quick question. Is the function sendAfterDelay(creature, text, position, effect) was created by you, or it comes with the other functions in the lua source file? I saw addevent but not this one and i was just wondering how did you get this function. we are allowed...
  11. CesarZ

    Coding Help

    Hello guys i'm trying to add the "interval" parameter so they can work with different timing. this script is the Talk-sings script. --Normal script. local t = { {"", {x = 781, y = 1002, z = 6}, 73}, {"", {x = 777, y = 995, z = 7}, 73}, {"", {x = 777, y = 1001, z = 8}, 73}...
  12. CesarZ

    Boot charging NPC creating.

    @Xikini npchandler.topic[cid] -- whats this for? it's kinda working like a variable, but how you using it in this script what is it doing?
  13. CesarZ

    Boot charging NPC creating.

    Hey Guys i have been working on my coding for the past months i have been working on some stuff, im needing a little help here. im trying transform the henricus.lua to a NPC that charge your boots. first im starting with the soft boots to see if it succeed. im Using TFS 1.3 so this is what i...
  14. CesarZ

    OpenTibia Assets Editor

    @SpiderOT i was thinking about it would cool to have a tool to convert assets into .spr and .spr into assets. So people can work on object builder and you dont kill yourself working on a software from ground up. This looks very nice. I mean its just me giving ideas. Ya probably thinking im an...
  15. CesarZ

    Coders need help

    @Rombadr i changed. im using bitbucket.org. Thanks for the help.
  16. CesarZ

    Coders need help

    im getting into coding right now im working with a friend whats the best way to get more than 100files on my Git hub? I really need this! I tried gitkraken followed the step by step and the files never showed in my repository. i see you guys do it all the time whats the key?
  17. CesarZ

    Tibian - An OTServ List for 2020

    Good Idea. I almost click next on one of the picture to see more rows lol. good stuff
  18. CesarZ

    Text color question.

    @Evil Puncker thanks man i was trying to find the animated and i heard cip removed them.
  19. CesarZ

    Text color question.

    With what function am i allowed to call the text color? TFS 1.3? examples TEXTCOLOR_BLUE = 5, TEXTCOLOR_LIGHTGREEN = 30, doCreatureSay(cid, "comment", COLOR) Doesn't work. It only works with TALKTYPE_ORANGE_1
  20. CesarZ

    Item editor 12.50 Error.

    Has anyone seen this error and found a solution? do i have to upgrade that "PluginOne.dll"? 1610565654 Solved by Downloading the 12.40 version.
Back
Top