• 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!

Recent content by luke55

  1. L

    RESET LUNARFORCE WITH OLD RATES

    As a new player of Lunarforce, a reset would be a terrible idea. I like the fact that the server has a quiet spot and at the same time has very big wars between my guild and other people. A reset would attracted too many power-abusing players that only hunt low levels and it'll only cause it to...
  2. L

    Can anyone make me a script like shown on this thread?

    Sorry for the long reply - I get an error in my console saying "luaDoRemoveItem: item not found" yet I have the item and the correct ID D:
  3. L

    [Mod & Lua] Advanced First Items (useRunes, useSlot, slotType, useMessage, inContainer)

    Good guide rep+ to J.Dre Thanks a bunch for the helps :D
  4. L

    when ur on a level [U receive Shop points] HELP [repp+]

    Sent you a PM. I get these errors: [02/08/2012 21:55:35] [Error - CreatureScript Interface] [02/08/2012 21:55:35] buffer:onLogin [02/08/2012 21:55:35] Description: [02/08/2012 21:55:35] (luaDoAddContainerItem) Container not found [02/08/2012 21:55:35] [Error - CreatureScript Interface]...
  5. L

    when ur on a level [U receive Shop points] HELP [repp+]

    TFS: V4 <- I think it's V4 (the one downloaded from the premium section.)
  6. L

    when ur on a level [U receive Shop points] HELP [repp+]

    [02/08/2012 21:38:49] [Error - CreatureScript Interface] [02/08/2012 21:38:49] data/creaturescripts/scripts/points.lua:onAdvance [02/08/2012 21:38:49] Description: [02/08/2012 21:38:49] data/creaturescripts/scripts/points.lua:12: attempt to call field 'Query' (a nil value) [02/08/2012...
  7. L

    when ur on a level [U receive Shop points] HELP [repp+]

    I did what you said, and this came up [02/08/2012 21:32:01] [Error - CreatureScript Interface] [02/08/2012 21:32:01] data/creaturescripts/scripts/points.lua:onAdvance [02/08/2012 21:32:01] Description: [02/08/2012 21:32:01] data/creaturescripts/scripts/points.lua:12: attempt to call...
  8. L

    when ur on a level [U receive Shop points] HELP [repp+]

    Can someone help me - when I reach level 250, it doesn't work This is my code: Login: function onLogin(cid) if os.difftime(os.time, getPlayerStorageValue(cid, storTime)) >= (24 * 60 * 60 * 1000) then setPlayerStorageValue(cid, storTime, 0)...
  9. L

    Shop System Full! [Modern AAC]

    This shop system works perfectly, Is there a script that anyone can give me to reward 20 premium points @ like level 250 that works with this shop system? Thanks 0.o
  10. L

    Lua Start items fall on floor

    Title says it all Here are the codes: First items in the "mods" folder <?xml version="1.0" encoding="UTF-8"?> <mod name="First Items" version="1.0" author="The Forgotten Server" contact="otland.net" enabled="yes"> <config name="firstitems_config"><![CDATA[ config = { storage =...
  11. L

    Can anyone make me a script like shown on this thread?

    Bump And I made a script: local ItemEnterId = 2137 local pos = {x=32258, y=32224, z=7} function onStepIn(cid, item, position, fromPosition) if isPlayer(cid) == TRUE then if getPlayerItemCount(cid, ItenEnterId) >= 1 then doTeleportThing(cid, pos, TRUE)...
  12. L

    Lua Oracle (luaGetCreatureStorage) Creature not found

    Did you add both .xml and .lua files? Example: XML: <?xml version="1.0" encoding="UTF-8"?> <npc name="A Fluffy Squirrel" script="data/npc/scripts/a fluffy squirrel.lua" walkinterval="2000" floorchange="0"> <health now="100" max="100"/> <look type="274" head="0" body="0" legs="0"...
  13. L

    [Illusion] Mapping Corner

    Looks really good keep it up :D
  14. L

    Luffy's mapping thread.

    Looks nice :)
  15. L

    Linux Character List Load but I can't enter on the server PLXX HELP ;/

    It looks like they are connecting to your IP but not connecting ingame, therefore it means that the passwords of your database are not matching (i think) or there is a firewall / port that isn't open so it's not allowing people to connect.
Back
Top