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

Search results

  1. Shiko Erye

    Looking for programmer C / TFS 0.4

    function onStatsChange(cid, attacker, enps, combat, value) local dmg = 1 value = -value if value <= 0 then return true end if (value/1000) >= 1000 then dmg = (value/1000000).."KK" elseif (value/1000) >= 1 then dmg = (value/1000).."K" else dmg = value end if isCreature(attacker) then...
  2. Shiko Erye

    [MOD] Emoticon in Tibia, more & more

    i think it can work in all
  3. Shiko Erye

    [MOD] Emoticon in Tibia, more & more

    In OTClient i see in font have more symbol we don't use like cyan screen after i add some icon - u can use icon of fb, yahoo... , i use icon of Zalo (chat app in my country) look like after change it to (i remove cyan color in it) You must change file: verdana-11px-antialised_cp1252.png &...
  4. Shiko Erye

    monster attack summon when player have summon

    function onAttack(cid, target) if isPlayer(target) and #getCreatureSummons(target) >= 1 then doMonsterSetTarget(cid, getCreatureSummons(target)[1]) end return true end
  5. Shiko Erye

    Help with Magic effect limit

    thanks all very much <3 can i change in "doSendDistanceShoot" too?
  6. Shiko Erye

    Help with Magic effect limit

    can you explain to me, more information how can you do it? i really need too :(
  7. Shiko Erye

    slotType

    ty but i see in pxg, them can put anyitem to legs slot
  8. Shiko Erye

    slotType

    ty but i since in pxg, them can put anyitem to legs slot
  9. Shiko Erye

    slotType

    i want try to put item xx (like potion) to any slot in cyan shape also can u tell me, red shape 1 2 3 what are its uses? bc im not play tibia, i play ot pokemon
  10. Shiko Erye

    slotType

    how i can drop xx item to any slot (like armor, weapon, backpack...) ? ty for help
  11. Shiko Erye

    Fix/Patch Client version

    How i can make tibia spr more than 64000? effect limit more 254 Or can I use tibia client or otclient 9. for tfs 8.54? - bc i hear tibia client 9. can get more spr and effect...
  12. Shiko Erye

    Monster Ghost Monster

    @azzkaban ty that's all i need ^^
  13. Shiko Erye

    Monster Ghost Monster

    Can I hide monster HP/Name/Outfit? Also how can I make monster can move on wall? TY for read
  14. Shiko Erye

    Corpseowner

    bump
  15. Shiko Erye

    Corpseowner

    i use source code download from: http://otland.net/subversion.php?svn=public&file=dl.php&repname=forgottenserver&path=%2Ftags%2F0.3.6pl1%2F&rev=83&peg=83&isdir=1 can you read it and help me solve this problem plx
  16. Shiko Erye

    Corpseowner

    bump
  17. Shiko Erye

    Corpseowner

    checkCorpseOwner = true monsterLootMessage = 3 monsterLootMessageType = 22 it's wrong?
  18. Shiko Erye

    Corpseowner

    When last player who hit a monster, then he get a loot ex: player X attack a dragon 95% hp, player Y attack 5% hp but player Y is last hit then player Y get a loot how i can fix to player X can get a loot? plx help
  19. Shiko Erye

    Lua Function Change Existing Monster Name In-Game

    it's work srr for my mess^^ ty
  20. Shiko Erye

    Lua Function Change Existing Monster Name In-Game

    hi, Scarlet Ayleid... srr if now u off thread, but when i add ur code to my source, monster in my tfs don't respawn and in server log: You dealt 1000 damage to . I'm using TFS 0.3.6 srr for my bad
Back
Top