Welcome Guest ( Log In | Register )

7 Pages V « < 3 4 5 6 7 >  
Reply to this topicStart new topic
> GM Script - Equipment shop helper, Quicken the equipment listing a little bit

 
post Jan 24 2012, 09:32
Post #81
sigo8



Clover Sprite
********
Group: Gold Star Club
Posts: 3,490
Joined: 9-November 11
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 24 2012, 12:36
Post #82
ExTe



Android Lover
**********
Group: Members
Posts: 9,716
Joined: 6-April 09
Level 492 (Godslayer)


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!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2012, 01:22
Post #83
Apocalypse Horsemen



Can't Save the World⁇ Then Prepare for its END‼ ☠
**********
Group: Members
Posts: 8,028
Joined: 29-August 10
Level 290 (Godslayer)


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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2012, 01:35
Post #84
Nish



Casual Poster
***
Group: Members
Posts: 232
Joined: 14-May 11
Level 151 (Ascended)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2012, 01:59
Post #85
Apocalypse Horsemen



Can't Save the World⁇ Then Prepare for its END‼ ☠
**********
Group: Members
Posts: 8,028
Joined: 29-August 10
Level 290 (Godslayer)


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)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2012, 02:04
Post #86
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,753
Joined: 31-December 06
Level 496 (Godslayer)


So how do we install it?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2012, 02:20
Post #87
Sushilicious



Legendary Poster
***********
Group: Catgirl Camarilla
Posts: 10,384
Joined: 21-October 10
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2012, 02:22
Post #88
skillchip



Mathematical Trashcat
*********
Group: Catgirl Camarilla
Posts: 5,753
Joined: 31-December 06
Level 496 (Godslayer)


Thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2012, 02:44
Post #89
Apocalypse Horsemen



Can't Save the World⁇ Then Prepare for its END‼ ☠
**********
Group: Members
Posts: 8,028
Joined: 29-August 10
Level 290 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2012, 04:04
Post #90
4EverLost



Just 1 of Santa's little Helpers
************
Group: Gold Star Club
Posts: 36,632
Joined: 2-April 10
Level 463 (Godslayer)


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
.
.
.
.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 25 2012, 04:25
Post #91
sigo8



Clover Sprite
********
Group: Gold Star Club
Posts: 3,490
Joined: 9-November 11
Level 500 (Ponyslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Jan 29 2012, 00:26
Post #92
eramosat



Active Poster
*******
Group: Gold Star Club
Posts: 1,366
Joined: 9-October 10
Level 462 (Godslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 4 2012, 09:40
Post #93
sigo8



Clover Sprite
********
Group: Gold Star Club
Posts: 3,490
Joined: 9-November 11
Level 500 (Ponyslayer)


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]
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 5 2012, 07:59
Post #94
ExTe



Android Lover
**********
Group: Members
Posts: 9,716
Joined: 6-April 09
Level 492 (Godslayer)


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.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 14 2012, 22:32
Post #95
reinz springfield




*****
Group: Members
Posts: 592
Joined: 18-June 10
Level 325 (Godslayer)


I tested with 0.9 and sigo8 @ post 93.But,both are not working.
Im using chrome 16.0.912.77 m.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 15 2012, 00:21
Post #96
sigo8



Clover Sprite
********
Group: Gold Star Club
Posts: 3,490
Joined: 9-November 11
Level 500 (Ponyslayer)


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"
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 15 2012, 08:29
Post #97
reinz springfield




*****
Group: Members
Posts: 592
Joined: 18-June 10
Level 325 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 15 2012, 15:14
Post #98
Apocalypse Horsemen



Can't Save the World⁇ Then Prepare for its END‼ ☠
**********
Group: Members
Posts: 8,028
Joined: 29-August 10
Level 290 (Godslayer)


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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 16 2012, 07:05
Post #99
Wolfen1976



Newcomer
**
Group: Members
Posts: 79
Joined: 22-November 11
Level 344 (Godslayer)


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
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

 
post Feb 18 2012, 12:35
Post #100
wrinty



Casual Poster
****
Group: Members
Posts: 420
Joined: 11-June 08
Level 168 (Destined)


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?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


7 Pages V « < 3 4 5 6 7 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 


Lo-Fi Version Time is now: 23rd April 2025 - 00:45