Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Feature Requests

Development::Feature Requests Post suggestions/feature requests here.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-29-2009, 01:51 PM
Brightstrider
Fire Beetle
 
Join Date: Jun 2009
Location: Calgary, Alberta
Posts: 17
Default GM Command to bind

Hello,

Is there a GM command to bind players?

Brightstrider
Reply With Quote
  #2  
Old 06-29-2009, 02:04 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

do you really need it?
if you gm you can simply cast Bind on them
Reply With Quote
  #3  
Old 06-29-2009, 02:16 PM
Brightstrider
Fire Beetle
 
Join Date: Jun 2009
Location: Calgary, Alberta
Posts: 17
Default

Hello,

Ok, if I'm a level 4 wood elf ranger with GM status 200, how would I go about casting bind on other players? It's not necessary to program in as a command if I can cast some other way.

Brightstrider
Reply With Quote
  #4  
Old 06-29-2009, 02:18 PM
Zeice
Sarnak
 
Join Date: Oct 2008
Location: USA
Posts: 92
Default

Type #findspell bind affinity
Get the id number (35 or 2049)
then type

#cast idnumber

so

#cast 35
or
#cast 2049
Reply With Quote
  #5  
Old 06-29-2009, 02:42 PM
Yeormom
Discordant
 
Join Date: Apr 2004
Location: 127.0.0.1
Posts: 402
Default

Target the player and use the command #bind

This command calls the following code, in case you don't have it for some reason.
Code:
void command_bind(Client *c, const Seperator *sep)
{
	if (c->GetTarget() != 0 ) {
		if (c->GetTarget()->IsClient())
			c->GetTarget()->CastToClient()->SetBindPoint();
		else
			c->Message(0, "Error: target not a Player");
	 } else
		c->SetBindPoint();
}
__________________
Yeorwned
Bane of Life [Custom Classic/PvP]
Reply With Quote
Reply


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 12:37 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3