fix items, map, protocls

This commit is contained in:
ErikasKontenis
2022-04-09 13:45:27 +03:00
parent 18bd56496e
commit 396464b940
933 changed files with 215171 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
function init()
g_healthBars.addHealthBackground("/images/bars/health1", -2, -2, 0, 2, 4)
g_healthBars.addManaBackground("/images/bars/mana1", -2, -2, 0, 2, 4)
end
function terminate()
end

View File

@@ -0,0 +1,10 @@
Module
name: game_healthbars
description: Load health and mana bars
author: Oen44
website: http://otclient.ovh
scripts: [ healthbars ]
autoload: false
sandboxed: true
@onLoad: init()
@onUnload: terminate()