Author Topic: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'  (Read 945 times)

0 Members and 1 Guest are viewing this topic.

Offline Zildjan

  • Knight
  • ***
  • Renown: 40
  • Infamy: 23
  • cRPG Player A Gentleman and a Scholar
    • View Profile
  • Faction: Black Company
  • Game nicks: Zildjian_BlackCompany
  • IRC nick: Zildjian
Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« on: March 04, 2014, 10:23:41 pm »
0
Last strat someone, I forget who, told me to download Strategus Sorted Inventory 4.1 to help manage gear in Strat but I didn't get a chance to until this strat.  I installed it in chrome but it's fucked up.  If you click on a fief you now have an option to "follow" or "enter" it but no option to attack.  If you hit "follow" you attack instead.  This happened to me and cost me a bunch of troops and goods when my unarmed trader accidentally attacked a fief over night I was trying to just move near by "following" it. 

I'm not on the forums much, for all I know this issue has already been noticed and fixed but I figured I'd send out a heads up to watch out if you're using it.
visitors can't see pics , please register or login

Offline MURDERTRON

  • King
  • **********
  • Renown: 1337
  • Infamy: 428
    • View Profile
  • Faction: TRUMP / WEST 2020
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #1 on: March 05, 2014, 03:54:59 pm »
+1
Typical Fallen conspiracy cover up attempt.
▀█▀▒█▀█▒█▒█▒█▒▒▒█▒█▀█▒▒█▀█▒█▀█▒█▀█▒█▀█▒█
▒█▒▒█▄█▒█▒█▒██▒██▒█▄█▒▒▄▄█▒█▒█▒▄▄█▒█▒█▒█
▒█▒▒█▀▄▒█▄█▒█▒█▒█▒█▒▒▒▒█▄▄▒█▄█▒█▄▄▒█▄█▒▄

Offline Aye_Chingao

  • Knight
  • ***
  • Renown: 28
  • Infamy: 2
  • cRPG Player
    • View Profile
  • Faction: BIRD CLAN
  • Game nicks: _Jake
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #2 on: March 07, 2014, 03:27:00 am »
0
Remove the following lines from the script:

Code: [Select]
css += "#player_info li.sendaction:nth-of-type(8) { width: 92px; margin-left: 5px; background: url(http://img13.imageshack.us/img13/430/attackplayerbutton.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(8):after { content: 'Attack'; }";

css += "#player_info li.sendaction:nth-of-type(9) { width: 180px; margin-left: -9px; background: url(http://i.imgur.com/hBUwq.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(9):after { content: 'Enter fief' }";

css += "#player_info li.sendaction:nth-of-type(9):not(:last-child) { width: 90px; margin-left: -9px; background: url(http://img542.imageshack.us/img542/9219/tradeplayerbutton.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(9):not(:last-child):after { content: 'Follow'; }";

Looks like the image link that's hosted on imgur isn't working, and the imageshack ones are.

Offline GOBBLINKINGREATLEADER

  • King
  • **********
  • Renown: 1509
  • Infamy: 515
  • cRPG Player Sir White Bishop
    • View Profile
  • Game nicks: Daruvian, GOBBLINKINGGREATLEADER
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #3 on: March 07, 2014, 03:42:47 am »
0
See I have that script and it messed up so that my attack button is removed so that now any time I need to attack someone I have to pull out my phone and use my phones internet browser.

Offline Butan

  • King
  • **********
  • Renown: 1713
  • Infamy: 214
  • cRPG Player A Gentleman and a Scholar
  • Best tincan EU
    • View Profile
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #4 on: March 07, 2014, 04:06:17 am »
0
Remove the following lines from the script:

Code: [Select]
css += "#player_info li.sendaction:nth-of-type(8) { width: 92px; margin-left: 5px; background: url(http://img13.imageshack.us/img13/430/attackplayerbutton.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(8):after { content: 'Attack'; }";

css += "#player_info li.sendaction:nth-of-type(9) { width: 180px; margin-left: -9px; background: url(http://i.imgur.com/hBUwq.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(9):after { content: 'Enter fief' }";

css += "#player_info li.sendaction:nth-of-type(9):not(:last-child) { width: 90px; margin-left: -9px; background: url(http://img542.imageshack.us/img542/9219/tradeplayerbutton.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(9):not(:last-child):after { content: 'Follow'; }";

Looks like the image link that's hosted on imgur isn't working, and the imageshack ones are.


If you know what you're doing, can you upload a fixed script on the strategus sorted inventory topic? It will help many.

Offline Aye_Chingao

  • Knight
  • ***
  • Renown: 28
  • Infamy: 2
  • cRPG Player
    • View Profile
  • Faction: BIRD CLAN
  • Game nicks: _Jake
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #5 on: March 07, 2014, 06:58:02 am »
0
ok actually I lied, I removed this whole section:

Code: [Select]
// Buttons Player-Info
css += "#player_info { overflow: hidden; } ";
css += "#player_info li.sendaction { float: left; font-size: 0; overflow: hidden; vertical-align: middle; text-align: center; color: black; opacity: 0.8; margin-top: 5px; }";
css += "#player_info li.sendaction:after { font-size: 12px; font-weight: bold; line-height: 22px; }";
css += "#player_info li.sendaction:hover { color: white; opacity: 1.0; }";

css += "#player_info li.sendaction:nth-of-type(8) { width: 92px; margin-left: 5px; background: url(http://img13.imageshack.us/img13/430/attackplayerbutton.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(8):after { content: 'Attack'; }";

css += "#player_info li.sendaction:nth-of-type(9) { width: 180px; margin-left: -9px; background: url(http://i.imgur.com/hBUwq.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(9):after { content: 'Enter fief' }";

css += "#player_info li.sendaction:nth-of-type(9):not(:last-child) { width: 90px; margin-left: -9px; background: url(http://img542.imageshack.us/img542/9219/tradeplayerbutton.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(9):not(:last-child):after { content: 'Follow'; }";

css += "#player_info li.sendaction:nth-of-type(10) { width: 97px; margin-left: -5px; background: url(http://img547.imageshack.us/img547/6402/followplayerbutton.png) transparent no-repeat; }";
css += "#player_info li.sendaction:nth-of-type(10):after { content: 'Trade'; clear: both; }";

As far as
Quote
If you know what you're doing, can you upload a fixed script on the strategus sorted inventory topic? It will help many.
that sure as hell isn't me.

I'm using greasemonkey in firefox.  I clicked the dropdown by the monkey, then manage user scripts.  Right click on strategus sorted inventory 4.1, then edit.  Find the section above and remove it.  I don't have time to figure out how to upload a script to a site like the original creator used, so good luck!  I think if you could get ahold of the original author and have them fix that one imgur image link, it would all work, but I don't really like the buttons it added on the map page anyway.

Offline Lt_Anders

  • King
  • **********
  • Renown: 1049
  • Infamy: 651
  • cRPG Player Sir Black Pawn A Gentleman and a Scholar
  • Man, I still play this shit?
    • View Profile
    • Drowtales
  • Faction: Astralis
  • Game nicks: Anders_Astralis
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #6 on: March 08, 2014, 03:39:07 am »
-2
See I have that script and it messed up so that my attack button is removed so that now any time I need to attack someone I have to pull out my phone and use my phones internet browser.

Just disable it for that. Jeez, sperging so hard he grabs his PHONE to do strat. Autism...
visitors can't see pics , please register or login

Offline Zildjan

  • Knight
  • ***
  • Renown: 40
  • Infamy: 23
  • cRPG Player A Gentleman and a Scholar
    • View Profile
  • Faction: Black Company
  • Game nicks: Zildjian_BlackCompany
  • IRC nick: Zildjian
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #7 on: March 10, 2014, 10:08:10 pm »
0
You don't even need to disable it, just know that there is no "follow" option for a fief so if you want to attack a fief just click on the fief and hit follow, and you will attack it.  I think everything else still works as labeled
visitors can't see pics , please register or login

Offline Aye_Chingao

  • Knight
  • ***
  • Renown: 28
  • Infamy: 2
  • cRPG Player
    • View Profile
  • Faction: BIRD CLAN
  • Game nicks: _Jake
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #8 on: April 11, 2014, 03:20:47 am »
+2
Here's a fixed version for Greasemonkey.

http://userscripts.org/scripts/show/459969

I also updated the item lists to current so the counts should be accurate.

Offline Rhalzo

  • Duke
  • *******
  • Renown: 599
  • Infamy: 48
  • cRPG Player A Gentleman and a Scholar
    • View Profile
  • Faction: FIDLGB
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #9 on: April 11, 2014, 03:27:46 am »
0
Here's a fixed version for Greasemonkey.

http://userscripts.org/scripts/show/459969

I also updated the item lists to current so the counts should be accurate.

Thank you! I was going to try to find the code myself to fix the items, but then I got too lazy.
visitors can't see pics , please register or login


Rhalzo's already in Chaos' cooler older brother clan, he's fine riding his motorcycle around in a leather jacket smoking cigarettes with GIRLS, our little treehouse isn't his speed anymore.

Offline Haze_The_Hobo

  • Baron
  • ****
  • Renown: 139
  • Infamy: 296
  • cRPG Player A Gentleman and a Scholar
    • View Profile
  • Faction: Pantheon
  • Game nicks: Pantheon_Haze_The_Hobo Haze_Ze_PewPew
Re: Attacking Fief Glitch with 'Strategus Sorted Inventory 4.1'
« Reply #10 on: April 11, 2014, 10:10:50 am »
0
Here's a fixed version for Greasemonkey.

http://userscripts.org/scripts/show/459969

I also updated the item lists to current so the counts should be accurate.

Thanks dude!
visitors can't see pics , please register or login