when i click logon server or ascent it says this application has failed to start because MSVCP71.dll was not found
hey when i try to switch the ascent.conf part it wont let me how can i change it?
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
Hey guys, i used this guide at another pc worked fine as dandy, but when i used it on a laptop i get the message that i cant find the file *MSVCP71.dll*.
Would be thankful if i could get some help wiht this.
Tyvm anyways guys.
Alright, I have a question. When i use my public IP (No-IP) (flameounch dot gameserve dot com) both logonserver.exe and ascent.exe crashes, but if i put the IP's to 127.0.0.1, they work. x_X Why?!
I fixed that, but how do I make realmserver.exe run? It opens, then it says something about (Access denied for user moocow blahargh). Help?
Last edited by Thereap; 02-21-2008 at 02:01 PM.
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
Mate your guide rocks! I
I have created my server.
When i go to log into WoW its says "Unable to Connect" and has my normal realm in the corner of the screen...
I cant log into normal WoW now
Do i use my normal WoW account details to log into the game? Or something different.
no, you need to create another account in your database to enter your server, then change realmlist.wtf to "set realmlist 127.0.0.1" wothout quotes, if you want to log into normal wow again use the realmlist that you ahve previously something like "us.logon.worldofwarcraft" or something like that, and use your retail wow information
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
Ok
I created account in ascentlogon database.
Still Unable to Connect
Got real WoW back though! Still want to get serer up any further ideas mate?
you need to crate account in accounts table inside your database, then change realmlist to 127.0.0.1 in your wow, start logonserver.exe then ascent.exe open wow and type information in accounts table thats all
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
You are imba
It works!!!
How do i get my mates in?
no-ip.com?
i cannot download Spartan's Repack... it saves as a .rar
any help would b appreciated.
remember to +Rep people that helped you out Spartansp RepackV4 How to setup Spartansp Repack
Usefull guide 1 MMOwned Morpher SFGAMES WEBSITE
ok everything was going fine untill i got to the part where I have to execute the spdb file into the acsent database, when I try it says[Err] 1050 - Table 'ai_agents' already exists
[Err] -- ----------------------------
-- Table structure for ai_agents
-- ----------------------------
CREATE TABLE `ai_agents` (
`entry` int(11) unsigned NOT NULL default '0',
`type` smallint(5) unsigned NOT NULL default '0',
`event` int(11) unsigned NOT NULL default '0',
`chance` int(11) unsigned NOT NULL default '0',
`maxcount` int(11) unsigned NOT NULL default '0',
`spell` int(11) unsigned NOT NULL default '0',
`spelltype` int(11) unsigned NOT NULL default '0',
`targettype` int(11) unsigned NOT NULL default '0',
`cooldown` int(NOT NULL default '0',
`floatMisc1` float NOT NULL default '0',
`Misc2` int(11) unsigned NOT NULL default '0',
PRIMARY KEY (`entry`,`type`,`spell`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='AI System';
[Msg] Finished - Unsuccessfully
--------------------------------------------------