Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-10-2008, 11:06 AM
Manix25
Sarnak
 
Join Date: Jul 2007
Posts: 31
Default Making buff bots

Can someone explain to me how to add buff bots to my server.Iv searched and cant seem to find the info.Any help is greatly appreciated.

Also,if someone wouldnt mind.People couldnt log into my server and I have made some changes.Could someone try to see if they could log on succesfully?My server name is New Tribunal Order.Again,thanks for any help.
Reply With Quote
  #2  
Old 04-10-2008, 11:18 AM
corvanus
Banned
 
Join Date: Apr 2008
Posts: 26
Default

well I dont use bots for buffing actually i jsut make a normal npc spawn using the #spawn #npcspawn create and #npcspawn add commands then make a quest in the zone folder under the quests directory an example is

Code:
sub EVENT_SAY{
  if ($text=~/hail/i){
  quest::say("Hello. If you wish i can cast a [buff] upon you");
}
elsif ($text=~/buff/i){
   quest::say("Very well ......... there you have been buffed.");
  quest::selfcast(spellidnumberhere);
  }
}
Reply With Quote
  #3  
Old 04-10-2008, 12:24 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Quote:
Originally Posted by Manix25 View Post
Can someone explain to me how to add buff bots to my server.Iv searched and cant seem to find the info.Any help is greatly appreciated.

Also,if someone wouldnt mind.People couldnt log into my server and I have made some changes.Could someone try to see if they could log on succesfully?My server name is New Tribunal Order.Again,thanks for any help.
Look thru this thread

http://www.eqemulator.net/forums/sho...ight=Buff+bots
__________________
Random Segments of Code....
Reply With Quote
  #4  
Old 04-20-2008, 06:07 PM
Manix25
Sarnak
 
Join Date: Jul 2007
Posts: 31
Default

Thank you Corvanus.That was what I needed.Got my buff bots up and running.Now I would imagine at this point in the script quest::selfcast(spellidnumberhere) I could put a commonad that would scribe spells and set skills.What would those commands be?
One other thing I'm having trouble find,how do I turn off #zone for everyone that logs into my server.Cant find under any tables or variables.Thanks for any input.
Reply With Quote
  #5  
Old 04-20-2008, 06:52 PM
Andrew80k
Dragon
 
Join Date: Feb 2007
Posts: 659
Default

Try here. This should get you whatever you need.
Reply With Quote
  #6  
Old 04-20-2008, 07:21 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Quote:
Originally Posted by Manix25 View Post
One other thing I'm having trouble find,how do I turn off #zone for everyone that logs into my server.Cant find under any tables or variables.Thanks for any input.
What is the Status in your eqemu_config.xml file set to? The code in command.cpp shows the zone command being available at 50.
__________________
Random Segments of Code....
Reply With Quote
  #7  
Old 04-20-2008, 09:07 PM
Manix25
Sarnak
 
Join Date: Jul 2007
Posts: 31
Default

Thanks Aramid,found what I was looking for.Spellscriber and skillsetter all set up,great!

I looked in my eqemu_config.xml file but I dont understand what Im looking for,code in "command.ccp".I didnt see anything like that.What should I be looking for?
Reply With Quote
  #8  
Old 04-20-2008, 09:52 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

I believe he means the section below. Note it is set to 0 by default in the full config file:

Code:
	<zones>
		<defaultstatus>0</defaultstatus>
		<!-- Sets port range for world to use to auto configure zones -->
		<ports low="7000" high="7249"/>
	</zones>
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #9  
Old 04-20-2008, 09:55 PM
Manix25
Sarnak
 
Join Date: Jul 2007
Posts: 31
Default

Ah I see now.What value should I set it to so regular joes logging on will not have access to #zone.
Reply With Quote
  #10  
Old 04-20-2008, 10:22 PM
Aramid
Discordant
 
Join Date: May 2006
Posts: 356
Default

Quote:
Originally Posted by Manix25 View Post
Ah I see now.What value should I set it to so regular joes logging on will not have access to #zone.
0 for just regular users. What is yours set to now?

The accounts that are already setup you will have to change in your DB as well.
__________________
Random Segments of Code....
Reply With Quote
  #11  
Old 04-21-2008, 05:01 AM
Manix25
Sarnak
 
Join Date: Jul 2007
Posts: 31
Default

Thanks for all the help guys.Mine was set at 20.Not sure how it got like that.Think that clears up everything,thanks again.
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 03:36 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