Tom_Neverwinter

Inthius FFXI Eastern Adoulin

Jul 26th, 2022 (edited)
1,114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. -----------------------------------
  2. -- Area: Eastern Adoulin !zone 257
  3. -- NPC: Inthius
  4. -- Type: Weather Reporter
  5. -- !pos -97.145 0.001 -36.710 257
  6. -----------------------------------
  7. local entity = {}
  8.  
  9. entity.onTrade = function(player, npc, trade)
  10. end
  11.  
  12. entity.onTrigger = function(player, npc)
  13.     player:startEvent(4, 0, 0, 0, 0, 0, 0, 0, VanadielTime())
  14. end
  15.  
  16. entity.onEventUpdate = function(player, csid, option)
  17. end
  18.  
  19. entity.onEventFinish = function(player, csid, option)
  20. end
  21.  
  22. return entity
  23.  
Advertisement
Add Comment
Please, Sign In to add comment