[solved]Disabled

A shopping addon for Roster

Moderator: Hannah

[solved]Disabled

Postby gprovostjr » Tue Jul 18, 2006 3:15 am

The first time I ran this I got an error message, I didnt read it but it loaded the shopping cart onto my screen, I did not have a Shopping.lua yet so i guessed that was it, I then set my Uni-uploader settings, and went shopping on the roster. That Worked great, but now when I go into the game I get this line in the mods loading chat area when I first log in,
Shopping mod disabled
The button is on the mini-map, but when I click it nothing happens right or left click. and I can't find and slash commands for it.
Last edited by gprovostjr on Wed Aug 16, 2006 12:27 pm, edited 1 time in total.
gprovostjr
WR.net Apprentice
WR.net Apprentice
 
Posts: 20
Joined: Fri Jul 07, 2006 12:32 am

Disabled

Postby Hannah » Tue Jul 18, 2006 11:38 am

Hi gprovostjr!

The behavior is right...

The first version of shopping was designed to use slash commands (you can
see them by just typ´in /shopping on the chat window.

Now with the Uniuploader feature the button for the order is always there.
It blinks when you enter the game and there is a order waiting and when you then
push the button the order-window opens.

If there is no order waiting, there happens nothing (right know).

I´ll implement a window showing the status e.g. "No orders left"...

But if you first installed it and got an error message that´s of the missing Config-data
i´ll make a check for that so no error message will show up...

CU

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

Re: Disabled

Postby gprovostjr » Tue Jul 18, 2006 7:54 pm

Hannah wrote:Now with the Uniuploader feature the button for the order is always there.
It blinks when you enter the game and there is a order waiting and when you then
push the button the order-window opens.


I ordered some stuff, and uni-uploaded-downloaded it, and I get nothing. when I click the shopping cart nothing happens, I have two orders in my shopping.lua I thought I had typed /shopping to see if that worked, I will try again once the servers are back up again.
gprovostjr
WR.net Apprentice
WR.net Apprentice
 
Posts: 20
Joined: Fri Jul 07, 2006 12:32 am

Disabled

Postby Hannah » Tue Jul 18, 2006 10:01 pm

You can check if Uniuploader did an upload of the orders by
opening the file wow/wtf/*useraccount*/SavedVariables/Shopping.lua

In this file there should be your order, if its empty the order window ingame won´t open...
User avatar
Hannah
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 142
Joined: Tue Jul 04, 2006 1:41 pm
Location: Germany, Cologne

Re: Disabled

Postby gprovostjr » Wed Jul 19, 2006 2:03 pm

Hannah wrote:You can check if Uniuploader did an upload of the orders by
opening the file wow/wtf/*useraccount*/SavedVariables/Shopping.lua

In this file there should be your order, if its empty the order window ingame won´t open...


This is my Shopping.lua


Code: Select all
shoppinglist = {
   [1] = {
      [1] = "Deman",
      [2] = "3",
      [3] = "Flask of Distilled Wisdom",
      [4] = "Rspotions",
      [5] = "1",
      [6] = "outbox",
      [7] = "0",
      [8] = "",
   },
   [2] = {
      [1] = "Deman",
      [2] = "10",
      [3] = "Elixir of the Mongoose",
      [4] = "Rspotions",
      [5] = "2",
      [6] = "outbox",
      [7] = "0",
      [8] = "",
   },
   [3] = {
      [1] = "Deman",
      [2] = "3",
      [3] = "Flask of Distilled Wisdom",
      [4] = "Rspotions",
      [5] = "3",
      [6] = "outbox",
      [7] = "0",
      [8] = "",
   },
   [4] = {
      [1] = "Zbestmage",
      [2] = "10",
      [3] = "Major Mana Potion",
      [4] = "Rspotions",
      [5] = "4",
      [6] = "outbox",
      [7] = "0",
      [8] = "",
   },
   [5] = {
      [1] = "Briarrose",
      [2] = "10",
      [3] = "Elixir of the Mongoose",
      [4] = "Rspotions",
      [5] = "5",
      [6] = "outbox",
      [7] = "0",
      [8] = "",
   },
   [6] = {
      [1] = "Briarrose",
      [2] = "10",
      [3] = "Greater Shadow Protection Potion",
      [4] = "Rspotions",
      [5] = "6",
      [6] = "outbox",
      [7] = "0",
      [8] = "",
   },
}



When I type /shopping show, it shows me an empty cart.
Last edited by gprovostjr on Fri Jul 21, 2006 12:38 am, edited 1 time in total.
gprovostjr
WR.net Apprentice
WR.net Apprentice
 
Posts: 20
Joined: Fri Jul 07, 2006 12:32 am

Disabled

Postby Hannah » Wed Jul 19, 2006 4:44 pm

And nothing happens if you klick on the button at the minimap ?

Are you loged in with an other character from your account or with
Briarrose ?

Shopping looks up your name and then compares it with the orders in shopping.lua.

If the logged in person has no order it won´t show the window...

Is this the problem ? Different char logged in ?

Tell me

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

Disabled

Postby zanix » Thu Jul 20, 2006 3:51 am

Hey gprovostjr
Can you enlose stuff like that in [ code ] tags please?

Its so the formatting of the source can be kept and it looks nicer (kinda :roll: )
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: Disabled

Postby gprovostjr » Fri Jul 21, 2006 12:35 am

zanix wrote:Hey gprovostjr
Can you enlose stuff like that in [ code ] tags please?

Its so the formatting of the source can be kept and it looks nicer (kinda :roll: )


Will do sorry about that
gprovostjr
WR.net Apprentice
WR.net Apprentice
 
Posts: 20
Joined: Fri Jul 07, 2006 12:32 am

Re: Disabled

Postby gprovostjr » Fri Jul 21, 2006 12:40 am

Hannah wrote:Are you loged in with an other character from your account or with
Briarrose ?

Is this the problem ? Different char logged in ?

Tell me

thx Hannah


Yep that was the problem, I didnt realize you had to log in as the person ordering. Thanks for the help
gprovostjr
WR.net Apprentice
WR.net Apprentice
 
Posts: 20
Joined: Fri Jul 07, 2006 12:32 am


Return to Shopping

Who is online

Users browsing this forum: No registered users and 1 guest

cron