Make an NPC use OOC or Auction
I wanted my buffing NPC's in East Commons to use ooc and advertise like a real player. I couldn't figure out how to do that so i make the player think they are seeing OOC text. It's basically messages sent to the client in the format of a PC OOC. This is from my global.pl file
Code:
sub EVENT_ENTERZONE { |
I made a post a while back about this here. Although you can just do this:
Code:
quest::we(1, $npc->GetCleanName() . " says out of character, 'BLAH'); |
I implemented a bunch of buff bots in PoK (hanging around main bank like the old days)(my old days anyways,haha), but I just used an enter_zone "ooc" style which did it just once, since the npcs are static anyways. I set up some npc "traders" in bazaar as well, but had to stock them with pricing and have them doing a serverwide "auction" message.
|
All times are GMT -4. The time now is 04:15 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.