 |  WoW Wotlk private servers (Client 8391 Mangos)This is a discussion on WoW Wotlk private servers (Client 8391 Mangos) within the WoW Private Server Info & Help forum part of the WoW forum category; Can anyone create an runic power fix???...  Welcome on D3scene.com! Make sure to register - it's free and very quick! You have to register before you can post and participate in our discussions with 70000 other registered members. Downloads, user profiles and some forums can only be seen by registered members. After you create your free account you will be able to customize many options, you will have the full access to new hacks, latest cheats and last but not least will see no advertisements at all. We would love to see you around in our community! 
06-02-2008, 07:26 PM
| | Newbie | | Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 0
Rep Power: 2 | | Can anyone create an runic power fix??? | | D3scene |
Welcome to D3scene - probably the best location for all Gamers.
To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!
The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
| 
06-02-2008, 07:34 PM
| | Hacker | | Join Date: Jun 2008 Location: EU
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 107
Rep Power: 2 | | Quote:
Originally Posted by mjas I got an prop i dowload the new patch and now i cant log in i did everyting right but i usualy role ascent
and i cant find cliet build in the script how do i update it so i can loging with 8391 wen i try to login it says incorrect information
i was first roling 8334 but how do i upgrade it so i can login i have done the database... | One thing you can do is download this: enGB-enUS-enDE.rar
enGB-enUS-enDE.rar which contain the enGB & enUS & enDE downloaders, they will download 8303 which you can update to 8334 and again update to 8391.
Hope this helps you out.
Last edited by Zilver; 06-04-2008 at 10:54 AM.
Reason: Corrected an error
| 
06-02-2008, 07:39 PM
| | Hacker | | Join Date: Jun 2008 Location: EU
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 107
Rep Power: 2 | | Quote:
Originally Posted by ggmaniack Can anyone create an runic power fix??? |
Don't expect a runic power fix quick, it takes time to make things like that work, but I'm sure that you can find a workaround ... heard something about some "Arena Preparation" aura which should make runic power a non-requirement for spells.
Anyway a fix for runic power will come at some point, but if you want it faster you might take up the challenge of making the fix yourself.
Edit: Sorry for the double posting, didn't think. (I won't forget another time (at least I'll try not to double post in the future).
Last edited by Zilver; 06-02-2008 at 07:42 PM.
| 
06-03-2008, 12:21 AM
|  | Newbie | | Join Date: May 2008 Location: Colorado
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 25
Rep Power: 2 | | | I'm currently looking to a fix (sorta like looking for a black spot in a dark alley for me :S)
But if I happen to stumble upon it I'll be sure to let ya'll know (Probably Mike first though, since more people know him and he can just make an update for it) | 
06-03-2008, 12:50 AM
| | Hacker | | Join Date: Jun 2008 Location: EU
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 107
Rep Power: 2 | | So I have been looking at it, and there seemed to be missing a Weapon Master in the shopping mall, so I decided to make one.
He is a "Draenei" looking FactionID 35 NPC, that you can learn all Weapon Skill's from (Sword, Dagger, Mace ... and so on)
Download is near the bottom of post.
here is the sql script: Code: replace into `creature` values('100048','100042','571','1','0',
'0','4554.76','6072.11','80.7573','2.84826','25','0','0','71000',
'0','0','1');
replace into `creature_template` values('100042','17216','0',
'17216','0','George Mepan','Weapon Master',NULL,'80','80','71000',
'71000','0','0','20','35','35','17','1.125','1','0','141','182','0','565',
'1500','0','4608','0','0','2','0','0','0','0','0','100','7','1','0','0','0','0','0',
'0','0','0','0','0','0','0','0','0','0','0','','1','3','0','1','0','0','');
replace into `npc_trainer` values('100042','196','1','0','0','0');
replace into `npc_trainer` values('100042','197','1','0','0','0');
replace into `npc_trainer` values('100042','198','1','0','0','0');
replace into `npc_trainer` values('100042','199','1','0','0','0');
replace into `npc_trainer` values('100042','200','1','0','0','0');
replace into `npc_trainer` values('100042','201','1','0','0','0');
replace into `npc_trainer` values('100042','202','1','0','0','0');
replace into `npc_trainer` values('100042','227','1','0','0','0');
replace into `npc_trainer` values('100042','264','1','0','0','0');
replace into `npc_trainer` values('100042','266','1','0','0','0');
replace into `npc_trainer` values('100042','1180','1','0','0','0');
replace into `npc_trainer` values('100042','2567','1','0','0','0');
replace into `npc_trainer` values('100042','5011','1','0','0','0');
replace into `npc_trainer` values('100042','15590','1','0','0','0');
Also I noticed that the DeathKnight Trainer had Lower City FactionID, So I made a little sql script to make him FactionID 35, which both Horde & Alliance see as Green (Friendly)
Here is the sql script: Code: UPDATE `creature_template` SET `faction_A` = "35" WHERE `entry` = "4";
UPDATE `creature_template` SET `faction_H` = "35" WHERE `entry` = "4";
You can also download my Weapon Master sql script here, even put in a sql script to remove him again: Weapon Master in the shopping mall in Northrend
Here is the sql script to remove Weapon Master again in case you don't like him: Code: DELETE FROM `creature` WHERE `id` = '100042';
DELETE FROM `creature_template` WHERE `entry` = '100042';
DELETE FROM `npc_trainer` WHERE `entry` = '100042';
I hope you like this, I'll be back with more at a later time.
Last edited by Zilver; 06-04-2008 at 11:00 AM.
Reason: Just simplified the code, and made it easy to watch.
| 
06-03-2008, 12:53 AM
| | Member | | Join Date: May 2008
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 146
Rep Power: 2 | | | Thanks you, Zilver! Will be added to v1.7 | 
06-03-2008, 01:28 AM
| | Newbie | | Join Date: Jun 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 0
Rep Power: 2 | | | weapons trainer is what was needed lol i was just trying to figure that one out myself ty | 
06-03-2008, 01:34 AM
|  | Techno addict | | Join Date: Jun 2007 Location: Canada, Québec
Posts: 1,563
Thanks: 5
Thanked 1 Time in 1 Post
Reputation: 916
Rep Power: 7 | | | is there any new items that we can get .. for lvl 80 .. | 
06-03-2008, 01:36 AM
| | Hacker | | Join Date: Jun 2008 Location: EU
Posts: 181
Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 107
Rep Power: 2 | | | Runic Power Quote:
Originally Posted by Newfang I'm currently looking to a fix (sorta like looking for a black spot in a dark alley for me :S)
But if I happen to stumble upon it I'll be sure to let ya'll know (Probably Mike first though,
since more people know him and he can just make an update for it) | I have seen this post about Runic Power at emupedia.com, you can take a look and see it any of this helps out, I must admit that Runic Power is way out of my league.
Link to the post: Emupedia
I don't know if it can be used to anything, but just wanted to let you guys know about it.
Last edited by Zilver; 06-04-2008 at 11:00 AM.
| 
06-03-2008, 02:07 AM
|  | 13E7N3S5! | | Join Date: Jun 2007 Location: United States of America
Posts: 671
Thanks: 1
Thanked 4 Times in 2 Posts
Reputation: 182
Rep Power: 3 | | Okay, for some reason whenever I try to login I get when I select the realm it goes to "Logging into Game Server.." It either stays there or goes back to the realmlist. I play WoW on my laptop and run the server on my computer, so I'm connecting from a different computer, so apparently I can't "Log into the Game Server". On my computer it says I have logged in and so on, and this only seems to happening on Mangos, because I normally use Ascent or Antrix and it has worked fine.
Know whats wrong? | | D3scene |
Welcome to D3scene - probably the best location for all Gamers.
To participate in our friendly environment you have to register. After completing registration you will have full access to all threads and features. We care about members and try to make your stay as pleasant as possible. We are unique with the following feature for members - you will not see a single Advertisement!
The best: registration is completely free. It will not cost you a single penny or harm you in any way. You will lose nothing except 1 minute of your time. So why not register? We would be happy to see you around!
| | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | All times are GMT +1. The time now is 08:09 PM. | |  |