Guild Vault?

Posts from previous Beta sessions

Guild Vault?

Postby Ulminia » Wed Nov 14, 2007 6:42 pm

is any one interested in a Guild Vault addon? heres my demo for our guild

http://beta.ulminia.zenutech.com/index. ... Guildvault
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

Guild Vault?

Postby boyo » Wed Nov 14, 2007 7:04 pm

That looks awesome, I would love to take advantage of that..
boyo
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 103
Joined: Wed Jan 24, 2007 7:37 am

Guild Vault?

Postby sdragongm » Wed Nov 14, 2007 7:26 pm

Would most definately love to see this on our website LOL.
sdragongm
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Fri Oct 05, 2007 2:38 am

Re: Guild Vault?

Postby Wyren » Wed Nov 14, 2007 8:51 pm

Yes please Ulminia!
Wyren
WR.net Journeyman
WR.net Journeyman
 
Posts: 81
Joined: Wed Jul 26, 2006 3:07 pm

Re: Guild Vault?

Postby Diska » Wed Nov 14, 2007 10:35 pm

Ulminia wrote:is any one interested in a Guild Vault addon? heres my demo for our guild

http://beta.ulminia.zenutech.com/index. ... Guildvault


Well, duh! Looks awesome, hand it over! :P
User avatar
Diska
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 179
Joined: Tue Jul 04, 2006 2:05 pm

Re: Guild Vault?

Postby tuigii » Wed Nov 14, 2007 11:12 pm

Ok, Ulminia,

.... how much ?? :lol:

Please release :!:

(PTR 2.3.0 hits the road this evening in Europe)
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

Guild Vault?

Postby cwpc » Wed Nov 14, 2007 11:39 pm

and when can i get this?
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

Re: Guild Vault?

Postby Ulminia » Thu Nov 15, 2007 12:11 am

Ok here it is Just so every one knows this is a really hacked up version of guild bank You have to have the new GP and CP on rpg outfitters from calvin install like normal addons no config or nothen needs to be done Just make sure that addon triggers are allowed

Logs are not implamented yet im doing that today then ial have an updaye for the addon Hope everyone likes it And i hope i dident step on any ones toes...
Attachments
guildvault.rar
Guild Vault 2.0.0.0
(9.45 KiB) Downloaded 310 times
Last edited by Ulminia on Thu Nov 15, 2007 12:13 am, 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

Guild Vault?

Postby tuigii » Thu Nov 15, 2007 11:04 am

Blowing out a lot of php errors :
inc/update_hook.php - line 79 was
Code: Select all
$this->insert_item( $item,$data['Locale'] );

becomes
Code: Select all
$this->insert_item( $item,$roster->config['locale'] );


Same thing goes for line 94.

Line 174 was
Code: Select all
global $roster, $locale, $wordings;

becomes
Code: Select all
global $roster, $wordings;

These changes did it for me, the import went ok.

When showing the Vault, I saw :
Code: Select all
PHP Errors
lib/item.php
Notice line 1333: Undefined variable: armor_set


This is a nasty one.
A SQL line like this (in lib/item.php) was generated:
Code: Select all
SELECT `item_name`, `item_parent` FROM `XXroster_items` WHERE `member_id` = '0' AND `item_name` IN ('Mantelet de sectateur du crépuscule', 'Capuche de sectateur du crépuscule', 'Robe de sectateur du crépuscule')

When a "Mantelet de sectateur du crépuscule" was found as an item in the Vault.

Nice to see is the `member_id` = '0' which doen't makes any sens here.
The Vault doesn't belong to a member/player. It Guild-wide.
So, no matches are found. The search, when `member_id` = '0' is true, should be limited to the "Vault Tabx arrays".
But, this a a table that is or isn't present, depends if the Vault Addon is there.
So, maybe the vault items should stay in the items table - marked with a special member_id like '9999999' or -1 (a never existing member in a Guild) so we can see the Guild as a special member-item-owner.
item_parrent becomes then Tab1, Tab2, .... Tab8.
(We shall not forget that right have to be copied alos : like players that can 'see' tabs IG, should be hidden also in the Roster.....[my deer, we will need auth soooooon :wink: ] - can arrange this with some admin settings in the mean time)

I saw the deposit/witgdraw log info in my CP.lua - will imagine some code arround it ^^
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

Guild Vault?

Postby zanix » Thu Nov 15, 2007 11:41 am

Just a note, I have been working on a vault addon that will be packaged with Roster
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

Guild Vault?

Postby Ulminia » Thu Nov 15, 2007 12:04 pm

cool cool zanix this is a cut and dry to get it going till then i guess it will be interestng to see how much like in game you can make it
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

Guild Vault?

Postby zanix » Thu Nov 15, 2007 2:19 pm

Oh I can work wonders, lol

I just committed my first step to the svn
All the data is stored (items,log,money) but there is no display yet

Also, mine is just called vault, so yours can run too
Last edited by zanix on Thu Nov 15, 2007 2:20 pm, 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

Guild Vault?

Postby Ulminia » Thu Nov 15, 2007 9:56 pm

once the Valt is intargrated to the roster ial drop this addon and concentrate on roster gallery and a new one im dreaming up...
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


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron