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

    Cannot create a GOD in 10.31 Please reply ASAP

    Download tfs 10.31 and copy xml/groups.xml to your server folder xml/
  2. Rosestylah

    Windows prevent hacking ingame?

    Because I heard it's not safe. And Gesior 2012 gets updated, Znote not.
  3. Rosestylah

    need help with IPN.php

    <? $mysql_host = '127.0.0.1'; // Leave at localhost $mysql_user = 'root'; // DB User $mysql_pass = 'CHANGETHISSHIT'; // DB Pass $mysql_db = 'CHANGETHISTOO'; // DB Name $file = 'paypal.log'; // Paypal Log Name will be placed in the same location as your ipn.php file $custom =...
  4. Rosestylah

    cannot find -llua51

    Windows, right? Not Linux?
  5. Rosestylah

    Premium Points to the winner of EVENT.

    That line works on my 0.3.6 tfs, try searching db.Query=db.executeQuery in 050-functions.lua or 000-constant.lua
  6. Rosestylah

    Premium Points to the winner of EVENT.

    if blue >= t.v then doBroadcastMessage(t.y, MESSAGE_STATUS_WARNING) setGlobalStorageValue(t.h, 1) for _, pid in ipairs(getPlayersOnline()) do if(getPlayerStorageValue(pid, t.f_1) == 1) then db.executeQuery('UPDATE accounts SET premium_points=premium_points+'10' WHERE id=' ...
  7. Rosestylah

    Windows prevent hacking ingame?

    I use the same server sources and having 132 players online on my OT I'd say it's pretty much safe server and stable. But about the Account Maker, DO NOT use any Gesior besides Gesior 2012. They're easy to hack (by SQL Injection) and your server goes pa-pa within few minutes...
  8. Rosestylah

    Compiling HELP max level?

    in config.lua (server folder) edit this ExperienceStages = false to ExperienceStages = true then set an ending level at XML/Stages.xml <stage minlevel="50" multiplier="0"/>
  9. Rosestylah

    need help with IPN.php

    <?php $paypal_report_url = 'yoursite.wtf/paypal_report'; $paypal_return_url = 'yoursite.wtf/?subtopic=shopsystem'; $paypal_image = 'https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif'; $paypal_payment_type = '_xclick'; // '_xclick' (Buy Now) or '_donations' $paypals[0]['mail'] =...
  10. Rosestylah

    [TIBIA ELFBOT] how do i make my elfbot to only attack if there is monsters near?

    ng would use if (PlayerOnScreen) > 0{ return 1; } Try to google that or just search elfbot forum.
  11. Rosestylah

    Gesior errors (site problems)

    Oh you're using EMPORIA vapUS right? Go to "data/libs" and replace all files from "data/libs/old" with 'data/libs" files. Also remove VipCheck thing from globalevents.xml and the script in globalevents/scripts :p
  12. Rosestylah

    Gesior AAC 8.6 Online Count Players

    Gesior 0.3.6 right? Use this (htdocs/whoisonline.php)or (www/whoisonline.php) <?PHP $update_interval = 10; if(count($config['site']['worlds']) > 1) { $worlds .= '<i>Select world:</i> '; foreach($config['site']['worlds'] as $id => $world_n) { $worlds .= ' <a...
  13. Rosestylah

    [TIBIA ELFBOT] how do i make my elfbot to only attack if there is monsters near?

    Find somewhere that option "Range" and if you want to attack everything 6 squares away from your position and less, put 6.
  14. Rosestylah

    Error mysql_real_query

    What tfs and what gesior do you use? 0.3.6;Gesior 2012?
  15. Rosestylah

    [TIBIA ELFBOT] how do i make my elfbot to only attack if there is monsters near?

    Range="(sqm away from your current position)"
  16. Rosestylah

    Lua Problem with NPC Trade, lua script

    I'd copy you npchandler and modules here from /npc/lib/ but I can't go over 10000 characters. pm me if you still need it
  17. Rosestylah

    Linux Portfarwarding, virtual machine, debian.

    Port Forward these ports: 21, 22 Write here if it works.
  18. Rosestylah

    Donator Items

    I'll give you an armor example. In items.xml <item id="8883" article="a" name="titania armor"> <attribute key="weight" value="12000" /> <attribute key="armor" value="15" /> <attribute key="absorbPercentDeath" value="10" /> <attribute key="skillSword" value="5" /> <attribute...
  19. Rosestylah

    Donator Items

    just add lines like <attribute key="skillSword" value="3"> (that would add sword +3) under item name in items.xml if you want your edited item to have a working function add it to movements.xml under same category as the item category (helmet, armor, legs, boots)
  20. Rosestylah

    [Poland] TITANIA - 8.60 edited real map w/ Razzachai (24/7 DEDICATED)

    No worries OT will be back 22nd January, it had 132 players record but I forgot to save the database and files and used /shutdown -r now My fauly, yeah, stupid.
Back
Top