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

  1. K

    [C++ Function] Reset Stats

    My idea is change it ONLINE.. Querys work only with offline players.. I already make a reset function on C++.. But, thank you.. ;)
  2. K

    [C++ Function] Reset Stats

    A function for reset all player stats to 0 (skills and ml). -- EDIT -- Already done, thank you! ;)
  3. K

    Teleport players from area (optionally offline)

    Perfect, helps me alot! ;)
  4. K

    Webdesign My HomePage 1.0

    Nice! I like your style..! The items froms Tibia on the picture.. nice.
  5. K

    Post pictures of your GAMING SPOT

    Not! You can get the same.. Just work! :D
  6. K

    Post pictures of your GAMING SPOT

    PC + Monitor / Photo 01 PC + Monitor / Photo 02 Only PC (on night, with neon) Mouse Razer Copperhead GREEN Samsung TV 42" LCD + PlayStation II I've another new equipments, but don't have photos for now. - Home Theather, Scanner ~ Thanks, Kazz! =)
  7. K

    Magic Effects

    Obvious! ¬¬"
  8. K

    Magic Effects

    I add more effects on the dat/spr.. And add on constant.lua for work.. But, the effect dont show! I download sources, edit on const.h and try again. Nothing, effects dont show again.. How to add more effects? Thanks, Kazz.
  9. K

    [8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

    I add more effects on the dat/spr.. And add on constant.lua for work.. But, the effect dont show! I download sources, edit on const.h and try again. Nothing, effects dont show again.. How to add more effects? Thanks, Kazz.
  10. K

    Possible to make creaturescripts work for all creatures??

    Open all creatures with notepad++, go to "change on all files" change: </monster> to: <script> <event name="CreatureScript"/> </script> </monster> I use this method, try! =)
  11. K

    Rename, for help newbies

    I try to help a newbie friend, and change the "if, for, end" for my language, understand? Okay, thank's. =)
  12. K

    Rename, for help newbies

    Is possible to rename this? Example.. local function endFunction() return end end local function endIf() return end end local function startIf(...) return if(...) end local function returnAndStopScript() return return end local function ifElseIsFalse() return else...
  13. K

    Amulet With Bless

    But you need to use doRemoveCreature, the player need to be offline for the query works. Sorry, creaturescripts best ever! :p
  14. K

    Amulet With Bless

    You buy only ONE amulet, equip, de-equip and send for all your friends, all now have blessings! \o/ Is only equip to add blessings, but and on de-equip? Creaturescripts best solution for now.. Or have removeBlessings function?
  15. K

    Amulet With Bless

    -- edited by kazz local bless = {1, 2, 3, 4, 5} local amulet = 2196 function onPrepareDeath(cid, lastHitKiller, mostDamageKiller) if (isPlayer(cid) == TRUE) then if (getPlayerSlotItem(cid, CONST_SLOT_NECKLACE).itemid == amulet) then if (getCreatureSkullType(cid) == SKULL_RED or...
Back
Top