 |
 |
 |
GM Script - Equipment shop helper, Quicken the equipment listing a little bit |
|
Jan 24 2012, 09:32
|
sigo8
Group: Gold Star Club
Posts: 3,490
Joined: 9-November 11

|
QUOTE(Sushilicious @ Jan 23 2012, 23:21)  Looks good. Knew it was an easy fix, but was too lazy to go through the code myself.
I tried going though the code, but it was too much. I found the problem spot form the console errors.
|
|
|
Jan 24 2012, 12:36
|
ExTe
Group: Members
Posts: 9,716
Joined: 6-April 09

|
QUOTE(sigo8 @ Jan 24 2012, 16:32)  I tried going though the code, but it was too much. I found the problem spot form the console errors.
Good shit. Its working fine now!
|
|
|
Jan 25 2012, 01:22
|
Apocalypse Horsemen
Group: Members
Posts: 8,028
Joined: 29-August 10

|
Is v0.9 broken for Chrome due to the latest patch? I used the link provided, & it installs automatically as a Chrome Extension. I go to the "Equipment", "Inventory" & even the "Equipment Shop" pages, pointed my arrow at random equipment, pressed "k", but nothing happens, & yes my AdBlock is turned off.
Am I doing any steps wrongly?
|
|
|
Jan 25 2012, 01:35
|
Nish
Group: Members
Posts: 232
Joined: 14-May 11

|
QUOTE(cyberwaveIT @ Jan 25 2012, 01:22)  Is v0.9 broken for Chrome due to the latest patch? I used the link provided, & it installs automatically as a Chrome Extension. I go to the "Equipment", "Inventory" & even the "Equipment Shop" pages, pointed my arrow at random equipment, pressed "k", but nothing happens, & yes my AdBlock is turned off.
Am I doing any steps wrongly?
use fix by Sushilicious and sigo8. working very good.
|
|
|
|
 |
|
Jan 25 2012, 01:59
|
Apocalypse Horsemen
Group: Members
Posts: 8,028
Joined: 29-August 10

|
QUOTE(Nish @ Jan 25 2012, 07:35)  use fix by Sushilicious and sigo8. working very good.
I've looked at their posts but I do not know how to "adapt" it, I'm really noob to all these scripting stuff. (IMG:[ invalid] style_emoticons/default/sad.gif) Perhaps someone can help me out here. Do I need to install anything else, or run any other s/w? (IMG:[ invalid] style_emoticons/default/unsure.gif)
|
|
|
Jan 25 2012, 02:04
|
skillchip
Group: Catgirl Camarilla
Posts: 5,753
Joined: 31-December 06

|
So how do we install it?
|
|
|
Jan 25 2012, 02:20
|
Sushilicious
Group: Catgirl Camarilla
Posts: 10,384
Joined: 21-October 10

|
Wasn't expecting people to have so much trouble installing a fixed script. At any rate, you can install it by using this [ www.starfleetplatoon.com] link.
|
|
|
Jan 25 2012, 02:22
|
skillchip
Group: Catgirl Camarilla
Posts: 5,753
Joined: 31-December 06

|
Thanks
|
|
|
Jan 25 2012, 02:44
|
Apocalypse Horsemen
Group: Members
Posts: 8,028
Joined: 29-August 10

|
Thanks, it's working now!
Edit: A point to note is that it doesn't work (currently) under the Inventory page. Hopefully, this will be included in the next revision.
This post has been edited by cyberwaveIT: Jan 25 2012, 03:00
|
|
|
Jan 25 2012, 04:04
|
4EverLost
Group: Gold Star Club
Posts: 36,632
Joined: 2-April 10

|
Where does the price come from? Its not the bazaar price or what I get if I sell it to the bazaar, its maybe 50% of the bazaar price?
Is there a way to insert an item count at the start that will auto count the equipment? Item:001 Item:002 Item:003 Item:004 Item:005 . . . .
|
|
|
|
 |
|
Jan 25 2012, 04:25
|
sigo8
Group: Gold Star Club
Posts: 3,490
Joined: 9-November 11

|
QUOTE(4EverLost @ Jan 24 2012, 18:04)  Where does the price come from? Its not the bazaar price or what I get if I sell it to the bazaar, its maybe 50% of the bazaar price?
Price=Level*10*Quality_mod Crude = 0.5 Fair = 0.8 Average = 1 Fine = 1.2 Superior = 1.5 Exquisite = 2 Magnificent = 3 Legendary = 5 really not the best system, but bazaar prices are only available from the bazaar page. QUOTE Is there a way to insert an item count at the start that will auto count the equipment? Item:001 Item:002 Item:003 Item:004 Item:005 . . . . I could add one, but I don't feel like messing with it right now and re-adding the slot and item type is more important (they're what were causing the script not to work). Re-adding the item type is just a mater of changing the regex, but the slot will need to be fabricated from scratch.
|
|
|
|
 |
|
Jan 29 2012, 00:26
|
eramosat
Group: Gold Star Club
Posts: 1,366
Joined: 9-October 10

|
Sushilicious and sigo8, thanks for getting this to work again, karma for you both. I was getting used to building shop items manually, but this is much appreciated.
|
|
|
Feb 4 2012, 09:40
|
sigo8
Group: Gold Star Club
Posts: 3,490
Joined: 9-November 11

|
Type and Slot re-added. Count added (use $#). Slot is only recorded for armor, because it isn't useful for weapons.
Slot may not be perfect as I literally just check if the name contains the word "Cap" or "Helmet" if it does declare it to be of the Head slot, else check if it contains "Gloves" or "Gauntlets" etc.
To install unzip and drag the file into your browser. [attachmentid=11611]
|
|
|
|
 |
|
Feb 5 2012, 07:59
|
ExTe
Group: Members
Posts: 9,716
Joined: 6-April 09

|
QUOTE(sigo8 @ Feb 4 2012, 17:40)  Type and Slot re-added. Count added (use $#). Slot is only recorded for armor, because it isn't useful for weapons.
Slot may not be perfect as I literally just check if the name contains the word "Cap" or "Helmet" if it does declare it to be of the Head slot, else check if it contains "Gloves" or "Gauntlets" etc.
To install unzip and drag the file into your browser. [attachmentid=11611]
good stuff. havent tested it yet thou. but appreciate the modifications u are doing.
|
|
|
Feb 14 2012, 22:32
|
reinz springfield
Group: Members
Posts: 592
Joined: 18-June 10

|
I tested with 0.9 and sigo8 @ post 93.But,both are not working. Im using chrome 16.0.912.77 m.
|
|
|
Feb 15 2012, 00:21
|
sigo8
Group: Gold Star Club
Posts: 3,490
Joined: 9-November 11

|
QUOTE(reinz springfield @ Feb 14 2012, 12:32)  I tested with 0.9 and sigo8 @ post 93.But,both are not working. Im using chrome 16.0.912.77 m.
Try removing the extension then reinstalling mine. 0.9 doesn't have a version statement so Chrome assumes is v1.0 and it won't let you "downgrade"
|
|
|
Feb 15 2012, 08:29
|
reinz springfield
Group: Members
Posts: 592
Joined: 18-June 10

|
QUOTE(sigo8 @ Feb 14 2012, 22:21)  Try removing the extension then reinstalling mine. 0.9 doesn't have a version statement so Chrome assumes is v1.0 and it won't let you "downgrade"
Got it.It works now,thanks~ ------------------------------ It seems that the extension not working anymore after i clear the list. It work again,after i turn it off then on again. Is it suppose to be happen? This post has been edited by reinz springfield: Feb 15 2012, 11:22
|
|
|
Feb 15 2012, 15:14
|
Apocalypse Horsemen
Group: Members
Posts: 8,028
Joined: 29-August 10

|
I've been using v0.9 for a couple of weeks now, every time I login to HV, the settings are always reset back to default. Is there any way to retain my settings?
|
|
|
Feb 16 2012, 07:05
|
Wolfen1976
Newcomer
  Group: Members
Posts: 79
Joined: 22-November 11

|
Is there a possibility that it doesn't work on Waterfox (64-bit Firefox)? Can't seem to make it work... :-( . . . . . . ...Never mind, it worked after I restarted the browser (and noticed the new menu (IMG:[ invalid] style_emoticons/default/tongue.gif)) Thanks, great job! This post has been edited by Wolfen1976: Feb 16 2012, 11:57
|
|
|
Feb 18 2012, 12:35
|
wrinty
Group: Members
Posts: 420
Joined: 11-June 08

|
I'm having some problems getting this to work, so I put my mouse over item and press k then go to the shop helper and it gives me a code, but the problem is that I get this:
[L203] [url=]Fair Mace of the Ox[/url] ( - Two-handed Weapon) Price: 1624
It doesn't actually insert the url of my item. My script box currently looks like this:
[L$LEVEL] $BBLINK ($SLOT - $TYPE) Price: $PRICE
How can I fix it so that it does have the link?
|
|
|
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
|
 |
 |
 |
|