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

    Lua Promotion at lvl 20

    bump!
  2. T

    Lua Promotion at lvl 20

    PLEASE i need a script at lvl 20 change automatic vocation! PLX FAST REP!
  3. T

    Windows Runes problem

    bump noone?
  4. T

    Windows Runes problem

    I have problem with runes after i have updated me server from client 8.54 to 8.6 have runes problem. If i have 100 mwall runes i cant put it on ground. or when i put 30 runes on ground then i cant put they together in my bp. THX for help REP!
  5. T

    Lua Help to fix this script

    bump
  6. T

    Lua Help to fix this script

    Bump!
  7. T

    Mysql error

    thx its work rep
  8. T

    Mysql error

    bump
  9. T

    Lua Help to fix this script

    its not work if player dont have item its summon pet.
  10. T

    Lua Help to fix this script

    i dont have it i have only local d,l,g,m,s = 'pet special',8,1,'spy report',13812 -- change 'gold coin' to whatever coin you want. maybe you can add it to the script and write it here. THX !
  11. T

    Lua Help to fix this script

    milice i dk what do you mean, i changed if doPlayerRemoveItem(cid,getItemIdByName(m:lower()),g) then to if(doPlayerRemoveItem(cid, 2345, 100) then but i get error plx help fast
  12. T

    Lua Help to fix this script

    BUMP (because i need it fast!) SRY
  13. T

    Mysql error

    i get this error [21/04/2011 14:14:07] mysql_real_query(): UPDATE `players` SET `event` = 0; - MYSQL ERROR: Unknown column 'event' in 'field list' (1054) help to fix it thx ^^ rep
  14. T

    Lua Help to fix this script

    ehm ok its work but i dont want that the item remove on use! <talkaction words="!special" script="petsspecial.lua" /> local d,l,g,m,s = 'pet special',8,1,'spy report',13812 -- change 'gold coin' to whatever coin you want. function onSay(cid,words,param) local v = getThingPos(cid)...
  15. T

    Lua Help to fix this script

    i get this error when its in actions: [21/04/2011 10:29:26] [Warning - Event::loadScript] Event onUse not found (data/actions/scripts/petsspecial.lua) actions.xml <action itemid="2345" script="petsspecial.lua" /> petsspecial.lua local d,l,g,m,s = 'pet special',8,1,'crystal coin',13812...
  16. T

    Lua Help to fix this script

    i dont know where it belongs but I've also done purely in actions is not there and I have no error in conlose, and does not work
  17. T

    Lua Help to fix this script

    its talkaction. <talkaction itemid="2345"script="petsspecial.lua" />
  18. T

    Lua Help to fix this script

    who can fix this script when a player have item 2345 he can summon this pet but dont remove the item local d,l,g,m,s = 'pet one' function onSay(cid,words,param) local v = getThingPos(cid) if getPlayerStorageValue(cid,s) ~= 1 then if not getTilePzInfo(v) then if...
  19. T

    Lua a new Pet script system rep++

    solved me self. close
  20. T

    Lua a new Pet script system rep++

    I need a script pet if you click on item id 5555 come out Rotworm (the pet) he should only hear to the owner. when he died rotworm to get back on rotworm to repair without. if I attack a player or a monster the pet should attack with me the player and the monster. when i left ihm like 50 sqm he...
Back
Top