How can I delete roster information

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

How can I delete roster information

Postby apostlite » Mon Aug 14, 2006 8:37 pm

I screwed up the roster by deleting the CharacterProfiler.lua and changed the CharacterProfiler.lua.bak to CharacterProfiler.lua and uploading it. Now I have members showing up that are no longer in the guild. I deleted the CharacterProfiler.lua file went into Wow and uploaded it again, but its not changing my info. How can I blow the wowroster information out so I can just upload a new copy of my WoW download? I just want to star over fresh
apostlite
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Wed Aug 02, 2006 8:57 pm

How can I delete roster information

Postby Hannah » Mon Aug 14, 2006 8:42 pm

apostlite wrote:I screwed up the roster by deleting the CharacterProfiler.lua and changed the CharacterProfiler.lua.bak to CharacterProfiler.lua and uploading it. Now I have members showing up that are no longer in the guild. I deleted the CharacterProfiler.lua file went into Wow and uploaded it again, but its not changing my info. How can I blow the wowroster information out so I can just upload a new copy of my WoW download? I just want to star over fresh
HI!

Maybe this helps...

http://wowroster.net/Downloads/details/id=40.html

CU

Hannah
User avatar
Hannah
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 142
Joined: Tue Jul 04, 2006 1:41 pm
Location: Germany, Cologne

How can I delete roster information

Postby apostlite » Mon Aug 14, 2006 8:46 pm

Its good, but I want to blow away all information stored by wowroster and just start over. Is there a file I can delete to do this?
apostlite
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Wed Aug 02, 2006 8:57 pm

Re: How can I delete roster information

Postby Hannah » Mon Aug 14, 2006 8:52 pm

A file ?

It´s the db :)

Quick way:
Drop table and roster dir and reinstall...

It´s just 5 min to do that...

But cleaning all the tables is just like finding easter eggs :)
User avatar
Hannah
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 142
Joined: Tue Jul 04, 2006 1:41 pm
Location: Germany, Cologne

How can I delete roster information

Postby Hannah » Mon Aug 14, 2006 8:53 pm

Or as kyxap mentioned in a thread:

Code: Select all

DELETE FROM 
`roster_membersWHERE `member_idIN );
DELETE FROM `roster_playersWHERE `member_idIN );
DELETE FROM `roster_skillsWHERE `member_idIN );
DELETE FROM `roster_itemsWHERE `member_idIN );
DELETE FROM `roster_questsWHERE `member_idIN );
DELETE FROM `roster_pvp2WHERE `member_idIN );
DELETE FROM `roster_recipesWHERE `member_idIN );
DELETE FROM `roster_talentsWHERE `member_idIN );
DELETE FROM `roster_talenttreeWHERE `member_idIN );
DELETE FROM `roster_spellbookWHERE `member_idIN );
DELETE FROM `roster_spellbooktreeWHERE `member_idIN );
DELETE FROM `roster_petsWHERE `member_idIN );
DELETE FROM `roster_reputationWHERE `member_idIN );
DELETE FROM `roster_mailboxWHERE `member_idIN );
 
User avatar
Hannah
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 142
Joined: Tue Jul 04, 2006 1:41 pm
Location: Germany, Cologne


Return to General Support & Feedback

Who is online

Users browsing this forum: No registered users and 1 guest

cron