mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-12 12:59:47 +01:00
finish quest part of inq
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -38,8 +38,8 @@ end
|
||||
|
||||
function setupTables()
|
||||
configOptions = {
|
||||
{id = "addon1", text = "Addon 1", checked = false, enabled = g_game.getClientVersion() >= 780},
|
||||
{id = "addon2", text = "Addon 2", checked = false, enabled = g_game.getClientVersion() >= 780},
|
||||
{id = "addon1", text = "Addon 1", checked = false, enabled = g_game.getFeature(GamePlayerAddons)},
|
||||
{id = "addon2", text = "Addon 2", checked = false, enabled = g_game.getFeature(GamePlayerAddons)},
|
||||
{id = "mount", text = "Mount", checked = false, enabled = g_game.getFeature(GamePlayerMounts)},
|
||||
{id = "wings", text = "Wings", checked = false, enabled = g_game.getFeature(GameWingsAndAura)},
|
||||
{id = "aura", text = "Aura", checked = false, enabled = g_game.getFeature(GameWingsAndAura)},
|
||||
|
||||
@@ -5345,3 +5345,58 @@ stack traceback:
|
||||
[C]: in function '__index'
|
||||
/modules/game_outfit/outfit.lua:355: in function 'onElementSelect'
|
||||
/layouts/retro/styles/40-outfitwindow.otui:151: [@onClick]:2: in function </layouts/retro/styles/40-outfitwindow.otui:151: [@onClick]:1>
|
||||
Exiting application..
|
||||
GPU Radeon RX 580 Series (ATI Technologies Inc.)
|
||||
OpenGL 4.6.13596 Compatibility Profile Context 20.10.35.02 27.20.1034.6
|
||||
[Atlas] Texture size is: 4096x4096 (max: 16384x16384)
|
||||
Found work dir at 'C:/Users/erika/source/repos/Sabrehaven/800OTClient/'
|
||||
== application started at Apr 18 2022 16:06:08
|
||||
OTCv8 3.1 rev 163 (dev) made by otclient.net built on Mar 31 2022 for arch x86
|
||||
Connecting to: 127.0.0.1:7171
|
||||
Login to 127.0.0.1:7172
|
||||
ERROR: protected lua call failed: /modules/game_outfit/outfit.lua:836: attempt to index field 'addon1' (a nil value)
|
||||
stack traceback:
|
||||
[C]: in function '__index'
|
||||
/modules/game_outfit/outfit.lua:836: in function </modules/game_outfit/outfit.lua:556>
|
||||
ERROR: protected lua call failed: /modules/game_outfit/outfit.lua:836: attempt to index field 'addon1' (a nil value)
|
||||
stack traceback:
|
||||
[C]: in function '__index'
|
||||
/modules/game_outfit/outfit.lua:836: in function </modules/game_outfit/outfit.lua:556>
|
||||
Exiting application..
|
||||
GPU Radeon RX 580 Series (ATI Technologies Inc.)
|
||||
OpenGL 4.6.13596 Compatibility Profile Context 20.10.35.02 27.20.1034.6
|
||||
[Atlas] Texture size is: 4096x4096 (max: 16384x16384)
|
||||
Found work dir at 'C:/Users/erika/source/repos/Sabrehaven/800OTClient/'
|
||||
== application started at Apr 18 2022 16:10:05
|
||||
OTCv8 3.1 rev 163 (dev) made by otclient.net built on Mar 31 2022 for arch x86
|
||||
Connecting to: 127.0.0.1:7171
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
ERROR: lua function callback failed: /modules/game_battle/battle.lua:357: attempt to compare nil with number
|
||||
stack traceback:
|
||||
[C]: in function '__lt'
|
||||
/modules/game_battle/battle.lua:357: in function </modules/game_battle/battle.lua:355>
|
||||
[C]: in function 'sort'
|
||||
/modules/game_battle/battle.lua:355: in function 'sortCreatures'
|
||||
/modules/game_battle/battle.lua:263: in function 'checkCreatures'
|
||||
/modules/game_battle/battle.lua:224: in function </modules/game_battle/battle.lua:221>
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
Exiting application..
|
||||
GPU Radeon RX 580 Series (ATI Technologies Inc.)
|
||||
OpenGL 4.6.13596 Compatibility Profile Context 20.10.35.02 27.20.1034.6
|
||||
[Atlas] Texture size is: 4096x4096 (max: 16384x16384)
|
||||
Found work dir at 'C:/Users/erika/source/repos/Sabrehaven/800OTClient/'
|
||||
== application started at Apr 18 2022 18:15:15
|
||||
OTCv8 3.1 rev 163 (dev) made by otclient.net built on Mar 31 2022 for arch x86
|
||||
Connecting to: 127.0.0.1:7171
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
Login to 127.0.0.1:7172
|
||||
|
||||
Reference in New Issue
Block a user