Patch 3.0.2

Requests, feedback, and general discussion about WoWRoster
DO NOT post topics about WoWRoster AddOns here!

Patch 3.0.2

Postby cwpc » Fri Oct 17, 2008 9:20 pm

is there something special i need to do in my roster to show achievements and the pets tab for everyone for mounts and non-Combat pets?
Image
Image
Image
User avatar
cwpc
WR.net Expert
WR.net Expert
 
Posts: 151
Joined: Wed Jun 13, 2007 9:07 pm
Location: The Edge of Insanity

Patch 3.0.2

Postby PleegWat » Fri Oct 17, 2008 11:35 pm

Yes, implement it.

Roster doesn't support achievements or mounts yet.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Re: Patch 3.0.2

Postby tuigii » Sat Oct 18, 2008 12:31 am

Ulminia wrote:open update.lib.php in the lib folder replace lines 2215 (and 2216) with the ones i posted above and wala done...

Wait !

There is ONE more thing to do.

Open addons/info/inc.char.lib.php - line 1830
Change
Code: Select all
for( $r=1$r 10$r++ ) 

for
Code: Select all
for( $r=1$r 12$r++ ) 

because rows went up from 9 to 11.

Now, Talents are definitely ok : http://www.papy-team.fr/roster/index.ph ... ts&a=c:302
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Re: Patch 3.0.2

Postby sangui » Sat Oct 18, 2008 11:07 pm

When I update my roster with version 3.0.0 of the CP I have this mistake, I make changes to the file update.lib.php

SQL:
INSERT INTO `roster_talents` SET `member_id` = '31', `name` = 'Orage', `tree` = 'Elémentaire', `tooltip` = 'Orage\nRang 0/1\nRequiert 5 points en Tempête, terre et feu\nRequiert 50 points en Elémentaire\nInstantané 45 sec de recharge\nVous appelez la foudre, qui vous charge d\'énergie et inflige des dégâts aux ennemis se trouvant à moins de 10 mètres. Vous rend 5% de mana et inflige 566 à 644 points de dégâts de Nature à tous les ennemis proches, les faisant tomber à la renverse 20 mètres plus loin.', `texture` = 'spell_shaman_thunderstorm', `row` = '1', `column` = ':', `rank` = '0', `maxrank` = '1'
File: lib/dbal/mysql.php
Line: 234
Image
User avatar
sangui
WR.net Apprentice
WR.net Apprentice
 
Posts: 3
Joined: Thu Dec 28, 2006 7:55 am
Location: Paris - France

Re: Patch 3.0.2

Postby tuigii » Sun Oct 19, 2008 3:29 am

Sangui,

Vous devez appliquer les deux patches proposé dans ce thread.
Le premier pour que l'imporation ce passe bien, la deuxième pour que l'affichage sera ok.
User avatar
tuigii
WR.net Master
WR.net Master
 
Posts: 891
Joined: Wed Dec 27, 2006 12:57 pm
Location: Somewhere in the South Ouest of France

Patch 3.0.2

Postby ScratchMonkey » Sun Oct 19, 2008 11:04 am

http://www.wowroster.net/Downloads/details/id=4.html

Says version 3.0.2. I click Download and go here:

http://www.wowroster.net/Downloads/get=4.html

I see the image pack for 2.4.0 but not 3.0.2.

Something not getting propagated in the website?
User avatar
ScratchMonkey
WR.net Expert
WR.net Expert
 
Posts: 212
Joined: Wed Jul 05, 2006 4:32 pm
Location: San Pablo, CA

Patch 3.0.2

Postby zanix » Sun Oct 19, 2008 11:13 am

Yeah, I'm having problems uploading it
My net connection is doing funny things
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

Re: Patch 3.0.2

Postby lukes » Sun Oct 19, 2008 9:06 pm

That was easy, thanks. (Didn't even notice that something was wrong due to my upload script, but the images where outdated. :))

Jakob
User avatar
lukes
WR.net Apprentice
WR.net Apprentice
 
Posts: 35
Joined: Tue Jan 22, 2008 4:46 pm

Patch 3.0.2

Postby ScratchMonkey » Fri Oct 24, 2008 5:57 pm

Just pulled fresh code from SVN, and I see you're at work on adding pet talent support. Thanks for that. So far I haven't seen anyone else providing a way to display pet talents online for comparison in forums. Even the main WoW website still has only a character talent calculator, not one for pets, so you may be the first.
User avatar
ScratchMonkey
WR.net Expert
WR.net Expert
 
Posts: 212
Joined: Wed Jul 05, 2006 4:32 pm
Location: San Pablo, CA

Patch 3.0.2

Postby PleegWat » Fri Oct 24, 2008 6:05 pm

Note the current SVN version ignores reputation, since the CP head has been modified for the new format and roster has not been modified to match the changed CP output.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Patch 3.0.2

Postby ScratchMonkey » Fri Oct 24, 2008 6:50 pm

Are there LUA APIs to read achievements? I'm wondering if displaying them is possible, given code added to CP to query them.
User avatar
ScratchMonkey
WR.net Expert
WR.net Expert
 
Posts: 212
Joined: Wed Jul 05, 2006 4:32 pm
Location: San Pablo, CA

Patch 3.0.2

Postby Ulminia » Fri Oct 24, 2008 6:53 pm

http://ulminia.zenutech.com/wowroster/ pets talents spell book and companions :P and rep still broken lol
Last edited by Ulminia on Fri Oct 24, 2008 6:55 pm, edited 1 time in total.
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Patch 3.0.2

Postby PleegWat » Fri Oct 24, 2008 7:35 pm

The achievements gui is written as an addon (Blizzard_AchievementUI), so profiling should be possible. However, the addon seems to be quite complicated, and when I looked at it I couldn't find out the underlying api calls.

Also, we are not sure if we want to profile achievements due to the large amount of data involved.
I <3 /bin/bash
User avatar
PleegWat
WoWRoster.net Dev Team
WoWRoster.net Dev Team
 
Posts: 1636
Joined: Tue Jul 04, 2006 1:43 pm

Patch 3.0.2

Postby Ulminia » Fri Oct 24, 2008 7:43 pm

have a look at the UrbanAchiever addon .... it may help
Ulminia of Zangarmarsh
Zonous of Zangarmarsh
Author of Roster Gallery
WoWRoster-Profiler Redesigner
User avatar
Ulminia
WoWRoster.net Dev Team
WoWRoster.net Dev Team
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 1223
Joined: Tue Jul 04, 2006 4:41 pm
Location: New Brunswick, Canada
Realm: Zangarmarsh (PvE) - US
gmail/gtalk: ulminia@gmail.com

Patch 3.0.2

Postby cwpc » Fri Oct 24, 2008 7:44 pm

If we can find the API's maybe create it as an optional addon for thos who want that data in their roster?
Image
Image
Image
User avatar
cwpc
WR.net Expert
WR.net Expert
 
Posts: 151
Joined: Wed Jun 13, 2007 9:07 pm
Location: The Edge of Insanity

PreviousNext

Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron