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

    Solved [SQL] Need a Query to delete houses in table with world id 1

    nvm i am an idiot and fixed it using DELETE FROM `******ot`.`houses` WHERE `houses`.`world_id` =1 ;;
  2. sharpy

    Solved Need help with wand script

    I am trying to make a new wand script using this code: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_SMALLHOLY) function onGetFormulaValues(cid, level, maglevel) min =...
  3. sharpy

    [MYSQL] Unknown column in field list

    I am trying to use Rohan-Ots Fastfingers script and I found one thread were someone else had the same problem as me, However when i tried to use the fix posted i got a different error... here is the error i am getting in the console: mysql_real_query(): INSERT INTO...
  4. sharpy

    Ban Players IP range?

    I have a banned player who keeps changing his IP address and making new accounts, Is there a way I can ban his entire IP range instead of the IP he is on? I tried to search for an answer and did not find anything...
  5. sharpy

    [USA] LastOT 8.6 REAL MAP! (PVP/RPG) NOW ONLINE!

    LastOT Real Map RPG 8.6 IP/Website: lastot.no-ip.org Port: 7171 Location: USA Exp Rates: 20x to level 50, 15x to level 100, 10x level 100+ Skill Rate: 5x Magic Rate: 4x Loot Rate: 4x Spawn Rate: 2x Inquisition Quest Blue Legs Quest Azerus Quest Zao island Quest Dark Shield Quest Orc Fortress...
  6. sharpy

    Solved [SQL] Problem creating table tile_items

    I am using TFS 0.3.6 and on server save i get these errors: [11/07/2013 18:15:42] mysql_real_query(): DELETE FROM `tile_items` WHERE `world_id` = 0 - MYSQL ERROR: Table 'ksdunlapotserv.tile_items' doesn't exist (1146) [11/07/2013 18:15:42] mysql_real_query(): DELETE FROM `tile_items` WHERE...
  7. sharpy

    Solved [SQL] Errors in console on logout

    I am getting these errors whenever anyone logs out of my server, I know what they are from but i don't know how to create the missing tables in my database. does anyone have the sql queries on how to add these tables in TFS 0.3.6? its for bans and depot items [11/07/2013 17:20:41]...
  8. sharpy

    Solved NPC errors in console

    I'm working on a 9.6 TFS v0.2.14 server and I am getting repeating errors from several of my npcs. I know enough lua to edit most scripts but I am stumped on this, I know something is missing from the last lines but I don't know what was removed... here is the error i keep receiving...
  9. sharpy

    Lua randomize items on specific area of map on loop

    i know this sounds kind of strange but i was wondering if there is a way to have a specific area of the map make a random set of items constantly change in a loop like say a 3x3 area of the map that constantly makes 4 or 5 items randomly change constantly on a loop all the time or when you...
  10. sharpy

    Lua tile that when you step on displays a book like msg

    Im trying to make a tile with an action id that when you step on it a book like message pops up on the players screen here is the code ive got it returns no errors in the server but does nothing when you step on it function onUse(cid, item, fromPosition, itemEx, toPosition) if...
  11. sharpy

    Lua quest npc

    alright so heres the script im trying to make (keep in mind im not good at all at scripting) ive edited this script from another npc script and i keep getting all kinds of different errors i need this npc to give you and item with a unique id when you say quest and also need him to give a...
  12. sharpy

    Lua lever that gives crystal coin once

    Im teaching myself how to script and so far ive made a few small scripts and got them working but this one im stumped on script loads and i dont get any errors in the server console but the switch doesnt move and nothing happens here is the code ive wrote function onUse(cid, item, fromPosition...
  13. sharpy

    AAC wont accept character names

    Im running crying damson 6pl1 server and for some reason after i made a few chars and accounts my AAC quit accepting anything for a player name it always comes back name is too short, name is too long, or name contains invalid characters. can someone point me where to look to fix this?
  14. sharpy

    8.54 mc offset

    i need the offsets and codes to make an 8.54 mc with a hex editor can anyone help me here?
Back
Top