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

    Tiles.lua problems

    Hiho I updated tfs to 0.3.5 version and depot tiles, throns on poi etc don't work its just pushing player back... What change with this version ? what shall I do to make it work?
  2. I

    xampp question

    hello, I got question how to do in xampp something like this: (I dont know english enough to write exacly what I want so I will give simply example) The main IP is otsoftland.com (its just example) And I want to this domain connect with my folder in xampp which is called "pvp" So all...
  3. I

    [onLogin] Simply script dont work

    yop, I dont know why its not working, when I try login, server is kicking me. function onLogin(cid) local level = getPlayerLevel(cid) if level >= 1 and level <= 20 and getPlayerStorageValue(cid, 10122) == -1 then setPlayerStorageValue(cid, 10122, 1) elseif level >= 21 and level...
  4. I

    MySql

    I didnt know where to place this question, anyone know how to delete all addons from players from database with one request in DB?
  5. I

    [npc] The Oracle, one problem

    Hiho :P I have question (like always) to you guys, I was trying to make the orginal oracle that will give wand/rod/spear/msg for sorc/druid/pall/knight when he will go to main. The orginal code is: <npc name="The Oracle" floorchange="0" walkinterval="0"> <health now="150"...
  6. I

    [Request] Advanced Training system

    Hello Im paying 5$ someone who will release for this forum (not only for me!!!!) advanced training system with will using functions onStepIn (start event), and OnStepOut(end event). Random code every 15 min to write like "!train 3432, to extend next 15 mins of trainig...
  7. I

    [actions] need fast help :|

    Damn! I need rly fast help, here are errors with Slawkens training system :/ [08/02/2009 01:07:17] Lua Script Error: [Action Interface] [08/02/2009 01:07:17] in a timer event called from: [08/02/2009 01:07:17] data/actions/scripts/training.lua:onUse [08/02/2009 01:07:17]...
  8. I

    [NPC] Teleporting npc

    Hiho I have another request :P I need one npc that will be teleporting ppl: if there are lower than 20 lvl FOR FREE If they are 20-50 for 1k if they are 50+ for 5k anyone know how to do that?
  9. I

    [OnAdvance] One Question

    How to do that with every new level players gets full hp and full mp ?:D
  10. I

    [npc] exchanger addon items

    Anyone have this npc for new system? ://// local focus = 0 local talk_start = 0 local target = 0 local following = false local attacking = false function onThingMove(creature, thing, oldpos, oldstackpos) end function onCreatureAppear(creature) end function...
  11. I

    Slawken's Training system

    well I decidet to write here, I hope someone will help me. I dont know how to make this system for more than 1 cities... its all about exit_pos how to set other exit_pos for other action id doors? Here is link to his system...
  12. I

    [OnUse] Doors

    How to make script with OnUse that is teleporting u next (1 tile) after doors and send some magic effect? can be simply teleport effect = 10 1* Here want to be teleported when click on doors (they shouldnt open) 2* Door 3* me 1 2 3
  13. I

    Hota one part of quest

    Anyone know how to make script like in Hota quest before Vashresamuna boss. You have to play 5 instruments in some order :< Please someone help :P How to use storage in that way ?:D
  14. I

    OnAdvance

    Anyone could tell me how to do script which is teleporting guy who gained 8 lvl? With usage storage - it shall work only 1 time Also how to do if someone deleveled char to 5lvl teleport him to rook for example Please help :/
  15. I

    Need some help with movements

    Hello ^^ I want make some scripts to my hota quest ;P but I need help cause im *not good* in those things :| First of all I would like to make something like poison field, but on stepin to tile with id 419, which it do Damage Poison starting from 100, next 90 etc Second, How to make...
  16. I

    Npc random speaking?

    Is there any possibilty to add to npc something like "voices" in monsters?
  17. I

    DDOS Attacks, How to protect server?

    Yo, Its question to "pro ppl" who know it. I would like know something more about ddos attacks, deeply says, How to protect against ddos attacks? As Far I know A denial-of-service attack its nothing else than sendings a lot of pings (from for example 300 zombies Pc's) which causes...
  18. I

    HOTA quest

    Hello, Im interested if there are any scripts for Helmet of the Ancients quest released already? Or if someone would share it with me, I would be grateful Edit: damn I wrote it in wrong section, please moderator move it Lua & Xml > Requests & Support sorry for that
  19. I

    onUse - questions

    Hello, I was trying to change Gesior's Santa Claus npc on Christmas Tree but its not working xD If someone could help me I will be grateful :d random_items = { {100,2399,100}, -- 30% to get thro stars {100,2410,1}, -- 30% to get thro knifes {100,2488,1}, -- 1.5% to get c legs...
  20. I

    movements, problem

    Yo I was wondering what function I must use to get work getPlayerStorageValue(cid,42355) == 1 :| please if know what can be wrong here post, u will help me a lot... function onStepIn(cid, item, position, fromPosition, pos) local tele = {x=1292, y=1484, z=7} --Where they will be...
Back
Top