how i can change one script or modify it ?
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
PlayerSaveInterval = 900000
thats the interval for player save right ? default is 15 min, if i modify it to 0 will be no more rollback ?
Hmmm your still not quite getting this...thats the sql to create the table not modify its contents! OK try executing this query on the realmd Dbmaking sure that you put your lan ipCode:UPDATE `realmlist` SET `address`='192.168.x.x' WHERE `id`='1';
Probably better to set it a really high value to achieve that...
Nope this will always be fixed to a specific version of the client unless the mangos dev's see fit to change it!
Shiva, are u going to update this or is it dead? :) Would be awesome with the new 3.1.3 patch :)
Hi all,
I'm pretty new to this and I'm having an subst utility error whenever I try to start the server.
I am not using any virtual drive but still can't create both drive W or M. Any idea how to fix this?
Thanks in advance.
![]()
hi all
would u please "shivajiva101" make a full post how to compile mangos cause all the posts on the internet
are not easy to understand like if there is something missing
cause i have a hard time using git
questions
1- how to know which rev am i downloading with git
2- what are patches and how to download them
3- how to update rev (git)
4-what do i need beside mangos like scriptdev2
5-where to add scriptdev2 and ahb in magos folder to have the best compile
6-what is scriptdev2 and ahb and what it do when its compiled ( what does it add to mangos )
7-how to solve proplem with scriptdev2 extracting rev
8-how and where to place addons and compile them (and where to place the addon patch) laso when
recopiled with addon i cant see any change what and where its added when recompiled with addon
like for example (telenpc)
thanks
ok i has a problems i can no longer get onto my own server but my friend can get onto it from his laptop via wireless networking 3 questions
1 is there a way to backup my whole server so i can reinstall my mangos and get the original settings back so i can play again
2 and if so how
3 is there a function to restor original settings and keep the server and customs at the same time
@snakey - only thing missing from how-to's on the web is your comprehension...git is like hitting a brickwall when your used to gui's n windows n mouseclicks. My advise is to keep trying to crack the nut till it gels as its suprisingly easy...
@Peanut1337 - Backup your character db's, reinstall and import the backups. Custom content in the mangos db's will be lost...if your not modifying content in these db's with sql then you should start as this is the best way to retain custom content, that way you can just reapply the sql's when the db is overwritten...
Peanut,
If you are saying that your friend can get in to the server on your system but you can't, then the problem is more likely to be with your client than with your server.
I would take a look there first before risking any customer content that may still be ok.
D3vilchyld,
Did you fix your realmlist issue? If not then pm me with your LOCAL IP address (run ipconfig from a command prompt) and I will send you a sql script to change your realmlist and a realmlist.wtf file to copy into your client directory (Location changed with 3.x.x to [World of Warcraft Directory]\Data\enGB if you can't find it).
Mutsu,
Can you give any more information on the Subst issue? I haven't seen that go wrong much so if you could look in your Event Logs and get me some more detail then I will take a look.
Last time I saw something similar was because the user had a Card Reader and an assortment of other drives and partitions so there were no available drive letters to substitute a drive letter to...
Ive added...
UDB 0.11.5 CS380 + MaNGOS 0.13.0 v7899-v7928
...to the first post. I strongly advise you to install this update as soon as possible It contains a modification to the virtual drive system that safely allows ntfs folders to be mounted without the possibility of corruption when file attributes assigned to diskw are inherited by mounting the drive using the dos SUBST command. Obviously this means anybody still using the start n stop bat files will remain at risk of possible corruption of the virtual drives contents, on the other hand, Ive been using that method for 2+ yrs without anybody taking issue specifically with the function. Its a response to the rising incidents of the drive assignment not functioning coupled with my growing dislike for hidden cmd windows executing dos commands forcing me to revisit the code and find a better solution...
You can download the updated AmberGUI here if you prefer not to use the update
Im reconfiguring the code to have a lower impact on the target system starting with the removal of a timer triggered form checkstate routine (lazy way!) replaced with control triggered instead so pls report any bugs...
@mshep - wow all 26 taken Im struggling with that concept...still...big up for assisting the peeps![]()
Last edited by shivajiva101; 09-06-09 at 12:05 AM.
Great job dude
Hey, I just want to say Great Repack! However I tried to use the update 7899-7928 and I get these errors and I was wondering if someone could help.
[17:52:33] Loaded settings from update.ini...OK
[17:52:33] Error: v7899 doesn't exist!
[17:52:33] Finished copying files...
[17:52:33] Loading settings from amber.ini...
[17:53:03] Error: timeout attempting to mount W:
[17:53:13] Checking ini file for redundant entries...
[17:53:13] Error: app failed @ exitOK check! Please report bug!