Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-23-2004, 03:31 AM
choader
Sarnak
 
Join Date: Feb 2004
Posts: 36
Default Question(s)

Currently working on bringing the server back, but I have run into problems. It seems, on my server, that the addon.ini doesn't take effect with the user levels - like I set something on 0 status and they still aren't able to use that command. Any fix for this? I have tried re-writing the addon, and re-downloading.

Another problem is when someone leaves a zone, the whole zone itself shuts down in the boot5zones. So, each time someone leaves I have less and less number of zones up.


Any help would be appreciated, please.
__________________
Saltybooger
--Saltybooger's Non-Legit Server Owner
Reply With Quote
  #2  
Old 01-21-2005, 10:45 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Same for me with addon.ini
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #3  
Old 01-30-2005, 08:42 AM
Skyphen
Fire Beetle
 
Join Date: Jan 2005
Posts: 21
Default

if you are trying to get people to use a command the status should be 250 for access to all commands. Giving someone access 0 says they have access to no commands. Also I take it that addon.ini is in the correct directory. It should be in the same level as world.exe and boot5zone.bat.
Reply With Quote
  #4  
Old 01-30-2005, 01:41 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Mhh i explain with one example

I have the #zone level in addon.ini to 10
i create an account with flag 10
my char can't use #zone command (too high privilege)
Of course my addon.ini is with my world and zone exe
I don't understand why, but not work :(
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #5  
Old 02-01-2005, 03:32 AM
footfall99
Fire Beetle
 
Join Date: Jan 2005
Posts: 26
Default

I would just suggest leave the commands @ their respected levels and just flag yourself for the appropriate level. Less work, less trouble, more time to spend on other things like repopulation and debugging.
-Footfall99

edit-grammar

Last edited by footfall99; 02-02-2005 at 01:37 AM..
Reply With Quote
  #6  
Old 02-02-2005, 02:50 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Quote:
Originally Posted by footfall99
I would just suggest leave the commands @ their respected levels and just flag yourself for the appropriate level. Less work, less trouble, more time to spend on other things like repopulation and debugging.
-Footfall99

edit-grammar
Sure but i need beta tester with only #zone commands
And i don't want give all spawn & dbspawns commands for all...
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #7  
Old 02-02-2005, 03:32 AM
footfall99
Fire Beetle
 
Join Date: Jan 2005
Posts: 26
Default

At level 0+ the only commands available are:
#itemsearch
#summonitem
#goto
#zone
#zonestatus
#guild
#showstats
#datarate

-Footfall99
Reply With Quote
  #8  
Old 02-02-2005, 05:47 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

You said you rewrote the addon.ini completely. Why don't you post that for us in a [code] tag.
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote
  #9  
Old 02-03-2005, 04:19 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Code:
#Addon release file

[CommandLevels]
$MAXCLIENTS=25
@NPCSPELLS=8
!setaaxp=100
!setaapts=100
!level=100
!damage=100
!heal=10
!npcspecialattk=100
!kill=100
!timeofday=100
!date=100
!haste=100
!weather=100
!shutdown=200
!setxp=100
!summonitem=10
!itemsearch=10
!finditem=10
!search=100
!spawn=100
!delacct=200
!size=10
!worldshutdown=200
!chat=200
!appearance=150
!zoneshutdown=150
!zonebootup=150
!emote=100
!summon=100
!kick=150
!mana=100
!npcloot=100
!findspell=100
!spfind=100
!castspell=100
!cast=100
!invul=10
!invulnerable=10
!setskill=100
!setskillall=100
!setallskill=100
!save=100
!depop=100
!depopcorpses=100
!depopzone=100
!repop=100
!spawnstatus=100
!listnpcs=100
!listnpccorpses=100
!listplayercorpses=100
!deletenpccorpses=100
!deleteplayercorpses=150
!showbuffs=100
!nukebuffs=100
!hideme=100
!deletecorpse=150
!sendzonespawns=200
!flymode=10
!race=10
!texture=100
!gender=100
!zheader=100
!zsky=100
!zcolor=100
!zcolour=100
!zuwcoords=100
!zsafecoords=100
!zclip=100
!zsave=200
!npccast=100
!dbspawn2=200
!npctypespawn=100
!attack=150
!zstats=100
!lock=150
!unlock=150
!motd=150
!makepet=100
!crashtest=201
!showpetspell=250
!freeze=100
!unfreeze=100
!pvp=100
!permaclass=80
!permarace=80
!permagender=100
!gm=100
!gmspeed=100
!movechar=100
!title=100
!copychar=200
!serverinfo=200
!npcstats=100
!memspell=100
!zone=10
!goto=10
!dbspawn=100
My addon.ini file
#zone command not work with flag 10, working with flag 50
but in my addon, zone=10 ??? don't understand why.
Perhaps have a wrong addon.ini ??
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #10  
Old 02-03-2005, 04:51 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

It all appears to be correct. Check your output from zone.exe to see if it mentions anything about being unable to load addon.ini. If you're using one of the development releases, they might be changing something to do with addon.ini at the moment; I suggest you use a stable release.
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote
  #11  
Old 02-03-2005, 08:13 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

I use stable release (from guide in eqemulator.net page)
I don't have a load of /addon.ini in zone.exe
I have this in world.exe and make no error ???
That very strange ! is'nt it ?
I found another command : scribespells
work for self target and no for other target ???
perhaps my program release is'nt good ?
Have you a link ?
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 02-03-2005 at 08:10 PM..
Reply With Quote
  #12  
Old 02-03-2005, 08:33 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

Well, that is strange, especially if you're doing a stable release. I'll talk to one of the devs this evening and see if they've made some changes to how addon.ini's loaded. There's been talk about extending the permission system to a few other aspects (currently there's a few places where status level requirements are hard coded in, and they may be customizing those to give the server op control of those aspects)
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote
  #13  
Old 02-07-2005, 11:04 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

My version of eqemu is the last compiled perl in CVS (download for eqemu page file)
and my db is the last peqkunark, but i think Db don't make something in #commands ?

EDIT: This ok now, i have the good version of zone.exe and things are very better Addon.ini work fine.
But scribespell work self only :(
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.

Last edited by Belfedia; 02-14-2005 at 09:03 PM..
Reply With Quote
  #14  
Old 07-01-2005, 12:22 PM
steelrat
Sarnak
 
Join Date: Dec 2004
Location: Gloucester UK
Posts: 32
Talking scribespells.....

Quote:
Originally Posted by Belfedia
My version of eqemu is the last compiled perl in CVS (download for eqemu page file)
and my db is the last peqkunark, but i think Db don't make something in #commands ?

EDIT: This ok now, i have the good version of zone.exe and things are very better Addon.ini work fine.
But scribespell work self only :(

I thought #scribespells WAS self only????... could be me being stupid.. but thats what I always thought..
Reply With Quote
  #15  
Old 07-19-2005, 12:24 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

In command description #help, scribespell is a TARGET command...
That why i found strange when i see it is only self command...
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
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 05:43 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