• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. inp2007

    how to change?

    No mate i mean experience points in game. How to change it for my own?
  2. inp2007

    jak zmienić nazwę silnika i exp table?

    dziękuje za Odpowiedzi właśnie po to chce zmienić nazwę by ktoś nie mógł wykorzystać ewentualnych bugów jakie silnik może posiadać. Pracuje nad starym projektem do którego bardzo ciężko o cokolwiek dlatego sam pisze skrypty i sam zrobiłem mapę oraz dodałem spawny. Zmiana nazwy jest mi potrzebna...
  3. inp2007

    how to change?

    HI ALL! I would like to know: 1. How 2 change server name which you can see in otservlist.org(tfs ,avesta)-> own name 2. How 2 change the experience table? For example for level 8 you need 4200 experience points and I want 2 set it to 900.
  4. inp2007

    Pilnie poszukuje mapera! TYLKO PL

    pomogę w zamian za pomóc w skryptach. Kiedyś mapowałem pod 8.1 sam zbudowałem full real mapę pod 7.4.
  5. inp2007

    jak zmienić nazwę silnika i exp table?

    Witam chciałbym się dowiedzieć w jaki sposób zmienić nazwę silnika która jest wyświetlana na stronach z serwerami na własną? Oraz druga sprawa jak zmienić ilość doświadczenia potrzebnego na poziom. Dla przykładu na 8 poziom trzeba 4.200 a chce by było 900. Proszę o pomoc.
  6. inp2007

    Potrzebny mi skrypt NPC[7.4]

    co to za system i jak go aktywować. Tyle godzin siedziałem nad tymi skryptami że w końcu zrozumiałem ich działanie i teraz sam pisze własne mam tylko problem bo Nie wiem jaką funkcję i zmienna wprowadzić aby maksymalna liczba sprzedawanych lub kupowanych itemów nie przekraczała 200 pomoże ktoś?
  7. inp2007

    Solved Wrong counts sum of money for item ID!

    Problem solved: selfSay('Do you want to ' .. action .. ' ' .. plural .. amount .. ' ' .. items[_index].name .. suffix .. ' for ' .. cost * amount .. ' gold?')
  8. inp2007

    Solved Wrong counts sum of money for item ID!

    BOH BUY PRICE-35k BOH SELL PRICE-10k 13:07 Gax The Demonhunter: hi 13:07 Gejparty: Oh, please come in, Gax The Demonhunter. What do you need? 13:07 Gax The Demonhunter: buy boots of haste 13:07 Gejparty: Do you want to buy a boots of haste for 35000 gold? 13:07 Gax The Demonhunter: yes 13:07...
  9. inp2007

    7.4 NPC easy script HELP NEEDED!

    Alexander: _state = 0 _count = 0 _index = 0 _delay = 1000 items = {} items[0] = {name = 'blank rune', id = 2260, subtype = -1, sell = 10, buy = -1} items[1] = {name = 'life ring', id = 2168, subtype = -1, sell = 900, buy = -1} items[2] = {name = 'crystal ball', id = 2192, subtype = -1, sell =...
  10. inp2007

    7.4 NPC easy script HELP NEEDED!

    Hello all. I have no scripting skills. I just need 1 NPC who gonna buy or sell items what I will set. Could any master write me the Code? (7.4 AVESTA) I will be glad. The script must looks like: Player: Hi NPC: Hi <playername> Player:Sell <item> NPC: Do you want to sell <item> for X gold...
  11. inp2007

    7.4 I need NPC SELLER! PLEASE

    Hello all I need a script of NPC in which i could edit my own ID, and costs of items. PLEASE I need it for avesta 7.4. Script must look like: Player: Hi NPC: Hi <playername> Player:Sell <item> NPC: Do you want to sell <item> for X gold coins? Player:Yes. NPC: Here you go. Player: Buy <item>...
  12. inp2007

    Potrzebny mi skrypt NPC[7.4]

    Zmieniam id, cenę i nazwę, ale nadal sprzedaje i reaguje na item z oryginału. Proszę o pomoc.
  13. inp2007

    Potrzebny mi skrypt NPC[7.4]

    Witam potrzebuję, aby mi ktoś napisał skrypt, w którym sam będę mógł edytować jakie przedmioty i za ile sprzedaje bądź kupuje NPC pod Avesta 7.4. dla ulatwienia daje jednego NPC _state = 0 _count = 0 _index = 0 _delay = 1000 items = {} items[0] = {name = 'blank', id = 2260, subtype = -1, sell...
  14. inp2007

    Lua 7.4 NPC what I have done wrong?

    Can you tell me step by step how to do it?
  15. inp2007

    Lua 7.4 NPC what I have done wrong?

    Yes i do. I also checked it by other try of make NPC. Bug is still the same i changed the item iD and names but NPC still selling the Xodet's equip while ask. 16:12 RSX: hi 16:12 Sam: Oh, please come in, RSX. What do you need? 16:12 RSX: sell mace 16:12 RSX: buy spellbook 16:12 Sam: Do you...
  16. inp2007

    Lua 7.4 NPC what I have done wrong?

    _state = 0 _count = 0 _index = 0 _delay = 1000 items = {} items[0] = {name = 'meat', id = 2666, subtype = -1, sell = 10, buy = -1} items[1] = {name = 'cheese', id = 2696, subtype = -1, sell = 50, buy = -1} items[2] = {name = 'bread', id = 2689, subtype = -1, sell = 5, buy = -1} function...
  17. inp2007

    Lua 7.4 NPC what I have done wrong?

    I want to create a new NPC Frodo based on other script Xodet.lua. Everythings works fine only when I would like to buy "ham,meat or bread" It's doesn't works. But If I will say to Frodo "buy spellbook". Frodo's answer me and it work correct. What I done wrong?He does not responding for...
Back
Top