• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.
Resource icon

[NPC] Demonguard - Pits of Inferno 2024-09-12

No permission to download

Nottinghster

Tibia World RPG Developer
Joined
Oct 24, 2007
Messages
1,603
Solutions
6
Reaction score
497
Location
Brazil - Rio de Janeiro
GitHub
Nottinghster
Nottinghster submitted a new resource:

[NPC] Demonguard - Pits of Inferno - npc

Nothing to do, so...
LUA:
-- Author:         Rodrigo (Nottinghster) - (OTLand, OTFans, XTibia, OTServBR)
-- Country:        Brazil
-- From:         Tibia World RPG OldSchool

local keywordHandler = KeywordHandler:new()
local npcHandler = NpcHandler:new(keywordHandler)
NpcSystem.parseParameters(npcHandler)

-- OTServ event handling functions start
function onCreatureAppear(cid)              npcHandler:onCreatureAppear(cid)            end
function onCreatureDisappear(cid)...

Read more about this resource...
 
Back
Top