Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 10-09-2016, 11:20 AM
Splose's Avatar
Splose
Discordant
 
Join Date: Apr 2014
Posts: 280
Default

You could shorten this up a lot but I wrote it a long time ago.. not sure if it sends to all players off the top of my head but you can change the gmsay to make what you're talking about happen. The added part at the bottom sets your common tongue/sense heading to max.

Code:
sub EVENT_CONNECT {
	quest::gmsay("$name has connected.", 18, 1);
	quest::gmsay(" Account Name: " . $client->AccountName() . " - Status: $status", 18, 1);
	if($uguild_id > 0) {
		my $guildname = quest::getguildnamebyid($uguild_id);
		quest::gmsay("(Character Profile: Level $ulevel $race $class) <$guildname>)", 18, 1);
		quest::gmsay("Zone: $zonesn", 18, 1);
	}
	else {
		quest::gmsay("(Character Profile: Level $ulevel $race $class) <No Guild>", 18, 1);
		quest::gmsay("Zone: $zonesn", 18, 1);
		
	}
	if($client->GetLanguageSkill(0) != 100) {
		$client->SetLanguageSkill(0, 100);
	}
	if($client->GetSkill(40) != 400) {
		$client->SetSkill(40, 400);
	}
}
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:50 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3