• 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!

Recent content by Shitobu

  1. Shitobu

    Spr/Dat Editor for 10.98+

    Bump T_T
  2. Shitobu

    Spr/Dat Editor for 10.98+

    Is there any editor that can import, change and compile Spr/Dat graphics for 10.98 or more? My main purpose if for 10.98 actually. I got some sprites I used on a 8.6 server and would like to make them work for my 10.98. That's why I'm looking for it.
  3. Shitobu

    ObjectBuilder [10.32]

    A guy told me I could use ObjBuilder for 10.98 if I compiled the last source files. But I tried and got an error. Can anyone compile the last version for me?
  4. Shitobu

    ObjectBuilder [10.32]

    Seems like OBJ Builder last release supports till 10.56 only. Can anyone tell me if there is any software for 10.98?
  5. Shitobu

    Programmer [Kingdom Age] C++ Developer Request to fix crashes

    I can fix anything you need for $25/h.
  6. Shitobu

    [1.2] Summon experience

    Thanks for the code, Imma check and write here if it worked.
  7. Shitobu

    [1.2] Summon experience

    I was trying to find on sources where I could change how summons receive experience when killing monsters with a player, but I didn't. What I want to do is make summons receive 0 experience and not share any experience even though they did the damage. What am I supposed to do? Q_Q
  8. Shitobu

    TalkAction TFS 1.0 Spellid Generator

    Ugh... Can I have an updated link of these spellids list?
  9. Shitobu

    OpenTibia [Hex Edited] Tibia 10.98 Client

    Ugh... is it safe? Since it's a banned user...
  10. Shitobu

    New OTItemEditor

    I'm facing the same problem.
  11. Shitobu

    Lua [TFS 1.2] Getting a summon userdata

    For anyone interested on how I did this: if #player:getSummons() > 0 then for k, v in pairs(player:getSummons()) do v:setMaxHealth(player:getMaxHealth()) print(v:getMaxHealth()) end end Just...
  12. Shitobu

    Lua [TFS 1.2] Getting a summon userdata

    Yeah you are right. I didn't know it returned a table and not a userdata. I'm gonna try doing something with your info. Thanks a lot.
  13. Shitobu

    Lua [TFS 1.2] Getting a summon userdata

    I'm trying to get a summon userdata that I created by: local monster = Game.createMonster("Test", player:getPosition()) monster:setMaster(player) player:getPosition():sendMagicEffect(CONST_ME_MAGIC_RED) This code summons a monster named "Test". Now, on another...
  14. Shitobu

    Lua [TFS 1.2] addEvent with userdata

    HOLY. FUCK. It did work. But now it's saying "combat" (addEvent param) is unsafe. Wtf is wrong with it? @Xeraphus I tried that. Didn't work :< @Edit Ouch, it works fine now and I did nothing. No idea why though. If I end up with any error I'm gonna back here. But till now @Madzix code...
  15. Shitobu

    Lua [TFS 1.2] addEvent with userdata

    Thanks for the answer, silveralol! Somehow it indeed worked, but it sends an error on console saying the fourth argument of addEvent is unsafe. (probably creature) I heard you can`t really use userdatas on addEvent... Is it the case? If you can`t work with userdata on addEvent, how am I supposed...
Back
Top