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

    Lua Use item when "no fight"

    I'm wondering how to script this: Player can use item only if he doesnt have "fight symbol", I don't mean PZ lock, just normal fight. As I can see there is a function isPlayerPzLocked(cid), but it's connected with fight after attacking player, not normal fight (after fight with monster...
  2. S

    Broadcast when player leaves special area

    I'm looking for script. When player leaves area from x,yz to x,y,z (die or teleport), server broadcasts message "playername left special area" Can someone help me?
  3. S

    Solved Question about raids.

    Can anyone explain me what exactly means "interval2" and "margin" in raids.xml? And why "interval2", not "interval"? Example: <raid name="Rats" file="Rats.xml" interval2="6000" margin="0" enabled="yes"/>
  4. S

    Add storage after monster's dead.

    I need a script which will add player storage when monster die. Everyone who deal damage to boss will get storage when boss die (or people who stay in defined area- it's good too). Repp++
  5. S

    Add storage for 24h

    Is it possible to add storage which will dissapear (or change from value 1 to 0) after 24h? For example: I add storage x, value 1 and after 24h it will be changed to storage x, value 0? It can be used to access teleport 1 time per day for example. Can anyone help me? Rep ;)
  6. S

    X logged players, Modern ACC

    Can you help me with editing stats on website, as in this thread http://otland.net/f118/all-aac-patch-how-not-count-x-logged-players-84820/ I want it for Modern ACC Here is part of my index.tpl <div class="header">Server Status</div> {foreach from=$worlds key=id...
  7. S

    I need help with modify createaccount.php

    Hello, my Gesior acc saves account id which player type at website, it's ok. But I want to make that script will add also "name" in table "accounts", the same as id. here is my createaccount.php <?PHP //CREATE ACCOUNT FORM PAGE if($action == "") { $main_content .= '<script...
  8. S

    Linux Gesior AAC can't connect to database

    When I try install Gesior 0.6.3 at my debian, I have a problem STEP 2 Check database connection If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Can't...
  9. S

    Need help with NPC banker and DB mysql

    Hello, I tried use banker script posted by Pyromental here is it: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, count, transferTo = {}, {}, {} local balance_storage = 8996...
  10. S

    Lua Need help with NPC banker and DB mysql

    Hello, I tried use banker script posted by Pyromental here is it: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic, count, transferTo = {}, {}, {} local balance_storage = 8996 dofile("./config.lua")...
  11. S

    Fix/Patch Black Skull on tfs mystic spirit 0.2.10 (8.7)

    Hi Can somebody put me solution what should I change in my source to add black skull system? I tried find it on forum, but nothing found..
  12. S

    Compiling All my compilations make crash after 30-60 minutes (no erros when compile)

    Hello. I tried compile http://otland.net/f18/8-7-forgotten-server-v0-2-10-mystic-spirit-117046/ and I changed blesing system like here: http://otland.net/f35/global-like-bless-system-113419/ Compilation didn't have any erros, blessings were working very good, but after 30-60 minutes...
  13. S

    [HELP - repp+] Gesior forum script images

    I was searching on forum for images to gesior forum script, but all the links are outdated. Can somebody upload it for me? I mean for example button with "new thread" or something like that.
  14. S

    [Spells] Exori sometimes hit 1, and sometimes hit 300, problem! repp+

    Hello, I have a problem on my mystic spirit 0.2.9 Here are examples of my 2 spells energy beam local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ENERGYAREA) setCombatFormula(combat...
  15. S

    Items.xml problem , doesnt work attributes

    I have a problem, for example I choose item "royal scale robe" <item id="12643" name="royal scale robe" article="a"> <attribute key="weight" value="4500" /> <attribute key="armor" value="12" /> <attribute key="slotType" value="body" /> <attribute key="magicpoints" value="3" />...
  16. S

    Compiling Mystic Spirit 0.2.9 cant compile

    I have some other errors: C:\Documents and Settings\Serwer1\Pulpit\forgottenserver-0.2.9.r89\0.2.9.r89\player.cpp In member function `bool Player::tameMount(uint8_t)': 4815 C:\Documents and Settings\Serwer1\Pulpit\forgottenserver-0.2.9.r89\0.2.9.r89\player.cpp [Warning] converting to...
  17. S

    Show (online) next to name in guild page

    Can anyone make for me something like that, when I open list of guild in my gesior acc, there is Nick (tittle) I want to have Nick (tittle) ONLINE if player is online, can someone tell me what and where should I add something?
  18. S

    Who is from guild online, help fix

    Hiho, I fould on forum talkaction which shows players online from your guild and it works, here is it: But I want command which shows people from other guild online, for example !guildonline NameOfGuild Can someone change it?
  19. S

    Compiling Can't compile mystic spirit 0.2.9, help please

    I have 3 bugs when tried to compile my 0.2.9 Help please
  20. S

    Problem with skull MS 0.2.9

    Hi, I've got a problem with skull on mystic spirit 0.2.9, look: When I attack player I get white skull and then the same player attack me, he doesnt gain yellow skull. When I kill him I get frag. Can anyone help me? I didn't find in config lua anything about allowFightback..
Back
Top