
A few things:
- Upload releases to te4.org !
- Autoexplore, pleasssssseee !

- Validating the levelup dialog is really not intuitive for those that do not read


- Make ASCII not transparent, at least as an option
- Enable ingame chat, it's most easy:
Code: Select all
Index: init.lua
===================================================================
--- init.lua (revision 805)
+++ init.lua (working copy)
@@ -29,6 +29,7 @@
The original Tales of Middle Earth v2.3.9 (or a reasonable approximation thereof) ported to the TE4 engine.
]]
starter = "mod.load"
+allow_userchat = true -- We can talk to the online community
no_get_name = true -- Handle name juggling ourself.
Index: class/Game.lua
===================================================================
--- class/Game.lua (revision 805)
+++ class/Game.lua (working copy)
@@ -103,6 +103,9 @@
self.log(style, ...)
end
end
+ self.logChat = function(msg, ...)
+ self.log(msg, ...)
+ end
self.log(self.flash.GOOD, "Welcome to #00FF00#Tales of Middle-Earth#LAST#!")
- Pray to Tulkas skill gives a lua error for tooltip:
Code: Select all
Lua Error: /data/talents/player/pray.lua:131: attempt to index global 'src' (a nil value)
At [C]:-1 __index
At /data/talents/player/pray.lua:131 describe
At /data/talents/player/pray.lua:112 info
At /engine/interface/ActorTalents.lua:78 info
At /mod/class/Actor.lua:410 getTalentFullDescription
At /engine/HotkeysDisplay.lua:198 onMouse
At /mod/class/Game.lua:664 fct
At /engine/Mouse.lua:76
Code: Select all
Lua Error: /mod/class/Player.lua:848: attempt to perform arithmetic on field 'luck' (a table value)
At [C]:-1 __add
At /mod/class/Player.lua:848 getLuck
At /mod/class/Player.lua:852 getLuckScale
At /mod/class/Object.lua:105 resolve
At /engine/Zone.lua:455 finishEntity
At /engine/Zone.lua:426 makeEntityByName
At /mod/class/NPC.lua:167 populateInitialInventory
At /mod/resolvers.lua:212
At /engine/Entity.lua:571 resolve
At /engine/Zone.lua:455 finishEntity
At /engine/Zone.lua:396 makeEntity
At /engine/generator/actor/Random.lua:101 generateOne
At /engine/generator/actor/Random.lua:118 regenFrom
At /engine/generator/actor/Random.lua:47 generate
At /engine/Zone.lua:909 newLevel
At /engine/Zone.lua:804 getLevel
At /mod/class/Game.lua:271 changeLevel
At /mod/class/Game.lua:146 at_end
At /mod/dialogs/Birther.lua:322 callback
At /mod/dialogs/Birther.lua:293 checkNew
At /mod/dialogs/Birther.lua:324 atEnd
At /mod/dialogs/Birther.lua:114 fct
At /engine/ui/Button.lua:64 fct
At /engine/Mouse.lua:56 receiveMouse
At /engine/Mouse.lua:94 delegate
At /engine/ui/Dialog.lua:547 mouseEvent
At /engine/ui/Dialog.lua:326 fct
At /engine/Mouse.lua:56