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

    Mysql Error when trying to log in, help!

    I'm running a RL Map on 0.4 Ref 3777 8.60 When I log in it gives me "mysql_real_query<>: SELECT * FROM z_ots_communication WHERE 'type' = 'login' ; - MYSQL ERROR: Teable 'otland.z_ots_communication' doesn't exist <1146>" How do I fix this? Thanks!
  2. K

    C++ Help with "'LuaInterface' has not been declared.

    I tried to add in: //doChallengePlayer(cid, target) lua_register(m_luaState, "doChallengePlayer", LuaInterface::luaDoChallengePlayer); And when compiling, I got the error: In member function 'virtual void LuaScriptInterface::registerFunctions[]'...
  3. K

    Source HELP! Where to find Magic Level Cap, and to raise it in source?

    I have DevC++ with the source open. How would I find where the magic level cap is? Because I need to extend it. Thank you!
  4. K

    [SQLite} Transfer character to a different distro help!

    How would I transfer all Character from my current distro to another one , preserving their items aswell? SQLITE server is what I'm using. Thanks!
  5. K

    How to use healthGain/healthTicks for outfits.xml HELP!

    Help please. I'm in need to learn how it works for outfits.xml Thanks!
  6. K

    Help! On spell base on health % being used

    Hi want to know how to make a spell that let's say you have 1000 Hp, And the spell uses 5% of your health, so it has a base damage + 5% of your health are being converted into damage, but it drain 5% of your health while being used. How would this be done? Thanks!
  7. K

    TFS 0.3.6pl1 doAddAccountBanishment

    How come when i use doAddAccountBanishment(getAccountIdByName(getCreatureName(target)), getPlayerGUIDByName(getCreatureName(target)), 3600, 23, ACTION_BANISHMENT, "Anti-Bot", getPlayerGUID(cid)) doRemoveCreature(target) It works and even added to the database under bans but the...
  8. K

    Random Experience 0.3.6p1

    Can someone help me edit the source so that when the player kill a monster he will get 0.8 to 1.2 exp rate example troll = 20 exp player exprate = 5x so total exp = 100 but the result will come out randomly from 80 to 120
  9. K

    Executing too often

    I have a quick question Does putting globalevent at check every 1 second lag the server?
  10. K

    Error on scaffolding

    TFS 0.3.6pl1 How do i fix this? A Database Error Occurred Error Number: 1054 Unknown column 'nameOriginal' in 'field list' UPDATE `players` SET `name` = 'Admins', `world_id` = '0', `group_id` = '6', `account_id` = '2', `level` = '666', `vocation` = '2', `health` = '1850', `healthmax` =...
  11. K

    Check creatures

    Is there anyway to check how many creatures of 1 kind in the server? to be more clear is I want this function for the boss summon. Use globalevent to summon a boss in an area after some tmie but I dont want it to summon 2 of them at a time. so if there is a function to check i can do like if...
  12. K

    ActionId/ Movement scripts

    actionid can't work with movement scripts? example <movevent type="Equip" actionid="2496" slot="head" event="script" value="omgItWontWork.lua"/> <movevent type="DeEquip" actionid="2496" slot="head" event="script" value="omgItWontWork.lua"/>
  13. K

    Random Teleport Positions

    Solved
  14. K

    Question about decimal number

    Problem Soved, Thread Closed
  15. K

    Check if tile has Field

    I was wondering is there anyway to check if a Tile has a field on top of it. I tried all the stackpos but it doesn't seem to work. This include (fire field, energy field, poison field) maybe more? So If anyone know how to do this please show me how.
  16. K

    Help choose dedicated server

    Hello I plan to run an ot with a custom map of about 20 MB I plan to have about 100 players max on the server Can someone recommend for a good dedicated server. I use window. I can afford about 100$ a month, if the server without set up fee that's great. I think I need a remote destop so...
  17. K

    Windows Dedicated Server Control Panel

    I plan to get a dedicated server here https://www.singlehop.com/ I plan to choose Windows Server 2003 - Standard Edition [Add $20.00] My question is on the bottom they have you select Control Panel Please select your control panel from the options below. cPanel/WHM [Add $19.00]...
  18. K

    C++ Storage Value/ Show Description

    I'm making the quest Dreamer's Challenge for my OT and at the end of this quest you get to join either the Brotherhood or Nightmare Side. I want to request a Code that show another description based on their storage value after the players Level. Example: 00:47 You see Upalot. He is a...
  19. K

    Creature Event questions

    I was going to make this function on creatureevent that it will add a storage to a player everytime they kill each certain monsters. My question is since alot of players could be killing the same monster and the script would execute everytime. Will it lag the server?
  20. K

    Item Protection questions

    Well when I look in the function of TFS 0.3.4.2 there are 2 functions. getItemProtection(uid) and doSetItemProtection(uid, value) Anyone figured out how this work? I tried many ways before but it looks like it doesn't work so my question is Is there a special way to use it? or The...
Back
Top