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

Archive::Tools Archive area for Tools's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-17-2002, 08:49 AM
Korisha
Sarnak
 
Join Date: Oct 2002
Posts: 38
Default Noplace else helps, maybe here?

I have two questions, and noone seems to be able to help me anywhere else, I'm useing EQAdmin and I want to do two things that dont seem to work, first I want to use wildcards to make sure specific words are NOT used in names, and second I want to flag items so ONLY My GMs are able to use them, so far I havent figure out how to do either, any help????

PLEASE!!!
Reply With Quote
  #2  
Old 10-17-2002, 09:07 AM
devn00b's Avatar
devn00b
Demi-God
 
Join Date: Jan 2002
Posts: 15,658
Default

Wild cards? nope...

GM only? nope not atm...for some reason the gm flag doesnt change the right data in the item struct.
__________________
(Former)Senior EQEMu Developer
GuildWars Co-Founder / World Builder.
World Builder and Co-Founder Zek [PVP/Guild Wars/City Takeovers]
Member of the "I hate devn00b" Club
Most Senior EQEMu Member.

Current Work: EverQuest 2 Emulator. Zeklabs Server
Reply With Quote
  #3  
Old 10-17-2002, 10:22 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Items have a GM flag, but last I checked only 1 item had it set. The way the Eqmu is set though, is by item number ranges. you have to edit the code and change the ranges to include other items if that is what oyu want to do.
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote
  #4  
Old 10-17-2002, 11:03 AM
Korisha
Sarnak
 
Join Date: Oct 2002
Posts: 38
Default

does anyone know what that range is? I'll just move my item DB around a bit
Reply With Quote
  #5  
Old 10-17-2002, 06:31 PM
Lyenu X`Arie
Fire Beetle
 
Join Date: Mar 2002
Posts: 0
Default

Code:
if (admin < 100 && ((itemid >= 32768) ||
(itemid >= 19900 && itemid <= 19943) ||
(itemid >= 27181 && itemid <= 27194) || 
(itemid >= 31910 && itemid <= 31957) ||
(itemid >= 31814 && itemid <= 31815) || 
(itemid >= 19917 && itemid <= 19928) || 
(itemid >= 11500 && itemid <= 11535) || 
(itemid == 32759 && admin < 200) || 
(itemid >= 32740 && itemid <= 32760))) {
Thats what the if statement looks like in the code, so that would be: 19900-19943, 27181-27194, 31910-31957, 31814-31815, 19917-19928, 11500-11535, 32740-32760, 32768+.

All of those items require a admin status of 100 to be summoned, except for 32759 which requires a admin status of 200.
Reply With Quote
  #6  
Old 10-18-2002, 05:48 AM
Korisha
Sarnak
 
Join Date: Oct 2002
Posts: 38
Default

Thank you thank you thank you all Thats a big help for me
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 10:25 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3