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

    Compiling Exhaust on up/down stairs

    Really thanks! I will test today. Again, thanks! EDIT: tested. In my TFS version, its "GetStorage" and "value" is string I can block movements in the same floor but when player try up/down it's impossible (its like a forced move). I will block this in .LUA (i think in sources is better but...)...
  2. C

    Compiling Exhaust on up/down stairs

    Anyone, how to check player storage value in sources?? @BUMP
  3. C

    Feature Anti Anti-Push bot | Works 100%

    I did a function on sources to prevent elfbot push-max using the same exhaust "EXHAUST_MOVE_ITEMS" (THANKS XAMPY). But i did only check if player move the item to self position. You guys think it's good to prevent to move to any position? (script check if is in range(1,1,0)) Thanks adv.
  4. C

    Compiling Exhaust on up/down stairs

    Hey guys, i'm trying to add exhaust on up/down stairs on source because of stairs PVP, but i will not do this to all players (default), this script will only check exhaust for players that have STORAGE X, WITH VALUE Y. But how i check player storage value in sources? I'm changing this in...
  5. C

    TalkAction Block IPs/links on Default/Trade/Help/Private [TFS 0.4 and OTX only]

    Hey Gesior, first, amazing script!!! How i can use this "default" option in a movements? Because i test this: <movevent type="StepIn" default="1" event="script" value="exhaustlag.lua"/> But failed :/ Some help please!
  6. C

    How to execute a script in every action, movement, talkaction?

    Hey guys how i execute a script in every actionid; uniqueid; or talkaction words in my server? Because i want add a exhaust for everything. Thanks!
  7. C

    [Mod] Random Item Stats

    I'm using this script, but from other site (it's the same script), but this one don't have bug. http://pasted.co/ac23f6da Obs: Otland characters limit. Who have the double_loot_ring from Cyko and want to use both, just: In Random item stats mod: flecha = getPlayerSlotItem(cid, 9) if( (damage...
  8. C

    Exhaust for every action (talkactions, actions, movements)

    Haha, sorry. my bad. It's like a exhaust function for any kind of action (actions, movements, talkactions), these scripts will check if its a script-action (1); and will check if you have exhaust (2), if you don't have the script will return-true and add 2mins exhaust for any script-action, else...
  9. C

    Exhaust for every action (talkactions, actions, movements)

    Hey, i just need some ideas; And which to check something like this, eg? In talkaction i can use [stringtrim], if strim.1 = ! or /, then will be a talkaction; set a exhaust variable? (~2min) (too much ram use?) --> Another idea? In action i can check if item have aid or uid; good idea? In...
  10. C

    [Creatureevent] onMoveItem(cid, item, count, toContainer, fromContainer, ...)

    I think its possible, just use the variables "(cid, item, count, toContainer, fromContainer, fromPos, toPos)" to check whatever u want.
  11. C

    [MOD] Rush Event / Team Battle with scores

    I think the MOD already have a creaturescript "onchangeoutfit" (something like this), just type to code "return false", to cancel the action. Its easy. EDIT: Ops, and dont forget to check player storage (set in event) to don't cancel every player in the server trying to change outfit.
  12. C

    Generating maps?

    Haha, @pszczelaszkov, wonderfull to see. Amazing thing :)
  13. C

    Generating maps?

    Oh guys, amazing scripts here, i wish luck to all! And will be wonderful if this became available to another peoples! Thanks for everything and for this job for otservers tibia community!
  14. C

    [8.6] Repigera

    Omg, this is a wonderful map! One of the best custom i ever seen! Thx
  15. C

    Lua Checking duplicates value in a table

    It's possible to handle with attributes table in mysql? I don't know how but i will try!
  16. C

    TalkAction ShopGuild Points 100% add in player offline.

    Thanks!! I was using sql querys :P
  17. C

    Lua Checking duplicates value in a table

    Yes this is true, and if i put this script in a function "onlogin"? To check a single player by time. You think is better? A noob question, LUAJIT is much better? Have some TFS for 8.60 client version that have this feature? You really help me! Thanks :D
  18. C

    Lua Checking duplicates value in a table

    Heyyyy! Sorry for the late :) I'm tried and get this error: I will make some try, thanks for teach me how handle with tables in LUA :) EDIT: OHHHHHHHHHHHHH!!!!!!! I tried: And work perfectly! Why you say is not good use this system? I really like it, it's working!!
  19. C

    GESIOR ACC - How to - Top kill guilds counting new table values

    Hey guys i'm trying to edit this function to get frags from another table, because i have on my gesior acc the "remove red skull + frags" and this will remove the top guilds frags count too. So i install this feature on server: I need to get values about this table, of course i will add a...
Back
Top