Looty

External page that displays guild bank data from the Roster database

Moderator: trell

Looty

Postby robojerk » Thu Jul 20, 2006 9:28 pm

This script is intended for people who use the Guild Roster tool provided by http://www.wowroster.net , which takes data from the CharacterProfiler addon and displays it on a website.


The Guild Roster does have a guild bank feature, but it's not quite what I wanted so wrote my own interface instead. Looty supports multiple bank characters and has a flexible, searchable list of items showing the items currently in the bank along with, optionally, the overall bank balance.


Download is available here. Updated by Finja

Image
Last edited by robojerk on Sat Jan 13, 2007 4:04 am, edited 10 times in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Looty

Postby smurfhell » Tue Aug 08, 2006 5:13 am

Could you add a field to sort by type of armor or weapon such as Mail, Cloth, etc. or Sword, Mace, Staff, etc.?
smurfhell
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Thu Jul 13, 2006 12:22 am

Looty

Postby Adariel » Tue Aug 08, 2006 9:16 am

sounds cool, but your link requires a login?
User avatar
Adariel
WR.net Apprentice
WR.net Apprentice
 
Posts: 36
Joined: Tue Jul 25, 2006 9:14 am

Looty

Postby robojerk » Fri Nov 10, 2006 6:45 am

Last edited by robojerk on Sat Jan 13, 2007 4:06 am, edited 2 times in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Looty

Postby zanix » Fri Nov 10, 2006 2:11 pm

Hey, does the current version work with Roster 1.7.1?
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: Looty

Postby robojerk » Fri Nov 10, 2006 2:51 pm

zanix wrote:Hey, does the current version work with Roster 1.7.1?


Yes. My guild is very active and I work full time, and I'm in closed beta but I am planning to maybe port this as a dragonfly module. We like and use looty more than the integrated bank in wowroster, no offense to anyone but it's just our preference. Been using looty since the 1.0 version of wowroster.
Last edited by robojerk on Fri Nov 10, 2006 2:51 pm, edited 1 time in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Looty

Postby zanix » Fri Nov 10, 2006 4:12 pm

robojerk wrote:
zanix wrote:Hey, does the current version work with Roster 1.7.1?


Yes. My guild is very active and I work full time, and I'm in closed beta but I am planning to maybe port this as a dragonfly module. We like and use looty more than the integrated bank in wowroster, no offense to anyone but it's just our preference. Been using looty since the 1.0 version of wowroster.

LoL, yeah... ours is very basic
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

Looty

Postby Zargs » Thu Nov 16, 2006 4:02 am

Seens you dont look in curse-gaming anymore I post it here then. I posted this "Saturday, May 20, 2006 - 04:08 am" on curse-gaming. Will you check here more or is it a lost battle again?

I have the same problem as deep9!!
Installation is very simple: just unzip the folder somewhere on your
site so that it's publically viewable, and edit config.php.

Yeah right! First part eazy secound part is not even close to the real thing.
Edit what? What database do I use? Do I make one? What Tabels do I use and what do I call them?

This is a damn cool AddOn but some shity Manual.


FIX THIS! I know loads of ppl like to use Looty!
And SHAME on you for not answer the ppl question on curse-gaming!!!!!
Zargs
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Mon Jul 10, 2006 7:08 pm

Looty

Postby robojerk » Thu Nov 16, 2006 4:40 am

First off, this isn't my web script.. I think Fin (the author) quit WoW or something.. You can ask him why he doesn't repsond on curse-gaming anymore. I am just some guy that like this script and wondered why no one knew about it on these forums.

This addons uses the database tables in wowroster (which means you need to install wowroster). I use it just fine with my integrated wowroster with dragonfly.

in looty/config.php look for a line that start with "$dbprefix = " then input your table prefix there... Here's a screenshot of my db and the code I use in my config.php.
Image


Code: Select all
$dbprefix 'nuke_wowrosterdf_roster_';        // prefix for db table names 

For people that have the stand alone version of wowroster I guess you'll want to edit the line to be similiar to this. I would check first.
Code: Select all
$dbprefix 'roster_';        // prefix for db table names 
Last edited by robojerk on Thu Nov 16, 2006 5:05 am, edited 3 times in total.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Looty

Postby Zargs » Thu Nov 16, 2006 4:15 pm

Ahh! Ok robojerk. Im sorry if i said something wrong! I do take it back and I agree whit you. I love this Guildbank more then Rosters bank.
I will check this when I get back home.

Thansk robojerk!
Zargs
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Mon Jul 10, 2006 7:08 pm

Looty

Postby Deeo » Fri Nov 17, 2006 3:07 pm

does it have the possibilty to show WHO ownes the item, and the possibilty to sort it like the Rosterbank??

then it would be very suitable...
Deeo
WR.net Journeyman
WR.net Journeyman
 
Posts: 80
Joined: Mon Jul 10, 2006 2:02 pm

Looty

Postby robojerk » Fri Nov 17, 2006 10:31 pm

Items are already sorted by who has the item... There is a drop down to choose a character... Look at the screenshots
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Re: Looty

Postby Mathos » Sat Nov 18, 2006 3:44 am

To be honest, I do not really see an advantage over the Cat-GBank that is shipped as an addon with R1.7.0 and up.
What is the added value of this one, as in the old days (R1.5) I remember looking at looty and personally I did not really like it.

If people want special features of it, I might be able to integrate them into CatGBank for new releases.
User avatar
Mathos
Gimpy Developer
Gimpy Developer
 
Posts: 117
Joined: Wed Jul 05, 2006 11:00 am

Looty

Postby robojerk » Sat Nov 18, 2006 5:41 am

All the bank's display the contents correctly, so there is no advantage, however there is personal preference for each person. Looty to me is more visually appealing, and more simpler for the user to access (a couple less clicks) and my guild agrees with me. We're going to be sticking with it.
Image
For the Horde!
Image
User avatar
robojerk
WR.net Master
WR.net Master
 
Posts: 484
Joined: Wed Jul 05, 2006 12:17 am
Location: -The OmniMatrix- Web 3.0

Looty

Postby zanix » Sat Nov 18, 2006 8:44 am

This is why we have addons for Roster, to allow choice in what could be used to view data

It's nice to see this happening, we now have 4 ways to view bank info :)
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

Next

Return to Looty

Who is online

Users browsing this forum: No registered users and 0 guests

cron