Hello,
Great news!
I had to edit the Hosts file in Windows/system32/drivers/etc
Just changing the realmlist.wtf did no good towards stopping WoW from trying to update.
I now have a working WOTLK server!
I also had to add the data link for world1
I have partially tested the mangadmin addon on the WoW client and so far so good.
The teleports work but haven't gotten much further than that until this evening.
Thanks so much for all the help!
I appreciate all the help and the effort that went into this!
Moi
... ok I downloaded this yesterday set it up last night then i decided to make some custom vendors and stuffs at gm island then one of my mates came onto my server (over lan) and he asked to see what the jail looks like i sent him there and i spawned some mail box's and a sign poining to brill just to show him a few of the things a gm can do... thats all sweet and yeah but... i can seem to remove the mailbox's and the sign and they are in an inconveinient place for me is there some way to remove them... if so plz be detailed im new at this
also i made a few custom vendors at the gm island and i was wondering how to rename them cos i tried .npc rename but that didnt work theyre names stay the same and when i level them up they just delevel when i leave teh area is there some way to fix that?
plz email me at Mannelll_9@hotmail.com with some tips for a new person and some help plz :S
btw brilliant pack always wanted to make a server so i could play in bed without having to grab my modem and now i can get all that gm exp ^^ brilliant /hug
I was just wondering not a big deal jsut curious. Is there a way to get the Creatures to move around? What I mean is all the creatures in this repack dont really move until attacked. IS there a way to fix that?
how i can change one script or modify it ?
hmm i was playing around with making custom npc's then it occoured to me what ever i make 1 npc hold all the others with that name also have exactly the same how can i make a custom npc that is completely unique?
... anybody?
Hello,
I have a v6766 server running perfectly on the Lan. All that was required was to set the Address in the Amber GUI 0.3.5 to 192.168.1.103 to have the other computers on the home LAN logon and Play.
I have tried the same tactic with v7899 and I am only able to logon from the host computer. All other computers on thne LAN are unable to connect.
I did read the readme file and I need some clarification if it is possible.
"NETWORKS
If you want to host on a LAN make sure you change the realmlist table address (found in the realmd db) to point to your servers LAN ip instead of 127.0.0.1 and add this
<server-lan-ip> localhost
to your \windows\system32\drivers\etc\host file using notepad. e.g.
192.168.1.42 localhost
Using a client on the server use localhost everyone else on your lan would change the realmlist.wtf to
set realmlist <server-lan-ip>
e.g. set realmlist 192.168.1.42"
I might be missing something very simple ...
What is the realmlist table address?
I have tried editing realmd.conf and mangosd.conf
I am still new to Mangos, I know how to do this very simply on Arcemu.
What is the difference between the process for setting the realms address in v7899 as opposed to v6766?
Thank you and I hope this is easier to solve than I've made it so far...
Moi
you should never set an IP to localhost!
localhost is already bounded to 127.0.0.1
Your LAN ip!
Why? Server access is thru localhost on the machine it runs from!
None!
You are definitely making this hard for yourself. Let me try to clear this up...
...hope this is making sense?
- Server administration on the host has to be through localhost as this is where the server is running!
- Server allows access using address in realmlist table (in the realmd Db!), this is why when we change it to a WAN/LAN IP we MUST add an entry to the host file so the client on the localhost can access the server!
- host file entry is essential as the client cannot connect to its own WAN/LAN IP unless you are using 2 NIC's and a bridged connection!
only thing that misses is, make it version free so ec. i got 3.1.3 still i can run it (even tough it is a bit bugged because my version differs) downgrading just sucks and takes allot of time :P can you do that please? this is the best and easyest pack to use to setup a server since wowwow
Okay,
Here goes ...
C:\MaNGOS\v7899\db\realmd
1_realmd.sql
-- Table structure for table `realmlist`
DROP TABLE IF EXISTS `realmlist`;
CREATE TABLE `realmlist` (
`id` int(11) unsigned NOT NULL auto_increment,
`name` varchar(32) NOT NULL default '',
`address` varchar(32) NOT NULL default '127.0.0.1',
`port` int(11) NOT NULL default '8085',
`icon` tinyint(3) unsigned NOT NULL default '0',
`color` tinyint(3) unsigned NOT NULL default '2',
`timezone` tinyint(3) unsigned NOT NULL default '0',
`allowedSecurityLevel` tinyint(3) unsigned NOT NULL default '0',
`population` float unsigned NOT NULL default '0',
PRIMARY KEY (`id`),
UNIQUE KEY `idx_name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Realm System';
I have no need to connect on the server host, it is a standalone box just to run the server. The other computers on the LAN will connect to it.
Is this where I need to change the 127.0.0.1 to my LAN address?
Thank you