| 3 active user(s) (in the past 15 minutes) |
| 0 members, 3 guests, 0 anonymous users |
| Google |
| Show by: Last Click or Member Name |
| 0 member(s) have a birthday today |
| No members are celebrating a birthday today |
| Upcoming Calendar Events |
|
There are no forthcoming calendar events
|
| Our Board Statistics |
Our members have made a total of 3,411 posts We have 1,085 registered members The newest member is albert2 Most users ever online was 63 on 03 July 2010 - 12:35 AM |
| | |
1
|
2
|
3
|
4
|
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
|
26
|
27
|
28
|
29
|
30
| | |
| |
Toggle this category The Time Has Come. "the Walrus Said." ...
| Posted By:
blueboy
@ 16 July 2010 - 07:48 AM |
I believe the code on portal has checked out, with no nasty issues. If you disagree, please post me on this topic. If I haven't received any negative feedback in the next day, I will then merge the development branch portal with the main branch blueboy.
Hope this helps
|
|
Comments: 1 ::
View Comments
|
| Posted By:
Darkrulerz
@ 15 July 2010 - 06:05 PM |
No clue where to post this otherwise (without starting a new thread )
but i've added support for VS2010 to both the normal playerbot as well as the portal repo
let me know if there are problems specifically with VS2010 compiled cores (shouldn't be any, but you never know)
|
|
Comments: 1 ::
View Comments
|
| Posted By:
Bruno
@ 02 March 2010 - 12:41 AM |
implemented acc verification my email, thanks ex0r
THIS IS 100% UNTESTED, so provide feedback if it doesnt work
|
|
Comments: 12 ::
View Comments
|
| Posted By:
cpdev
@ 23 February 2010 - 09:47 PM |
I made some updates to support 3.3.2.
I actually made it work, but there some drawbacks i couldnt fix so far.
in the login.php change the following:
$results = execute_query("SELECT `id`, `username`, `gmlevel`
FROM `account`
WHERE `username` = '".mysql_real_escape_string($user_name)."'
AND `sha_pass_hash` = '".$user_pass."' LIMIT 1");
to
$results = execute_query("SELECT `a`.`id`, `a`.`username`, `b`.`gmlevel`
FROM `account` AS `a`, `account_access` AS `b`
WHERE `username` = '".mysql_real_escape_string($user_name)."'
AND `sha_pass_hash` = '".$user_pass."' LIMIT 1");
change these lines in the defines.php
old: "SKILL_DATA" => array(928, 1012, 610, 610),
new: "SKILL_DATA" => array(928, 1012, 610, 468),
//dont know why Unit_END is not added here but it works.
old: "KILLS" => array(1517, 1602, 1200, 1202),
new: "KILLS" => array(1517, 1602, 1200, 1199),
Of couse, if you change the lines like I did, you will loose support for older revisions (especially because of the login.php).
For no known reason, the values for critpercentage, dodge, parry and block are not defined in the database any more, so they could not be read. They are displayed as if they are 0.
If you can give me advise, how to place additional thumbnails, I might be able to update the icons/64x64 folder too.
and yeah, dbc data might have changed as well ^^
|
|
Comments: 12 ::
View Comments
|
| Posted By:
Bruno
@ 05 February 2010 - 10:23 PM |
mmfpm = MiniManager for Project MaNGOS
due to:
- completely lack of support and help from trinity users
- cores drifting apart significantly
- trinity users have started their own project to support its core
I decides it was time to drop support for trinity, it will be easier for us to maintain minimanager and will incentive trinity users to help their own project
as i didnt test everything, small problems may appear, report on forums if any
|
|
Comments: 3 ::
View Comments
|
| Posted By:
SUPERGADGET
@ 04 November 2009 - 11:56 PM |
Many people were asking me about 3.2.2 support. Until now my answer was that I don't have time to make it. Yesterday I finally have some free time, but... I thought about the future of this client version and realized that it has no future. I expect in the next 2-3 weeks Mangos to switch to 3.3.0 and probably no one will think about 3.2.2 ever. That's why I decide MBA to not support 3.2.2. Instead of that until 3.3.0 I'll concentrate over some old issues.
P.S. Anyway if I finish with the old issues earlier than 3.3.0 is out, I'll make 3.2.2 support.
Now you can send me your 3.2.2 dbc files. I need English, German, Russian and French.
Now I have all dbc files, you can wait them in the next revision.
Now I can say that 3.2.2 is fully supported. If you find any problem related to 3.2.2 compatibility, report it here.
|
|
Comments: 14 ::
View Comments
|
| |
General
Community
Support
Project Forums
Minimanager
Mangos Blizzlike Armory (MBA)
Mangos Vote System (MVS)
Playerbot
|
MaNGOS
MaNGOS Forums
MaNGOS Wiki
MaNGOS Documentation
MaNGOS Changelog
MaNGOS GIT
UDB
UDB Forums
UDB Wiki
UDB Changelog
UDB SVN
SD2
SD2 Forums
SD2 Changelog
SD2 SVN
SD2 ACID Changelog
SD2 ACID SVN
|
|