Avian Gamers Network

Forum
It is currently Thu Mar 28, 2024 4:04 pm

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: Corlan in SWGEmu
PostPosted: Mon Jul 17, 2006 3:18 pm 
Offline
User avatar

Joined: Tue Jan 13, 2004 6:03 pm
Posts: 1466
Location: St. Cloud, FL
heh, Someone make a nice walkthrough of how to setup your own SWG emu server, so I did... took me a few hours (mostly download / install time ). But here's a pic of me in the game today! July 17th 2006.

In my own little world.

Image

yes, i made myself look the same...(problem?)

_________________
The Cord
Occasional Caretaker of the Horde Maelstrom Guild
Ex-Section 3 Director


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 17, 2006 3:34 pm 
Offline
User avatar

Joined: Sat Mar 19, 2005 8:13 pm
Posts: 928
Location: Columbus, OH
lol fun isn't it? I've spent some time just sight seeing. It's wierd exploring a vacant DWB or Geo caves.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 17, 2006 3:35 pm 
Offline
Spammer
User avatar

Joined: Wed Feb 13, 2002 9:01 pm
Posts: 5097
Location: Oklahoma City
Man I miss the days where I dreamed of setting up Mantison's Hospital / Research lab... or my hoped for Farm...

So sad......

_________________
SW:TOR - Mantison Gunslinger, Ironmant Trooper, Manni Jedi Knight
WoW - Dalaran - Manni 85 Mage, Ironmant 83 Warrior, Mantison 80 Hunter
SWG - Chilastra Retired Mantison, Commando / TKA Master aka Trogdor !!!!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 17, 2006 4:31 pm 
Offline
Spammer
User avatar

Joined: Wed Aug 15, 2001 8:01 pm
Posts: 6208
Location: Chicago
Mantison Tau'rus wrote:
Man I miss the days where I dreamed of setting up Mantison's Hospital / Research lab... or my hoped for Farm...

So sad......

I wonder code wise how hard it would be to set up a farm...create a 3d obbject resembling a farm and have it act similar to a harvestor

_________________
Ryric Krael
Former Vice President AGN
Former Director, Section 6
Former Head of Department of the Treasury
-------
Ask not what your PA can do for you, but what you can do for your PA
"Gone Section Five"


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 17, 2006 4:53 pm 
Offline
User avatar

Joined: Tue Jan 13, 2004 6:03 pm
Posts: 1466
Location: St. Cloud, FL
Tetran wrote:
lol fun isn't it? I've spent some time just sight seeing. It's wierd exploring a vacant DWB or Geo caves.


yeah, it is fun...and lonely though, no NPC's or mobs. I havn't had time to go back and learn how to warp around though. I'm NOT going to run all over. (wonder if I can zap me in a vehicle somehow)

_________________
The Cord
Occasional Caretaker of the Horde Maelstrom Guild
Ex-Section 3 Director


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 17, 2006 11:27 pm 
Offline
User avatar

Joined: Sat Mar 19, 2005 8:13 pm
Posts: 928
Location: Columbus, OH
I forget the commands, but it's something like @warp 1111,2222 whatever the coords. I have the @shuttle command for the spaceports.. now where is it...


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 18, 2006 9:09 am 
Offline
User avatar

Joined: Sat Mar 19, 2005 8:13 pm
Posts: 928
Location: Columbus, OH
Here you go. The attack of the 50ft Mon Cal can happen with this.

@setFirstName <string>
This command will change the first name of your character.

SAMPLE USES

@setFirstName Darth

@setLastName<string>
This command will change the last name of your character.

SAMPLE USES

@setLastName Anzel

@setHeight <float>
This command will change the scale or height our your character. We have modified the database to include a scale column in the characters table so we can keep track of what characters are of what height. This value is set to 1.0 by default but can be changed with the @myScale command.

SAMPLE USES

@setHeight 0.5
@setHeight 1.0
@setHeight 1.5
@setHeight 2.0

Using a value of 0.5 will make your character smaller than the vet reward toys while using a value of 2.0 will make your larger than the largest character in SWG. Beware that values too big or too small will yield unwanted or unexpected results.

@warp <x> <y>
This command will relocate or 'warp' your character to the specified coordinates on the current map.

SAMPLE USES

@warp 2342 -3342
@warp -344 -2342


Please make sure to have a good idea of WHERE you are warping! You don't want to end up off the edge of the map and you certainly don't want to warp into the side of a building, etc. Also, the client will auto-magically (eventually) adjust your z axis should you be too high above or too far below the terrain.

@shuttle <destination>
This command will change your current location within the galaxy to a pre-defined destination such as theed or kaadara. If your destination is on the current planet you will simply 'warp'. Otherwise you will shuttle there.

SAMPLE USES

@shuttle theed_starport
@shuttle kaadara_starport

Special Thanks to Shaitan and Cyberdyn for adding destinations...

@setSpecies <int>
This command will change the current species of your character.

SAMPLE USES

@setSpecies 0

Special Thanks to Jothac for Testing the Values Below

0 - human male
1 - trandshodian male
2 - twilck male
3 - bothan male
4 - zabrack male
5 - rodian male
6 - mon cal male
7 - Wookie Male
8 - Sullustan Male
9 - Ithorian Male
10 - Human Female
11 - Transhodian Female
12 - Twilck Female
13 - Bothan Female
14 - Zabrack Female
15 - Rodian Female
16 - Mon cal Female
17 - Wookie Female
18 - Sullistan Female
19 - Ithorian Female

@map <mapID>
Check SQL file(Table Planets) for mapID

GM USE ONLY
At some point in the future these commands will only be available to GMs. We have a column in the account table for server administrators to flag specific accounts as a GM. This will set the IsGM property of all characters (player objects in the core) associated with that account to true. This property will then be checked before any "@" commands are processed.

However, since we don't currently have things like shuttles, vehicles, or even hair (zomg!!!) we are making the commands available to everyone. This is however an open source project so you can modify the code to perform however you like.

FUTURE COMMANDS
We'll eventually have a wide range of GM commands such as @giveitem and @spawnpc, etc. As new commands are developed and tested I will list them here.

DISCLAIMER
These commands are currently under development and may or may not be in the public release of the code. Once they are tested and verified by the dev team they will be pushed out to svn. Also, please be aware that entering invalid parameters my result in unexpected or unwanted behavior such as crashing the client or even the server.

**Please note that any chat starting with the "@" symbol will be suppressed from spatial.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 11:15 am 
Offline
User avatar

Joined: Tue Jan 13, 2004 6:03 pm
Posts: 1466
Location: St. Cloud, FL
Alright! By the way, the attack of the 50-foot mon cal was pretty fun...except for moving like a snail.

_________________
The Cord
Occasional Caretaker of the Horde Maelstrom Guild
Ex-Section 3 Director


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 1:24 pm 
Offline
Site Admin
User avatar

Joined: Mon Jul 01, 2002 4:33 am
Posts: 6698
Location: Silver Spring, MD
must not get distracted...must not load my own server...stay on target

_________________
Moge


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 2:23 pm 
Offline
User avatar

Joined: Tue Jan 13, 2004 6:03 pm
Posts: 1466
Location: St. Cloud, FL
iJasonT wrote:
must not get distracted...must not load my own server...stay on target


in all honesty, there's not much point to setting up a server at the moment. All you can really do is warp around and play with the size of your character.

I did have fun warping straight to points of interest for fun though and running around at size .1 (I felt like a mouse)

_________________
The Cord
Occasional Caretaker of the Horde Maelstrom Guild
Ex-Section 3 Director


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 3:07 pm 
Offline
User avatar

Joined: Wed Aug 01, 2001 8:01 pm
Posts: 1700
Location: Atlanta, GA
I agree Moge... I'm so tempted to set one up and start messing around with the code.

_________________
TheMole
Section 5
Section 5
Section 5
Now Playing: WoW
--------------------


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 4:01 pm 
Offline
User avatar

Joined: Tue Jan 13, 2004 6:03 pm
Posts: 1466
Location: St. Cloud, FL
Well, just to show you what your "missing", here's a few shots I set up.

Please dont crush me...R2.
These stairs are tiring...
Crafting isn't what it used to be
Hey big guy...wait up!
He's heading for the Queen! Stop Him!
Clash of the Titans?

_________________
The Cord
Occasional Caretaker of the Horde Maelstrom Guild
Ex-Section 3 Director


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group