Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Antrix] Full GM Command List

Initiate Mage
Joined
Jul 3, 2007
Messages
1
Reaction score
0
well I'm new here, and I've looked threw all these posts, <.<; Is there a way to modify spawning times with a command or does the database need to be modified?
 
Initiate Mage
Joined
Jun 27, 2007
Messages
4
Reaction score
0
Kinda says in the very first post...

.npc spawn <creature ID>
 
Newbie Spellweaver
Joined
Jun 8, 2007
Messages
35
Reaction score
0
what i must write in sql at the gm command! i tried AZ it don't work! bcdefgjilmnopqrstuv is to long and it's stop at m and i want all the commands!help please
 
Initiate Mage
Joined
Jul 3, 2007
Messages
1
Reaction score
0
my <.modify additem> command doesn't work and my <.npc vendoradditem> brings the item in the list.. yet doesn't allow the purchase of that item with an error "that item was not found"

any help?

2.1.1 antrix server
 
Initiate Mage
Joined
May 10, 2006
Messages
2
Reaction score
0
Mount Macro

**cheefadareefa: I think you may have to drag the item from the vendor to your inventory.


A simple mount macro i created allows you to mount any creature that you set it to.

goto macro and create a new macro. Select the icon and enter this in:
Code:
/target (character name)
/s .dismount 
/s .mount 14632
/s .modify speed 20
Breakdown:
Code:
/target (character name) //Targets your character.
/s .dismount //Makes sure your not already mounted.
/s .mount (DisplayID) //Mounts you with creature id 14632 (Swift Mistsaber).
/s .modify speed # //Changes your speed to allow for mount like movement.
Now what you want to do is change the character name to your name in-game (Obviously). Now goto an creature that you wish to mount (Make sure it's not an npc. Results will be entertaining.), target it and type .npc info. Look for the DisplayID and input it in after .mount: then modify the speed. 20 was a good speed for me, but don't make it to fast.
Mount Display ID's:
Code:
Swift White Steed: 14338
Swift Brown Steed: 14583
Swift Palimino: 14582
Swift Mistsaber: 14632
**I'll come up with some more as I go

Now that you have a mount macro, time for a dismount macro.

Make a new macro and place this in it:
Code:
/target (character name)
/s .dismount
/s .modify speed 7
I'm not 100% sure but 7 was a good run speed from what I could compare to the default.

Anyway something else I like to play around with is the flying command. Pretty much the macro for it is:
Code:
/s .cheat fly
/s .cheat flyspeed #
And for disabling the fly cheat:
Code:
/s .cheat land

Hope this helps some people...
-Kanzar
 
Initiate Mage
Joined
Jul 9, 2007
Messages
2
Reaction score
0
How do you unban an ip ingame ?

cas .banip works to ban

but


.unbanip says no such thing



Is there anyway ?

Thanks
 
Newbie Spellweaver
Joined
Jul 8, 2007
Messages
9
Reaction score
0
jerkstore - [Antrix] Full GM Command List - RaGEZONE Forums


I cant save changes i made here, pls canm someone tell me what to do?
 
Initiate Mage
Joined
Jul 10, 2007
Messages
2
Reaction score
0
Is there a .lookupspell equivalent command on Antrix? I've searched all over the web and all I find are people asking this same question with nobody answering them. Please help...
 
Initiate Mage
Joined
Sep 2, 2006
Messages
1
Reaction score
0
i see it has been asked, but i cant find a reply,
where do i set respawn times for npc's?

so far im having a wonderfull time with this server
great work
 
Initiate Mage
Joined
Jul 10, 2007
Messages
2
Reaction score
0
Is there a .lookupspell equivalent command on Antrix? I've searched all over the web and all I find are people asking this same question with nobody answering them. Please help...

I'm glad you guys are having such a great time with the server and I assume that since you're not asking the same question as I am that you already have an answer. Could you please enlighten me and tell me what I need to do to lookup spells?
 
Newbie Spellweaver
Joined
Jun 26, 2006
Messages
83
Reaction score
0
how do i learn ALL magic skills on same time? on mangos it was .learn all and .learnskill all then i got all.. this not working:/..
 
Newbie Spellweaver
Joined
May 9, 2007
Messages
7
Reaction score
0
how do i learn ALL magic skills on same time? on mangos it was .learn all and .learnskill all then i got all.. this not working:/..

.learn all_myskills



Is there a way to set reputation with certian factions?:p

.setstanding "FactionID" "Reputaion"

For an exaple, to become Exalted with Argent Dawn you type.
.setstanding 529 48000
 
Initiate Mage
Joined
Jul 16, 2007
Messages
3
Reaction score
0
second to delete wright .gobject select and its going to wright some object selected if its the portal type .gobject delete
 
Initiate Mage
Joined
Jul 16, 2007
Messages
3
Reaction score
0
How can i update a server mine is vers 2.0.2 how can i make it 2.0.3
???? please help fast
 
Back
Top