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

    War Lan (CsWar)

    HEY I HAVE TO SAY, WE GOT THIS IDEA WATING RESIDENT EVIL ONLINE NOT BY ANOTHER PROJECT :P thx ^^
  2. Mock

    OTPHP - Create LUA scripts using PHP!

    a nice idea but how you will connect the PHP to lua states on the server? It's a big problem, because server got too many lua states, one per module. a big problem is share the same lua state between 2 files =x Some time ago i did an lua webserver (version for open tibia) you can run things...
  3. Mock

    TalkAction Fly System By Darkhaos

    My system is 100% lua do not needs source changes and worke like yours...
  4. Mock

    CS-WAR Tibia

    This project is not dead. I have to delay 2 month by personal problems.
  5. Mock

    LightX's Scripting Thread

    The original is:
  6. Mock

    getPosByAngle & rotatePos

    thx but sphere use x,y,z and this function use only x,y, so its a circumference
  7. Mock

    getPosByAngle & rotatePos

    ftw... look an example... function onCastSpell(cid) for ang=1,12 do local p = rotatePos(getPlayerPosition(cid),4,ang*30) doCombatAreaHealth(cid,p,[[Spell params]]) end end and it will "draw" a circle. And you can do something like tihs too: function...
  8. Mock

    getPosByAngle & rotatePos

    yes xddd
  9. Mock

    getPosByAngle & rotatePos

    Important things:
  10. Mock

    getPosByAngle & rotatePos

    @Cykotitan use a bit your brain :p (not a insult) you will rotate in º not in tibia dir. if the dir to >> is 1 and ^^ is 3 the >/\ will be 2 in º it will be 0º, 45º and 90º And will you can use dirs like 60º but you will need use math.floor in position because in some times you use angle 15º...
  11. Mock

    getPosByAngle & rotatePos

    With the second you can rotate an spell, and with the first function you can do this same spell out the circle form the tg like: (like you rotate a sword or a club and trow)
  12. Mock

    getPosByAngle & rotatePos

    I did this function when i am bored. I see some one on otserv wrold NEVER uses cos and sin function so i did 2 functions :P The function rotatePos is VERRY good to use in some spells. You can rotate a position by an center and radius and a angle :P if you do it: for angle=1,360 do you...
  13. Mock

    See COMPLETE lua function list with getLuaFunctions()

    @PHBS it is impossible show the params name using pure script.
  14. Mock

    CS-WAR Tibia

    @spoofghost was not my intention use ripped sprites, i dont saw copyright and nothing (in br forum where you really was ripped). i will remove your sprites, but next time to avoid it when you post add an watermark or something... ---edit and please say that before the project release the first TS
  15. Mock

    CS-WAR Tibia

    @Trip i asked form your permission, you said not so i dont used, but i forgot to remove one form your sprites, this i know, we wrong (is a colt) but we asked first form you, you can look at your profile messages, in case of spoof-ghost he was ripped in another forum. and in this other forum...
  16. Mock

    Feature Creaturescript: onMoveItem(moveItem, frompos, position, cid)

    @Colandus in lua i cannot compare tables? o0
  17. Mock

    CS-WAR Tibia

    @spoofghost sorry by the problem. i asked with my friend (he is mod from thias BR forum) and him has deleted the threrad and banned the user.
  18. Mock

    CS-WAR Tibia

    If he dont allow i use it dont worry but i want know WHY they post it on public forums whitou cpyright and watermark, i think he was ripped and we saw it without creditos to public use.
  19. Mock

    CS-WAR Tibia

    Man i saw these sprites (spriteset) on another BR forum without credits and nothing -.- and only now when it release he say: you are stealing it! why dont sayd before.
Back
Top