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

    [Mod] Random Item Stats

    bump
  2. zabuzo

    [Mod] Random Item Stats

    bump
  3. zabuzo

    [Mod] Random Item Stats

    Why +952 atk, +418 def in epic items? It shouldn't be 6~8 Like is in the script? tiers['epic'] = { color = 35, extra = {6, 8}, -- additional percent bonus chance = { [1] = 3333, [2] = 25000 } }
  4. zabuzo

    [Mod] Random Item Stats

    @imkingran know? anybody know?
  5. zabuzo

    [Mod] Random Item Stats

    Wtf :O 03:44 You see an epic longsword (Atk:17 +952, Def:14). It weighs 42.00 oz. [Attack: +5600] [Attack Speed: +48%] 03:44 You see an epic short sword (Atk:11, Def:11 +418). It weighs 35.00 oz. [Defense: +3800]
  6. zabuzo

    [Mod] Random Item Stats

    @imkingran do you know how to remove percentage? http://pastebin.com/BvnDST54 I mean You see a bone club (Atk:12, Def:8). Not more (its how working on script) You see a deadly bone club (Atk:12 +5, Def:8). [Attack: +38%] And be it (how i want) You see a deadly bone club (Atk:12 +38, Def:8)...
  7. zabuzo

    Very important - Rules change on otservlist.org

    I can not use proxy on medivia anymore JAJAJA Thank you
  8. zabuzo

    Compiling Help to compile 0.4

    Thank you so much! But could you post only the files you have changed on http://pastebin.com/index.php or http://hastebin.com/ ? I made my changes on source and i wanna know what was, ty --- A user have fixed the last problem in cast system on original post (in a br forum), just use it...
  9. zabuzo

    Compiling Help to compile 0.4

    Guys the problem is in something here? https://github.com/Fir3element/tfs04full/blob/master/src/configure.ac
  10. zabuzo

    Compiling Monster AI issue in 0.4, importing fixes from 3884.

    Here is what we was looking for: https://otland.net/threads/help-to-compile-0-4.247375/
  11. zabuzo

    Lua HELP ZNOTE Referral system

    bump
  12. zabuzo

    Lua HELP ZNOTE Referral system

    How? There is video tutorials here? I just need to fix it...
  13. zabuzo

    Lua HELP ZNOTE Referral system

    bump
  14. zabuzo

    Lua HELP ZNOTE Referral system

    really!? after finish all things? this system is not possible to 0.4? or you don't know?
  15. zabuzo

    Lua HELP ZNOTE Referral system

    You mean 100-compact.lua --[[ * File containing deprecated functions and constants used by alot of scripts and other engines ]]-- --bit = require("bit") TRUE = true FALSE = false LUA_ERROR = false LUA_NO_ERROR = true LUA_NULL = nil TALKTYPE_CHANNEL_R1 = TALKTYPE_CHANNEL_RN...
  16. zabuzo

    Lua HELP ZNOTE Referral system

    Ty, but show me some errors on console: [16:8:07.397] [Error - CreatureScript Interface] [16:8:07.397] data/creaturescripts/scripts/referral.lua:onAdvance [16:8:07.397] Description: [16:8:07.397] data/creaturescripts/scripts/referral.lua:6: attempt to call global 'Player' (a nil value)...
  17. zabuzo

    Lua HELP ZNOTE Referral system

    I tried to use this referral system by @Cornex in my 0.4 https://otland.net/threads/znote-aac-tfs-1-1-referral-system.227199/ When i invite and register a new account everything work... But when I take lvl 150 nothing happen... What's worng? Code: <event type="advance" name="Referral"...
  18. zabuzo

    Remove stair PVP tibia 0.4

    bump
  19. zabuzo

    Remove stair PVP tibia 0.4

    What i made worng? <movevent type="StepIn" toid="1394;1390;1392;1388" event="script" value="antistairpvp.lua"/> local condition = createConditionObject(CONDITION_PARALYZE) setConditionParam(condition, CONDITION_PARAM_TICKS, 500) setCombatCondition(combat, condition) function onStepIn(cid...
  20. zabuzo

    Remove stair PVP tibia 0.4

    bump
Back
Top