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

    Zombie event bug need help

    Read UP, Just add it to MOD folder. It should work for 3.0.6
  2. Ryxy

    Solved Trohpy System

    /Updated.
  3. Ryxy

    Solved Trohpy System

    On data/creaturescripts/scripts/fragreward.lua Change Loot ID (XXXX) Crystal Coin > 2160. function onDeath(cid, corpse, deathList) if isPlayer(deathList[1]) then local item = doAddContainerItem(corpse.uid, 5943, 1) doItemSetAttribute(item, "description", "This is the heart of...
  4. Ryxy

    Gesior (Whoisonline.php) Outfitter.

    1º Parse error: syntax error, unexpected '<' in C:\xampp\htdocs\pages\whoisonline.php on line 155 Line 155> This code. <TD><div style="position: relative; width: 32px; height: 32px;"><div style="background-image...
  5. Ryxy

    Gesior (Whoisonline.php) Outfitter.

    I tried: $cp .= '<a href="?subtopic=characters&name='.urlencode($p['name']).'">'.$p['name'].'</a></td><td style="width: 10%">'.$p['level'].'</td><td style="width:20%">'.str_replace(' ','&#160;',$vocation_name[$p['promotion']][$p['vocation']]).'</td></tr>'; Above it I added: <TD><div...
  6. Ryxy

    Gesior (Whoisonline.php) Outfitter.

    Ya I have it. Outfitter.php outside and Outfits folder too. :/ and yes page in white.
  7. Ryxy

    Gesior (Whoisonline.php) Outfitter.

    Well i would like to add Outfitter to my Who is online. I've tried with NINJA Thread. But it didnt work for me.. Could anyone tell me how can I add this?. Whoisonline.php http://pastebin.com/hEcJ6464 Thanks.
  8. Ryxy

    Shop Gesior 0.3.6 Error?

    in Phpmyadmin/Database "z_shop_offer". Tell me if you have something like this. Try to add items to the shop in-game. /addshop XXXX,xxx
  9. Ryxy

    Lua Delay spell

    Something like this? function onCastSpell(cid, var) local delay = 100 local seconds = 0 local parameters = { cid = cid, var = var, combat = combat } repeat addEvent(fire, seconds, parameters) seconds = seconds + delay until seconds == 5000 end
  10. Ryxy

    Lua Gesior - server status.

    htdocs/system/load.compat.php and replace with: $statusInfo = new ServerStatus('127.0.0.1', $config['server']['statusPort'], 1); or in Data/Config.lua statusTimeout change it to 1
  11. Ryxy

    Healing spells are not removing the paralyze

    You welcome :)
  12. Ryxy

    Healing spells are not removing the paralyze

    Try with this: Folder: Data/Spells/Healing Example: Light Healing local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, false)...
  13. Ryxy

    Donate TalkAction Problem

    Try this. function onSay(cid, words, param, channel) local toPos = getCreatureLookPosition(cid) -- this function may not exists in old TFSes :/ toPos.stackpos = STACKPOS_TOP_MOVEABLE_ITEM_OR_CREATURE local params = string.explode(param, ",") local price = params[1] table.remove(params, 1)...
  14. Ryxy

    Solved ( Fixed ) Delete.

    Which one? :/
  15. Ryxy

    Solved ( Fixed ) Delete.

    How can I fix it? This only happens on Latestnews. On Characters or Guild pages works normal. Thanks!
  16. Ryxy

    (FIXED)Problem with Verification (GesiorACC)

    I'm using TFS 4.0 / And latest GesiorACC Well, when I put a (Valid)Account name and (Valid)Email the icon doenst change. Its always the same .gif. How I fix it: XAMPP/htdocs/account/ ajax_accountname.php (line33) $conn = mysql_pconnect('localhost', 'XXXX', 'YOU SQL PASSWORD') or die();
  17. Ryxy

    Solved new dp teleport

    @heba I think with Talkaction it would be easier and better. Something like !depot !back or something like that. I saw it in CTF (!join event) (!leave event) Something like that. Maybe @Limos can help you with that. I'm at work now so I dont have time. DON'T USE THAT, ITS JUST A EXAMPLE.-...
  18. Ryxy

    Windows problem with install.php

    Words? Like this? http://localhost/install.php:8080 | http://localhost/install.php?page | http://localhost/install.php:80 Probably you puted gesior aac in wrong directory, can you make a picture of your hdtocs folder? PD: Your version of Xampp is outdated.
  19. Ryxy

    Windows problem with install.php

    Try this: http://localhost/install.php Possible Solutions. If not check if Install.php/xml files are in the first pag of Htdocs. Check which IP is added in htdocs/install.txt Also remember to Start "Apache & SQL - Xampp" in Xampp Control Panel.
  20. Ryxy

    Copy a map from another map

    Edit/Selection (Current/Lowers/Visible) Now: Shift + Left Click and select that part of map you want. (Keyboard keys for Copy) (Ctrl+C) <Copy> (Ctrl+V) <Paste> _________ 1º Open your Map 2º Files/Import/Importmap 3º Select Map File (Browse) 3º Put X-offset - Y-offset Wait, and done-.
Back
Top