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

    TibiaAPI - reading chat messages from some channels

    Hi, I was searching but couldnt find solution for my problem. I want to make small application on ot which can do something when client receives some messages in Server Log channel. I heared something about Proxy, but samples doesn't work for me. Is there any other solution or could you fix my...
  2. pioncz

    Tibiabot ng: reply for confirm script

    Hello, I'm trying to write script to write confirmation respond. I have everything except string parsing. I get message variable and i want to check 10th word. How can i do this? For now my script is: Const Name = 'Golradir Of Nargothr' procedure Event_Notice(Text: String); begin...
  3. pioncz

    Solved Insert something to database

    I tought Barbarian should be a value, not a table. Where i can put value Barbarian?
  4. pioncz

    Stacking potions

    Any easier way?
  5. pioncz

    Stacking potions

    How to make it fast? I dont want change anything than stack potions, so is there any fast way to make server from 8.54 to 8.6 with some code change?
  6. pioncz

    Solved Insert something to database

    Hello, I have this script on globalevent. I want to show on site when some raid appears, so i did this script after evert raid: db.executeQuery("INSERT INTO newsy (data,tresc,typ) VALUES (CURRENT_TIMESTAMP," .. rando .. ",1)") When its used i have this error: [31/07/2011 13:07:29]...
  7. pioncz

    RSA Key

    What is that and how it works? Should i edit it if i have my own client?
  8. pioncz

    NPC Shop module problems. Please help.

    But it will have only one charge. I want to sell brand-new elven amulet so it must have 100 charges.
  9. pioncz

    NPC Shop module problems. Please help.

    Hi, Here are my problems with store npcs: 1. What should i do if item have charges (like elven amulet). I have this (and it show charges instead of name, and i can trade with that): <parameter key="shop_sellable" value="elven amulet,2198,100,100;"/> 2. When i have 2 items, first on my...
  10. pioncz

    [Kompilacja] Problem

    Witam, Korzystałem z tego poradnika i doszedłem do punktu z ./autogen.sh Po wpisaniu tego w terminal pokazuje mi się coś takiego: piotr@piotr-laptop:~/forgottenserver$ ./autogen.sh bash: ./autogen.sh: No such file or directory Proszę bardzo o pomoc. Rep++
  11. pioncz

    Lua Shopmodule, easy problem. Rep ++

    Bump, pleassee
  12. pioncz

    Slain mummy decaing too fast

    Bump
  13. pioncz

    Unable to load items (OTB)! Rep++

    So i should compile new server right? I have problems with that, becouse i cant get current svn parameter. Any other ways?
  14. pioncz

    Slain mummy decaing too fast

    Ghoul that works fine: <item id="5976" name="slain ghoul" article="a"> <attribute key="containerSize" value="10" /> <attribute key="decayTo" value="3113" /> <attribute key="duration" value="10" /> <attribute key="corpseType" value="undead" /> </item> And mummy that dont work...
  15. pioncz

    Unable to load items (OTB)! Rep++

    Hi, How can i add new items pack to my old The Forgotten Server, version 0.3.6 (Crying Damson)? I changed map and items pack. Nothing in config file. Any suggestions?
  16. pioncz

    RME Map Editor for 8.7

    Great! work for me fine
  17. pioncz

    Slain mummy decaing too fast

    Hi there, In my items.xml file i have same duration times to mummy and for example ghoul = 10. After 10 seconds mummy slain mummy decaing but slain ghoul need 1 minute. Why is that? I want to make mummy decay same time as ghoul - 1 minute. I was looking for problem in monsters xmls but no...
  18. pioncz

    Lua Shopmodule, easy problem. Rep ++

    Hi, When i wear chain armor, and i have chain armor in backpack, then i go to npc to sell that one in backpack. Evrything is fine withoud one thing - nps is taking chain armor not from backpack (that like he should) but from armor. What can i do?
  19. pioncz

    [8.7] The Forgotten Server v0.2.10 (Mystic Spirit)

    What should i type in ubuntu console to before compile this? Like in this line: svn co http://svn.otland.net/public/forgottenserver/tags/0.3.5pl1 ?? Please help
Back
Top