• 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

    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?
  4. 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]...
  5. pioncz

    RSA Key

    What is that and how it works? Should i edit it if i have my own client?
  6. 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...
  7. 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++
  8. 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?
  9. 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...
  10. 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?
  11. pioncz

    Compiling Under linux

    I used this article: http://otland.net/f479/ubuntu-nothing-complete-server-forgotten-server-modernaac-mysql-lighttpd-89001/ Everything goes fine until step with uninstalling. Im not sure what i had on my ubuntu before install so i uninstalled all like in step for VPS. There was a question...
  12. pioncz

    [compiling] lua.hpp?

    When i compile server, this error appears. On this site -Lua 5.1 source code, i see only lua.h Is it ok? Solved
  13. pioncz

    [C++]Compile under windows

    First of all, i would like to compile this under windows and secondly in ubuntu. I tried to compile The Forgotten Server.cbp in codeblocks folder in source folder. The distro is [8.7] The Forgotten Server v0.2.10 (Mystic Spirit) What went wrong?
  14. pioncz

    Lua Changing server engine

    Hello, I want to change from The Forgotten Server, version 0.3.6 (Crying Damson) to The Forgotten Server - Version 0.2.10 (Mystic Spirit). And i have some problems. I have many errors with database (so i guess i need to start from zero with this) and this code appears in console (i copied...
  15. pioncz

    Solved Config problem

    Hello, What can i type here: houseRentPeriod = "never" In my config file. And from which place it will take money? I guess, depo is best idea. Im using the newest forgotten server - mystic spirit.
  16. pioncz

    [NPC] Spells (rep++)

    Hello, Have any1 npc/s who can teach spells? I want one npc or four (it would be nice to have four, but if you have only one it would be nice too). Thanks dudes.
  17. pioncz

    Npc shop module problem - dont see my items

    Hello, I have shop module in my npc and he dont see some of my items. Could somebody tell me why? Here is code of my npc: <?xml version="1.0" encoding="UTF-8"?> <npc name="Djinn Chanani" script="default.lua" walkinterval="2000" floorchange="0"> <health now="150" max="150"/> <look...
  18. pioncz

    Slain mummy decaing too fast

    Hello, 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. Please help, rep++
  19. pioncz

    [Spells] Simply, noob question

    How works spell formula? I think this should be sticked somewhere. setHealingFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 3, 4, 5, 6) Is it: maximum heal = 6 x magiclevel, minimum heal = 5 x magic level? And what means 4 and 3 in this formula? I also found this in my config file: formulaLevel =...
  20. pioncz

    Make off desert hole

    Hello, I was searching in my movements, but with no result. Can you tell me how can i turn off my desert hole (id 8323) ?? I have many of them on my map in bad places (on desert without -1 floor, so players are going nowhere).
Back
Top