Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Tools

Development::Tools 3rd Party Tools for EQEMu (DB management tools, front ends, etc...)

Reply
 
Thread Tools Display Modes
  #1  
Old 07-31-2010, 01:56 AM
Nagus69
Sarnak
 
Join Date: Jul 2003
Posts: 68
Default

It appears the Item Editor Portion of the PEQ Editor runs into an issue as it starts out with Item IDs around 119k. Anything beyond 120k will not be loaded from the EQEmu Server.

Can we tune in Items.php

Code:
function get_max_id () {
  global $mysql;

  $query = "SELECT max(id) AS iid FROM items"; 
  $result = $mysql->query_assoc($query);
  $newid = $result['iid'] + 1;
to take the next FREE Item ID, like Georges? Alternatively, is there a reason the Server won't load Item IDs > 120k?
__________________
Tyler - Design Slave ::: The Hidden Forest Server ::: Video ::: Discussion
Reply With Quote
  #2  
Old 07-31-2010, 10:21 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Quote:
Originally Posted by Nagus69 View Post
It appears the Item Editor Portion of the PEQ Editor runs into an issue as it starts out with Item IDs around 119k. Anything beyond 120k will not be loaded from the EQEmu Server.

Can we tune in Items.php

Code:
function get_max_id () {
  global $mysql;

  $query = "SELECT max(id) AS iid FROM items"; 
  $result = $mysql->query_assoc($query);
  $newid = $result['iid'] + 1;
to take the next FREE Item ID, like Georges? Alternatively, is there a reason the Server won't load Item IDs > 120k?
It isn't the editor at fault, the EQEmu code has a current limit of 120000, to prevent items from using too much shared memory. If you are able to compile the EQEmu code yourself, you'll need to change #define MMF_EQMAX_ITEMS 120000 in EMuShareMem/Items.h and recompile.
Reply With Quote
  #3  
Old 08-01-2010, 01:27 AM
Hmm
Discordant
 
Join Date: Jan 2002
Posts: 276
Default

I finally got it to work using latest xampp.

Unfortunately it then just displays the logo. Nothing else.

I'm stuck at this point now.
__________________
Hmm...
Reply With Quote
  #4  
Old 08-01-2010, 03:14 AM
Nagus69
Sarnak
 
Join Date: Jul 2003
Posts: 68
Default

Quote:
Originally Posted by cavedude View Post
It isn't the editor at fault, the EQEmu code has a current limit of 120000, to prevent items from using too much shared memory. If you are able to compile the EQEmu code yourself, you'll need to change #define MMF_EQMAX_ITEMS 120000 in EMuShareMem/Items.h and recompile.
Thanks for the answer CD and i agree of course. Would it still be possible that the next Item ID algorithm would behave similar to George? There are so many holes in Item IDs list that using that free space would offer enough without going over the 120k limit and without having to recompile it.
__________________
Tyler - Design Slave ::: The Hidden Forest Server ::: Video ::: Discussion
Reply With Quote
  #5  
Old 08-20-2010, 10:20 AM
Nagus69
Sarnak
 
Join Date: Jul 2003
Posts: 68
Default

Am i being blind again or is the Item Editor Missing the possibility to assign
a proc rate modifier to weapon procs?
__________________
Tyler - Design Slave ::: The Hidden Forest Server ::: Video ::: Discussion
Reply With Quote
  #6  
Old 09-15-2010, 05:00 AM
Nagus69
Sarnak
 
Join Date: Jul 2003
Posts: 68
Default

nm - found the reason for the error.
__________________
Tyler - Design Slave ::: The Hidden Forest Server ::: Video ::: Discussion
Reply With Quote
  #7  
Old 09-20-2010, 05:42 AM
Nagus69
Sarnak
 
Join Date: Jul 2003
Posts: 68
Default

Seems with rev193 and later (just tried 195) i can no longer save edited Items. Neither by clicking submit at the bottom nor hitting Enter in a field which i just edited.

Maybe started even earlier, but that's the first rev i noticed this.
__________________
Tyler - Design Slave ::: The Hidden Forest Server ::: Video ::: Discussion
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 04:00 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