Page 1 of 1
War3 help
Posted: Wed Aug 17, 2005 8:15 am
by Crimsonslayor
i have a questions i would like to know how to make it so i can buy items when alone on the server this is strictly for lan / testing purposes at the moment.
thanks
Re: War3 help
Posted: Wed Aug 17, 2005 8:35 am
by LeafCutter
Crimsonslayor wrote:i have a questions i would like to know how to make it so i can buy items when alone on the server this is strictly for lan / testing purposes at the moment.
thanks
Hi
Crimsonslayor...
When I perform testing of my server I config it for
LAN and then I throw in a few bots (that also interact with the Warcraft Mod).
If you not sure how this is done type
bot_quota 10 (this will add 10 bots when you connect to the server) in your server console, just remember that your Steam ID will now be
STEAM_ID_LAN so you will have to give that ID admin access if you need to fiddle around with the admin menus.
Hope this helps,
Leafcutter
Posted: Wed Aug 17, 2005 5:53 pm
by Crimsonslayor
nah that didnt i wanted to be able to buy items when alone in the server not mess with amdin tools i already understand that and btw i am talking about cs 1.6 so i dont have any bots installed yet...(i am also having trouble finding a good bot iv tryied to install many and im still looking )
Posted: Wed Aug 17, 2005 8:01 pm
by Geesu
uhhhhh... get a plugin that gives you money? Like that? Or set the item prices to 0?
I would recommend getting an admin_money plugin from the amxx forums
Posted: Wed Aug 17, 2005 9:47 pm
by Crimsonslayor
ok i solved that problem by installing this awesome podbot, but now im having trouble accesing the amx war3 command like amx_givexp it says i dont have the access to do that even tho i have the all admin access, pls help
p.s. that command lets me give exp to a person right?
does anyone know what to do here?
Posted: Thu Aug 18, 2005 7:23 am
by Evil_Vizor
just say war3menu and then admin menu
Posted: Thu Aug 18, 2005 8:17 am
by Crimsonslayor
yes it says i have no access can someone tell me how to give myself access to that menu pls
Posted: Thu Aug 18, 2005 8:36 am
by Evil_Vizor
u have to write ur steamid in user.ini
Posted: Thu Aug 18, 2005 8:37 am
by LeafCutter
You'll need to add
STEAM_ID_LAN to the
users.ini if your running your server on a LAN, if your running your server on the Internet you'll have to add your
Steam ID along with some other information.
Take a look here:-
http://www.amxmodx.org/doc/source/confi ... admins.htm
Posted: Thu Aug 18, 2005 8:52 am
by Crimsonslayor
yes yes, i have that in tehre but it doesnt give me access to the warcraft menu or commands in the console could you tell me the correct letters i have to have after my name to have access to it?
Posted: Thu Aug 18, 2005 8:53 am
by LeafCutter
Can you confirm that the Warcraft plugin is running?
The correct "letters" are all explained in the link I gave you...
Posted: Thu Aug 18, 2005 10:04 am
by Lazarus Long
Hello, Crimsonslayor:
Crimsonslayor wrote:ok i solved that problem by installing this awesome podbot, but now im having trouble accesing the amx war3 command like amx_givexp it says i dont have the access to do that even tho i have the all admin access, pls help
Crimsonslayor wrote:does anyone know what to do here?
Read this post, and follow the replies to point 3 of the original question.
Regards,
Posted: Thu Aug 18, 2005 5:05 pm
by Crimsonslayor
but i have admin rights i just cant seem to acquire the right level of access to use the amx_givexp an the war3menu / admin menu =/
Posted: Thu Aug 18, 2005 5:19 pm
by Lazarus Long
Hello, Crimsonslayor:
Crimsonslayor wrote:but i have admin rights i just cant seem to acquire the right level of access to use the amx_givexp an the war3menu / admin menu =/
Oh, I see. Check
this post out to see if it helps.
Regards,
Posted: Thu Aug 18, 2005 6:38 pm
by Crimsonslayor
thanks man

but for some reason this is what i have in my user.ini
STEAM_ID_LAN "abcdefghijklmnopqrstuvwxyz"
ill try with just m and see if that gives me it ....
hmmm apparently before i didnt have the m or n in there but when i made it just m it didnt let me do it....
maybe ill try with all with m
ok i tried it even like this an it isnt working for me
STEAM_ID_LAN "abcdefghijklmuz"
Posted: Thu Aug 18, 2005 6:54 pm
by Crimsonslayor
ok lazarus i figured it out u should keep tabs on this topic for furhter problems in this area
add this line right here (copy and paste) into user.ini if it is a listen server
"loopback" "" "abcdefghijklmnopqrstu" "de"
STEAM_ID_LAN "abcdefghijklmuz"
those 2 lines give you access to war3menu on listen servers aswell as all amx commands ^^
p.s. srry for double posting :*(
Posted: Thu Aug 18, 2005 6:58 pm
by Lazarus Long
Hello, Crimsonslayor:
Crimsonslayor wrote:thanks man :D but for some reason this is what i have in my user.ini
STEAM_ID_LAN "abcdefghijklmnopqrstuvwxyz"
Is this literal? Do you have a line
exactly like this? If so backup your "
addons/amxmodx/configs/users.ini" and create a new one with:
Code: Select all
; Users configuration file
; File location: $moddir/addons/amxmodx/configs/users.ini
; Line starting with ; is a comment
"loopback" "" "abcdefghijklmnopqrstu" "de"
; Administrators
"STEAM_ID_LAN" "" "abcdefghijklmnopqrstu" "ce"
Only use this for testing purposes, as it is, it gives
full admin rights to anybody on the LAN.
I hope this helps,
EDIT:
You posted when I was writing my reply so I missed that you came
almost to the same solution I was going to give you. Anyway try out my sugestion, it's more complete.
Cheers,