Vault roster addon is UP ^^

Posts from previous Beta sessions

Vault roster addon is UP ^^

Postby tuigii » Thu Nov 29, 2007 7:51 am

It works great !!!
Log, tabs, money, the lot.
[without login issues :wink: - no hassle - just 'the works']

Example: Image

For all : UPDATE your Guild/CharacterProfiler to 2.3.0a - because their is one - and you gona need it. Go hereand get it - NOW.

Zanix: go http://www.wowroster.net/Forums/viewtop ... html#29469 for the frFR.php
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

Vault roster addon is UP ^^

Postby zanix » Thu Nov 29, 2007 12:38 pm

Thanks

It's not completely done yet
I intend to make it look like it is in-game with the tabs on the side and the "items, log, money log" on the bottom
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: Vault roster addon is UP ^^

Postby Ulminia » Thu Nov 29, 2007 10:10 pm

zanix i have a gift for you...


ad the function

Code: Select all
function itemidname$item_id ){
      
            global 
$roster$addon;
            
            
$sql "SELECT * FROM `" $roster->db->table('items',$addon['basename']) . "`"
                 
" WHERE `item_id` = '$item_id'"
                 
" LIMIT 1";
            
$result $roster->db->query($sql) or die_quietly($roster->db->error(),'Database Error',basename(__FILE__),__LINE__,$query);
            
$row $roster->db->fetch($result);
            return 
$row['item_name'];
      } 



some where and change
Code: Select all
$money_item $row['item_id']; 

to
Code: Select all
$money_item itemidname($row['item_id']); 

and you get the item name insted if the id :P see my roster for demo

http://beta.ulminia.zenutech.com/index. ... ault&a=g:1

Cheers
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

Re: Vault roster addon is UP ^^

Postby tuigii » Thu Nov 29, 2007 10:39 pm

Ulminia wrote:zanix i have a gift for you...


Lol, Ulminia I just came here to post the same thing :D

Big GG.

Now, let make it clickable, and add the popup.
Last edited by tuigii on Thu Nov 29, 2007 10:42 pm, edited 1 time in total.
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: Vault roster addon is UP ^^

Postby tuigii » Fri Nov 30, 2007 12:23 pm

Ulminia wrote:some where and change
Code: Select all
$money_item $row['item_id']; 

to
Code: Select all
$money_item itemidname($row['item_id']); 


If items are withdrawn, the name can't be found anymore.

Maybe we should also search 'main' item table ?
But the item can also be sold already ?!.

Anyway :
Code: Select all
            if (($row['type'] == 'deposit') OR  ($row['type'] == 'move'))
            {
                
$money_item itemidname($row['item_id']);
                if (
$money_item == '')
                {
                    
$money_item $row['item_id']; // Default back to item number, its all we can get
                
}
            }
            else
            {
                
$money_item $row['item_id']; // Just item number - that's all folks, its gone ^^
            


Tooltips on names (the item class out() function only throws out icons with tooltips) will be a little bit more 'hard' :wink:
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

Vault roster addon is UP ^^

Postby MattM » Fri Nov 30, 2007 2:43 pm

very snazzy
MattM
UA/UU Developer
UA/UU Developer
Gimpy Developer
Gimpy Developer
 
Posts: 886
Joined: Tue Jul 04, 2006 9:53 pm
Location: USA

Vault roster addon is UP ^^

Postby zanix » Fri Nov 30, 2007 2:56 pm

I just added tooltips and re organized the file
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

Vault roster addon is UP ^^

Postby wallfw » Sat Dec 01, 2007 9:16 pm

keep getting

* No Items
* No Log
* No Vault Funds


Could not find Guild. GuildProfiler Addon not installed correctly?

got both mods CharacterProfiler 2.3.1a and GuildProfiler 2.3.1a running
wallfw
WR.net Apprentice
WR.net Apprentice
 
Posts: 15
Joined: Mon Apr 30, 2007 7:52 pm

Re: Vault roster addon is UP ^^

Postby tuigii » Sat Dec 01, 2007 11:56 pm

First of all - don't hi-jack this thread.
Your post has nothing to do with the Vault module/addon of the roster beta v1.9.9.18xx

wallfw wrote: * No Items
* No Log
* No Vault Funds

I presume that you saw this in the resulting update log, when uploading your CPP.ua.

wallfw wrote:Could not find Guild. GuildProfiler Addon not installed correctly?

got both mods CharacterProfiler 2.3.1a and GuildProfiler 2.3.1a running

“No guild data”: are your guild members being listed in the update result window ?
Why not posting the text in the windows in a post ? There is a save button just for that.

When you type /cp or /gp IG, do you see the concerning addon dialog showing up ?

Are you sure that you use the correct CharacterProfiler.lua file ???
What is the file size ?
Are you using the update password when uploading ?

When posting, please communicate roster version – URL to check.
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: Vault roster addon is UP ^^

Postby SethDeBlade » Sun Dec 02, 2007 2:00 am

wallfw wrote: * No Items
* No Log
* No Vault Funds


is exactly what i am getting

guild and charupload is working and in cp.lua there is a vault-section with item information but the vault-table remain empty.

update log says nothing about vault

any ideas?

demo
Last edited by SethDeBlade on Sun Dec 02, 2007 2:05 am, edited 2 times in total.
Mysql: 4.1.21
php: 5.2.0
User avatar
SethDeBlade
WR.net Expert
WR.net Expert
 
Posts: 192
Joined: Thu Jul 06, 2006 1:02 am
Location: Germany

Vault roster addon is UP ^^

Postby tuigii » Sun Dec 02, 2007 6:15 am

You both : do what's being sujested overhere : http://www.wowroster.net/Forums/viewtop ... html#29545

De-install Vault - down complete (latest) roster zip - up the addon Vault.
Re-instal - up CP.lua - and post back results
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

Vault roster addon is UP ^^

Postby gnormin » Sun Dec 02, 2007 5:41 pm

Is there a way to have it keep the log as well as add to it every time someone updates giving you an extended transaction history?
gnormin
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Mon Jan 01, 2007 3:50 pm

Vault roster addon is UP ^^

Postby zanix » Mon Dec 03, 2007 3:44 am

Not reliably
The log id's it returns are based on the current log

They could be keyed on time, but it's only accurate down to the hour, so thats not accurate as well

In addition, the log id's changes each time new logs are entered then scanned
Last edited by zanix on Mon Dec 03, 2007 3:47 am, edited 1 time in total.
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

Vault roster addon is UP ^^

Postby gnormin » Mon Dec 03, 2007 5:29 pm

DOH! well thats ok anyway :P thanks for the quick answer
gnormin
WR.net Apprentice
WR.net Apprentice
 
Posts: 7
Joined: Mon Jan 01, 2007 3:50 pm

Vault roster addon is UP ^^

Postby shan_aya » Mon Dec 03, 2007 8:41 pm

any chance to have thisa ddon for 1.7.3 roster, waiting public release of 2.0 ?
shan_aya
WR.net Journeyman
WR.net Journeyman
 
Posts: 132
Joined: Fri Aug 11, 2006 12:58 pm

Next

Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron