|  |  | 
 
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  |  |  |  
  |  | 
	
		
   
   
      | Support::Windows Servers Support forum for Windows EQEMu users. |  
	
	
		
	
	
	| 
			
			 
			
				01-21-2016, 03:10 AM
			
			
			
		 |  
	| 
		
			
			| Hill Giant |  | 
					Join Date: Mar 2015 
						Posts: 126
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by XanatosNemos  I'm in! But how do I add in those custom items i made over with EOC ? lol
 thanks again guys!
 |  If you have already created the items on EoC, you should be able to #giveitem ID
 
If no item shows, you need to run #hotfix, zone and then try again. |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 02:33 PM
			
			
			
		 |  
	| 
		
			
			| Sarnak |  | 
					Join Date: Feb 2007 
						Posts: 53
					      |  |  
	| 
 having followed the directions in the guide, im apparently still unable to find bots? 
				__________________ 
				~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com  The EQ/WoW Hybrid
			 |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 03:15 PM
			
			
			
		 |  
	| 
		
			|  | Developer |  | 
					Join Date: Apr 2012 Location: North Carolina 
						Posts: 2,815
					      |  |  
	| 
 
				__________________Uleat of Bertoxxulous
 
 Compilin' Dirty
 |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 03:32 PM
			
			
			
		 |  
	| 
		
			
			| Hill Giant |  | 
					Join Date: Mar 2015 
						Posts: 126
					      |  |  
	| 
 Heh, that is where i am stuck. |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 05:33 PM
			
			
			
		 |  
	| 
		
			
			| Sarnak |  | 
					Join Date: Feb 2007 
						Posts: 53
					      |  |  
	| 
 Thanks for the replies, 
 I've actually done both of those steps, and it hasnt worked? You're recommending I do them again?
 
				__________________ 
				~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com  The EQ/WoW Hybrid
			 |  
	
		
	
	
 
  |  |  |  |  
	| 
			
			 
			
				01-21-2016, 07:11 PM
			
			
			
		 |  
	| 
		
			|  | Developer |  | 
					Join Date: Apr 2012 Location: North Carolina 
						Posts: 2,815
					      |  |  
	| 
 Running the bots db modification requires starting eqemu_update.pl manually and selecting option 4 (it can be done from world if there is a 
standard database update that triggers the options menu.)
 
If you've already done this step, it should not need to be performed again.
 
For the 'enabling' of bots in the server code, you will need to re-run cmake, select the 'bots' checkbox, then configure and generate the new solution files.
 
Afterwards, you will have to compile the server code again so that the bot code can be integrated into a newly compiled binary (executable.)
 
If you have done this already, it does not have to be done again (at least until the server code is updated.)
 
The eqemu_update.pl script shouldn't allow access to option 4 unless there is a 'bots-enabled' binary in your server folder.
 
You're not confusing bots with mercs, are you?
 
They are not the same and are not accessed through vendors like mercs are.
 
Try typing this command in-game to see what is returned:
				__________________Uleat of Bertoxxulous
 
 Compilin' Dirty
 |  
 
  |  |  |  |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 07:31 PM
			
			
			
		 |  
	| 
		
			
			| Hill Giant |  | 
					Join Date: Mar 2015 
						Posts: 126
					      |  |  
	| 
 Quick off topic question Uleat.
 
 When you recompile the server, does it affect the server as a whole? Will not affect entire game quests etc etc?
 
 And on topic.. If you compile bots, you need to compile the entire server again yes? Then simply build?
 
 Ive read about ReleaseBoys but i have never found such a build in config manager.
 |  
	
		
	
	
 
  |  |  |  |  
	| 
			
			 
			
				01-21-2016, 08:12 PM
			
			
			
		 |  
	| 
		
			|  | Developer |  | 
					Join Date: Apr 2012 Location: North Carolina 
						Posts: 2,815
					      |  |  
	| 
				  
 'BackStreetBoys' - maybe...
 
 You have to take what you read in the forums with a grain of salt..there's a good chance that the way of doing things has changed since the posting.
 
 
 The server code, database schema and entries, and quest files are (should be) update proof against each other.
 
 Changes in server code should not affect quests or the current database .. unless a specific update requires changing either data entries or table schema. That's the
 purpose of eqemu_update.pl - to keep the database up-to-date with changes occurring in the source code. (Quests are not versioned and automatic updates are not
 applied in this case..though, an announcement or note is generally made.)
 
 The database updates usually 'convert' old criteria to new when required and should see little intervention on the admins part to apply them.
 
 
 On re-building everything, yes..pretty much.
 
 Both 'world' and 'zone' must be rebuilt..and since there are a lot of project dependencies, most of the code will be rebuilt.
 
 About the only thing that doesn't get touched by bots is the login server.
 
 
 Specific to code changes affecting quests (etc...)
 
 Behavior does change if a system is redesigned. Whether the perceived behavior is the same as the intended behavior (<cough>, discotheque)
 is a different matter altogether.
 
 A change in one system could affect an undesired in another..though, these 'bugs' are usually caught pretty quick and fixed.
 
				__________________Uleat of Bertoxxulous
 
 Compilin' Dirty
 |  
 
  |  |  |  |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 09:36 PM
			
			
			
		 |  
	| 
		
			
			| Sarnak |  | 
					Join Date: Feb 2007 
						Posts: 53
					      |  |  
	| 
 I've done those steps when i followed the guide, and #bot help shows commands, but when creating one it shows red error message saying peq.botdata doesnt exist!
 also, anyone willing to point me towards the config files to make things like gear stayon after death (no need to reloot), turn and maybe disable expansions for progression era feel?
 
				__________________ 
				~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com  The EQ/WoW Hybrid
			 |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 09:40 PM
			
			
			
		 |  
	| 
		
			
			| Sarnak |  | 
					Join Date: Feb 2007 
						Posts: 53
					      |  |  
	| 
 my other question is, if i redo those steps - what happens to my current server characters etc? 
				__________________ 
				~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com  The EQ/WoW Hybrid
			 |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 10:56 PM
			
			
			
		 |  
	| 
		
			
			| Hill Giant |  | 
					Join Date: Mar 2015 
						Posts: 126
					      |  |  
	| 
 
	Quote: 
	
		| 
					Originally Posted by XanatosNemos  I've done those steps when i followed the guide, and #bot help shows commands, but when creating one it shows red error message saying peq.botdata doesnt exist!
 also, anyone willing to point me towards the config files to make things like gear stayon after death (no need to reloot), turn and maybe disable expansions for progression era feel?
 |  1. peq.botdata - This is saying you dont have the table, botdata in your database. Check and see if it is there.
 
2. rule_value / rule_sets is the table you want, mainly values.
 
Character  eathItemLossLevel will be set to 10. Change to 100. (item loss)
 
As for expansions, im afraid google would be you best friend for that and alot easier. There are a few rules in that. |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 11:42 PM
			
			
			
		 |  
	| 
		
			
			| Sarnak |  | 
					Join Date: Feb 2007 
						Posts: 53
					      |  |  
	| 
 I'm afraid I did not follow that character part. 
				__________________ 
				~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com  The EQ/WoW Hybrid
			 |  
	
		
	
	
	| 
			
			 
			
				01-21-2016, 11:42 PM
			
			
			
		 |  
	| 
		
			
			| Sarnak |  | 
					Join Date: Feb 2007 
						Posts: 53
					      |  |  
	| 
 I see nothing about bot data in tables of db 
				__________________ 
				~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com  The EQ/WoW Hybrid
			 |  
	
		
	
	
 
  |  |  |  |  
	| 
			
			 
			
				01-21-2016, 11:48 PM
			
			
			
		 |  
	| 
		
			|  | Developer |  | 
					Join Date: Apr 2012 Location: North Carolina 
						Posts: 2,815
					      |  |  
	| 
				  
 Table `botdata` is no longer used..it sounds like your using older code - possibly with a newer database. 
I left the older 'load_bots.sql' in the deprecated folder in case anyone had a need for it: https://github.com/EQEmu/Server/blob.../load_bots.sql 
I can't say that using it will solve your issues..if used incorrectly, it will probably lead to loss of bot data when you update your code again.
 
IF ('IF') you want to try using the older script file with your server, you will need to:
 
1) Re-run eqemu_update.sql and disable bots (options 19?)
 
2) Manually run the script located in your local repo folder..same location as in that link.
 
3) Expect there to be 'issues' with those bots as the bot coding fell behind for over a year (the fixes were only applied to the new bots configuration process.)
 
There should be an auto-conversion process that takes place when you enable bots again (with option 4.)
 
A few people have had issues with the process..though, I can't figure out why based on the information they provided.
 
Until your code is updated to post-conversion code, you should not use option 4 or that will break bots with your server.
 
If you have any questions or doubts about anything in the above, do not attempt a reversion..just ask and we'll see where we need to go.
				__________________Uleat of Bertoxxulous
 
 Compilin' Dirty
 |  
 
  |  |  |  |  
	
		
	
	
	| 
			
			 
			
				01-22-2016, 12:13 AM
			
			
			
		 |  
	| 
		
			
			| Sarnak |  | 
					Join Date: Feb 2007 
						Posts: 53
					      |  |  
	| 
 I followed the guide=/ says it was the most up to date. Anyways, how do i go about converting everything to the latest in a simple manner and preferably not losing my saved stuff? Thanks for the help! 
				__________________ 
				~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com  The EQ/WoW Hybrid
			 |  
	
		
	
	
	
	
	| 
	|  Posting Rules |  
	| 
		
		You may not post new threads You may not post replies You may not post attachments You may not edit your posts 
 HTML code is Off 
 |  |  |  All times are GMT -4. The time now is 05:09 AM.
 
 |  |  
    |  |  |  |  
    |  |  |  |  
     |  |  |  |  
 |  |