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
Read more about this 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...