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

The Forgotten Server v0.2 (Mystic Spirit)

Status
Not open for further replies.
ok can someone please list what files i need to download.. every time i try to down load the tfs server i get a file structur like tags/trunks i dont know what files i need.. to download.. so if some one could please list which files i need and the link to download them direct.. it would help me alot thank u
 
Code:
-- Keep these here so they don't mix up keywords
shopModule:addBuyableItemContainer({'bp sd'},             2003, 2268, 8000, 20,  'Backpack of sudden death')
shopModule:addBuyableItemContainer({'bp uhs'},             2002, 2273, 5000, 20,  'Backpack of ultimate healing')
shopModule:addBuyableItemContainer({'bp gfb'},            2000, 2304, 2500, 20,  'Backpack of great fireball')
shopModule:addBuyableItemContainer({'bp hmm'},            2001, 2311, 3000, 20,  'Backpack of heavy magic missile')
shopModule:addBuyableItemContainer({'bp exp'},            2001, 2313, 4500, 20,  'Backpack of explosion rune')
shopModule:addBuyableItemContainer({'bp hp'},             1998, 7618, 1000, 1,     'backpack health potion')
shopModule:addBuyableItemContainer({'bp smp'},            1998, 7589, 2200, 1,     'Backpack strong health potion')
shopModule:addBuyableItemContainer({'bp ghp'},            1998, 7591, 5000, 1,      'backpack great health potion')
shopModule:addBuyableItemContainer({'bp mp'},             2004, 7620, 2000, 1,      'Backpack mana potion')
shopModule:addBuyableItemContainer({'bp shp'},            2004, 7588, 2200, 1,      'Backpack strong mana potion')
shopModule:addBuyableItemContainer({'bp gmp'},            2004, 7590, 5000, 1,      'Backpack great mana potion')
-- Keep these here so they don't mix up keywords
shopModule:addBuyableItemContainer({'bp uhp'},            1998, 8473, 9000, 1,      'Backpack Ultimate healing potion')
shopModule:addBuyableItemContainer({'bp gsp'},            2004, 8472, 4000, 1,      'Backpack great spirit potion')

is it something worng in thiss?...i used it before this update and it worked perfectly..now all it does is spawn 20+ grey bps when i buy sd's and empty blue bp when buying bp uh's...im using the BOTH options for 8.2 npc so i can use buy bp sd and still say trade to buy stuff in the trade window

OFC this isnt full..but it cant be the other part that has error since i can buy stuff with trade window
 
it should know automatically. ..but alternately you can select the code type at the top on one of the selections on the right side of File.

I don't feel like opening it now to look tho :p
 
so maybe it's time to start hard work on 0.3 :p
 
Found a bug, don't know if it was already been reported, the radius isn't correct.
example>>
a radius 3 from a rod:
the char can attack from all the x squares where 0 is the monster
xxxxxxx
xxxxxxx
xxx0xxx
xxxxxxx
xxxxxxx

in the past the radius was working like this:
__xxx__
_xxxxx_
xxx0xxx
_xxxxx_
__xxx__
 
Hey TFS Team, i have noticed a few small problems, when config.lua is edit, some things such as exhaust dont work and then when u reinstall it works but then another command in config.lua stops working, seen a few post on suport about it.

Hope this helps, keep up the great work!
 
my server has been online for about.. i think 24 hours + now.
I haven't had many errors but this one is random and I am Unsure what it means.

Tala i hope you know..

Code:
[23/08/2008  20:26:56] Error: [Server::onAccept] More than 100 listen errors.
There are currently 10 players online with a server cap of 40.

players may LOG OUT, but Even I am unable to log on, I'm getting client Error: Connection refused. (10061)


ANY Idea what this means??

I can not find any other errors like it, just many weird script errors:
Code:
[23/08/2008  15:53:02] Lua Script Error: [Spell Interface] 
[23/08/2008  15:53:02] in a timer event called from: 
[23/08/2008  15:53:02] (Unknown scriptfile)

[23/08/2008  15:53:02] luaDoAreaCombatHealth(). Creature not found


-------
  --//MY ANNI ISN'T OPEN I DONT KNOW HOW THIS EVEN OCCURED!

[23/08/2008  15:49:03] Lua Script Error: [Action Interface] 
[23/08/2008  15:49:03] data/actions/scripts/quests/annihilator.lua:onUse

[23/08/2008  15:49:03] luaGetThingfromPos(). Tile not found

[23/08/2008  15:49:16] Lua Script Error: [Action Interface] 
[23/08/2008  15:49:16] data/actions/scripts/quests/annihilator.lua:onUse
-------
---// Wtf is this???
[23/08/2008  16:28:54] Lua Script Error: [Npc interface] 
[23/08/2008  16:28:54] data/npc/scripts/runes.lua:onCreatureDisappear

------
After posting this I am shutting down my server and restarting it.
---//Upon shutting down the server crashed, if it's any help to what may have caused this.


Thank you tala, and TFS dev. group. You've done a great job in making this, and helping us as much as you can. I appreciate everything you've done :)
 
Last edited:
Status
Not open for further replies.
Back
Top