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

05-20-2004, 10:35 PM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
Addon.ini not doing anything ??
I tried the search and found no answer so hoping someone can help me, I am trying to make my server as legit as I can but when I set my Addon.ini to 20 on all the ones that are 0 so peeps cant summon items and what not it does not seem to do anything , they are still able to summon stuff at status 0 .......so any ideas how I can fix this ??
|

05-21-2004, 06:58 AM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
Ummm..............Anyone?? ................Any idea????
|

05-21-2004, 07:03 AM
|
Sarnak
|
|
Join Date: Apr 2004
Location: West Sacramento, CA
Posts: 84
|
|
Are you getting any warnings about commands? If addon.ini isn't working, you should be getting a ton of commands "defaulting to 0".
If that isn't the case, take a look at the world/zone outputs and see if you missed something or if a specific command is defaulting to 0.
Also, #summonitem and #si do the same thing, make sure that they are BOTH in addon.ini.
~Gandar
|

05-21-2004, 07:39 AM
|
 |
Demi-God
|
|
Join Date: Aug 2003
Posts: 1,056
|
|
Also, make sure your addon.ini file is in the same directory as is your world.exe and zone.exe files...
__________________
Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
|
|

05-21-2004, 08:24 AM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
I'm not getting any warnings and nothing is defaulting to zero, Also I have the Addon.ini in the same file as World.exe. When I boot World.exe up iit says loading addon.ini with no errors at all . I logged on with another account that is not flagged gm and am able to summon items and zone and more. Also I do have SI and Summonitems both set to 20 but still statues zero peeps are able to use those . Would iut be easier for you to help if i posted what my world.exe is saying when i boot up ? Im at work right now or would do it now anyway , and thanks for the replys and any help you can give
|
 |
|
 |

05-21-2004, 08:30 AM
|
Discordant
|
|
Join Date: Apr 2004
Location: Gukta
Posts: 359
|
|
OK, maybe I just don't understand the question but, if you can use the commands (such as #scribespells, #level, and #si) and aren't getting any errors in your World.exe output, then it looks like your addon.ini is working just like it should.
If you don't want others to be able to use commands, you have to set them to higher than 0 (zero). Personally, I set commands like #si, #scribespells, and the #setskill/setskillall commands to 100+.
P.S.
When setting permissions on commands, use increments of 10 (ten)!
__________________
THE POSTER assumes no warranty, guarantee, or representation as to the accuracy
or sufficiency of the information presented herein, and THE POSTER assumes no
responsibility or liability regarding the use or misuse of such information.
Furthermore THE POSTER assumes no responsibility and makes no warranty, guarantee,
or representation for the content of any web or FTP sites linked to or from this
post.
THE POSTER reserves the right to change the terms, conditions, and notices under
which THE POSTER presents information. It is the responsibility of THE READER to
regularly review these terms, conditions, and notices. THE READER understands that
the reading of any content including or covered by this disclaimer constitutes THE
READER's acceptance of and agreement to such changes.
THE POSTER retains the right to in any way alter the content of this post at any
time with or without prior notice to THE READER.
|
 |
|
 |

05-21-2004, 08:31 AM
|
Developer
|
|
Join Date: Feb 2004
Location: UK
Posts: 1,540
|
|
Posting your zone output would be more informative, if built in debug mode (more specifically with EQDEBUG=5 defined), it should show output like this:
Code:
[Status] Loading commands
[Debug] Starting Log: logs/eqemu_debug_zone.log
[Debug] command_init(): - Command 'setstat' set to access level 0.
[Debug] command_init(): - Command 'help' set to access level 0.
[Debug] command_init(): - Command 'version' set to access level 0.
[Debug] command_init(): - Command 'serversidename' set to access level 250.
...
|

05-21-2004, 09:04 AM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
Yes exactly , My addon.ini seems to be working fine , it loads fine but even with it set to 20 for #zone and #summon or #si people with a status of 0 can still use these commands ........Im stumped . here is the output of world.exe
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28727, max id=69304
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
HELP I WORK IN THE EQEMU SWEATSHOP, YOU'RE MY ONLY HOPE!
TCP listening on: 68.225.183.196 :9000
World server listening on: 68.225.183.196 :9000
Connected to LoginServer: eqlogin2.eqemulator.net:5997
|

05-21-2004, 09:22 AM
|
Developer
|
|
Join Date: Feb 2004
Location: UK
Posts: 1,540
|
|
There is not a lot of error checking in the code to read addon.ini, so getting
[Status] Loading ./addon.ini
from World tells you little about whether there are problems with it. Did you edit it with something other than notepad or 'DOS' EDIT ?
If you want to zip up your addon.ini and email it to me at derision@rama.demon.co.uk I will load it into my test server to check it.
|

05-21-2004, 09:36 AM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
Ok Derison , I emailed it to you and I appriciate your help . and everyone elses with suggestions, Yes I did edit it with notepad
|

05-21-2004, 10:09 AM
|
Developer
|
|
Join Date: Feb 2004
Location: UK
Posts: 1,540
|
|
Quote:
Originally Posted by Sakrateri
Ok Derison , I emailed it to you and I appriciate your help . and everyone elses with suggestions, Yes I did edit it with notepad
|
I spent 20 minutes or so on my test server with your addon.ini with accounts at status 0, 80 and 250 and it seems to work as it should ... level 0 accounts can't #si or #summonitem, status 80 accounts can use the commands that they are allowed in your addon.ini.
This was with 5.7DR2, not 5.6 which you are using, but I am not aware of any bugs in 5.6 relating to addon.ini.
I don't know what is causing your problem, sorry :(
|

05-21-2004, 12:48 PM
|
 |
Demi-God
|
|
Join Date: Aug 2003
Posts: 1,056
|
|
Instead of setting them at 20 try and set them higher (for test purposes) such as 200... Then see if they work correctly.
__________________
Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
|
|

05-21-2004, 03:34 PM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
Ok , mabey it has something to do with character coming from the same IP as my GM character? only thing i can think of , if someone can do me a favor and get on my server and see what commands you are capable of and let me know. Sever is Fates Destiny and its a 5.6 server , the character and account I have been trying this with is flagged as 0 and no permisions were given . If your able to try this and let me know thanks in advance.
|

05-21-2004, 03:58 PM
|
Hill Giant
|
|
Join Date: May 2004
Posts: 106
|
|
Are you changing minilogin to access a non-gm account when you are testing? If you are just creating another character on the same account it seems the account itself is what gets flagged. Not sure exactly how you are running it, but if that is the case (sorry if you specified and I missed in text) it could be your problem.
|

05-27-2004, 02:29 PM
|
Demi-God
|
|
Join Date: May 2004
Posts: 1,177
|
|
i know what's going on...
ALL of your characters are tied to your EQEMU account!
so if you create multiple chars, they will ALL have access to the high lvl commands, if your account is flagged with that access lvl.
Even if you aren't a gm. although the gm only commands wont work until you set yourself as gm.
|
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 11:55 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |