• 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 Shiko Erye

  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
Back
Top