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

    Fist Fighting

    Hello all :) i have question can i make a "fist fighting" attack on distance some like wand or bow ? with out engine edit ?
  2. xavierek

    boolen ...

    for i = 1,7 do win_skill[i] = 0 loss_skill[i] = 0 win_skill[i] = getPlayerSkill(attacker, i) loss_skill[i] = getPlayerSkill(cid, i) print("Skill : "..win_skill[i].."") < -- return on console [01/04/2011 14:13:51] data/creaturescripts/scripts/dd.lua:46: attempt to concatenate...
  3. xavierek

    Why its return boolen value ??

    local win_skill = {} local loss_skill = {} i = 10 <-- all slot while i>0 do win_skill[i] = getPlayerSkill(attacker), i).itemid <--- Return boolen value why ? loss_skill[i] = getPlayerSkill(cid, i).itemid i = i-1 end
  4. xavierek

    player id ?

    whats function give me id player from mysql ? in lua
  5. xavierek

    If i death i dont loss eq and god tp me to temple ;)

    Hello i try to make script if monster or player "kill me" i dont die script teleport me to temple and add me full hp and mana ? some one made it i try to make it in onkill only have problem when monster kill me ... its dont work TFS 0.36pl or 0.4
  6. xavierek

    CreatureEvent When 1hp Teleport to tempe dont die

    im looking for script if some one "kill me" i dont die i will be teleported to temple ;) some one can help ?
  7. xavierek

    Items question

    Hello ;) can some one give me all atributs of items :) whats can give in item.xml ?
  8. xavierek

    on attack monster make msg

    Hello i looking for script if i attack monster i take in cosole text in ohter chanell for how much i hit a monster in blue color some one can help mi in that
  9. xavierek

    all msg to mysql

    hello i can use function onsay in creature event ? i need easy script to make how take text from msg to verible ? how to take channal name or id ? db.executeQuery("INSERT INTO `history_chat` (`player_id`, `date`, `text`) VALUES (" .. getPlayerGUID(tid) .. ", " .. os.time() .. " "..text..");")
  10. xavierek

    How take player_id for UID "cid"

    How take player_id for UID "cid" ?
  11. xavierek

    All Chat window to mysql

    Hello some one have idea how to make all chat in game save to mysql can i take chanal name in function on say ?
  12. xavierek

    cast spell function

    hello its some verible like itemEx in action in cast spell ?? i need get info about target :PP
  13. xavierek

    sqr is walkable or no

    hello idont found function and ia have one question ;) i get pos and how to check this position its walkable ;)?? or i must make array with walkable ground :)?
  14. xavierek

    window trade

    its posible to open trade windows from talkaction ?? without editing source only lua ?
  15. xavierek

    hello i need help in date and time :) os.time()

    hello i know os.time() give timestemp only i need time stemp only form YYYY-MONTH-DAY whats now is it :) i need it to collect data for chars :) i need save data in database and noramlad data like YYYY-MONTH-DAY its slower ... some one can help ;)? how to take time stemp of year month day :) from...
  16. xavierek

    Question new tag in monster :)

    hello if i make new tak like bonusexp="123" in namemonster.xml i can get this value when i use getMonsterInfo(namemonster).bonusexp ?
  17. xavierek

    Problem with cid

    hello i get problem in scrpit i need to send msg and i have only player_id from table or player name how to make from name to cid ? getPlayerGUIDByName return me player id from mysql im done it with getPlayerByName(player_name) :)
  18. xavierek

    please help bp ! ?

    Hello i dont have idea how to make bp... i need to make bp whats can be undress player start with bp and have it forever cant move it from bp slot some idea ? function DeEquip always return false will be work ? else is some function to get item position in bp ?
  19. xavierek

    aol

    how to remove aol after death from nacles slot
  20. xavierek

    kill player how to make it

    when kill player with this same ip player dont get exp some one can help ?
Back
Top