Raised This Month: $ Target: $400
 0% 

[TF2] Item Logger (With Web Panel)


Post New Thread Reply   
 
Thread Tools Display Modes
PolyQuad
Member
Join Date: Oct 2011
Old 11-10-2013 , 21:24   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #271

Ok, what versions of SM and MM are you using and on Windows or Linux?

What is your plugin version when you do sm plugins list?

Should be: Item Logger (2.04) by Geit
PolyQuad is offline
Nighty
Member
Join Date: Nov 2012
Old 11-11-2013 , 04:10   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #272

thanks for you help, but as i said before it was the array its working fine now. the OP may should be updated

edit:
also the css doesnt work rigth you need to edit the quallity names

Last edited by Nighty; 11-12-2013 at 09:02.
Nighty is offline
Nighty
Member
Join Date: Nov 2012
Old 11-20-2013 , 11:16   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #273

i added collectors quallity
Code:
.quality_collectors {color: #830000; font-family:TF2Build, Arial, sans-serif;}
Spoiler

Last edited by Nighty; 11-24-2013 at 15:58.
Nighty is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 11-24-2013 , 10:22   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #274

i have stranges in orange, and the collectors in red, but cant get the unusuals to show in purple.. any idea why???

also, are you sure there is supposed to be a ] at the end of what you posted??

and it not be
Code:
.quality_collectors {color: #830000; font-family:TF2Build, Arial, sans-serif;}

Last edited by BBG_Theory; 11-24-2013 at 11:25.
BBG_Theory is offline
Nighty
Member
Join Date: Nov 2012
Old 11-24-2013 , 15:39   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #275

well you need to edit a lot on the css file


tahts what im using for qualities

Code:
.quality_Normal {color: #B2B2B2; font-family:TF2Build, Arial, sans-serif;}
.quality_Unique {color: #FFD700; font-family:TF2Build, Arial, sans-serif;}
.quality_vintage {color: #476291; font-family:TF2Build, Arial, sans-serif;}
.quality_genuine {color: #4D7455; font-family:TF2Build, Arial, sans-serif;}
.quality_rarity1 {color: #4D7455; font-family:TF2Build, Arial, sans-serif;}
.quality_strange {color: #CF6A32; font-family:TF2Build, Arial, sans-serif;}
.quality_unusual {color: #8650AC; font-family:TF2Build, Arial, sans-serif;}
.quality_rarity4 {color: #8650AC; font-family:TF2Build, Arial, sans-serif;}
.quality_haunted {color: #38F3AB; font-family:TF2Build, Arial, sans-serif;}
.quality_community {color: #70B04A; font-family:TF2Build, Arial, sans-serif;}
.quality_selfmade {color: #70B04A; font-family:TF2Build, Arial, sans-serif;}
.quality_valve {color: #A50F79; font-family:TF2Build, Arial, sans-serif;}
.quality_developer {color: #A50F79; font-family:TF2Build, Arial, sans-serif;}
.quality_customized {color: #476291; font-family:TF2Build, Arial, sans-serif;}
.quality_completed {color: #FFFFFF; font-family:TF2Build, Arial, sans-serif;}
.quality_tobor_a {color: #FFFFFF; font-family:TF2Build, Arial, sans-serif;}
.quality_rarity2 {color: #8D834B; font-family:TF2Build, Arial, sans-serif;}
.quality_rarity3 {color: #70550F; font-family:TF2Build, Arial, sans-serif;}
.quality_collectors {color: #830000; font-family:TF2Build, Arial, sans-serif;}
i think the methods array (config.php) also has some errors here is mine:
Code:
$item_methods = array(	
	-1 => "Achievement: ", // Achievement Item
	0 => "Found: ", // Found
	1 => "Crafted: ",
	2 => "Traded for: ",
	3 => "Purchased: ",
	4 => "Unboxed: ",
	5 => "Gifted: ",
	6 => "Customer Support: ",
	7 => "Store Promotion: ",
	8 => "Earned: ",
	9 => "Refunded: ",
	10 => "Gift Wrapped: ",
	11 => "NewItemMethod_Foreign: ",
	12 => "NewItemMethod_CollectionReward: ",
	13 => "Trialing Item: ",
	14 => "Purchased: ", // Purchased Trialed item
	15 => "Earned: ", // NewItemMethod_PeriodicScoreReward
	16 => "Earned Loot: ", // NewItemMethod_MvMBadgeCompletionReward
	17 => "Squad Surplus: ", // #NewItemMethod_MvMSquadSurplusReward
	18 => "Holiday Gift: ",
	19 => "Purchased (community): "
);
not sure what else i edited... mostly about highlighting but i dont think that everybody wants mine so i guess that should do it

and thanks about the error on the older post yes there was a ] too much i guess a typo when i made the bbcode :S

Last edited by Nighty; 11-24-2013 at 16:08.
Nighty is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 11-24-2013 , 18:11   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #276

nice Nighty! thanks!!!!!!
BBG_Theory is offline
Nighty
Member
Join Date: Nov 2012
Old 11-25-2013 , 07:59   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #277

You're welcome

i also changed the backpack url to backpack.tf (cuz i liek them most :S tf2items i good if its about dupes and stuff but idk i just prefer backpack.tf) and made it a new tab by adding target="_blank"


found in system\templates\drops.php (line 99)

from:
Code:
            <td class="player_name"><a href="http://www.tf2items.com/profiles/{$friend_id}">{$mysql_row['name']}</a></td>
to:
Code:
            <td class="player_name"><a href="http://backpack.tf/id/{$friend_id}" target="_blank">{$mysql_row['name']}</a></td>

Last edited by Nighty; 11-25-2013 at 11:31.
Nighty is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 11-26-2013 , 09:49   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #278

one other new action I don't think this addresses is that of making the specialists and professional items. I will make a few more of these and see how the info lands in the database

edited : they don't seem to go into the database for some odd reason - oh well

Last edited by BBG_Theory; 11-26-2013 at 15:17.
BBG_Theory is offline
Nighty
Member
Join Date: Nov 2012
Old 11-26-2013 , 16:45   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #279

no idea what specialists and professional items are. so i guess i cant help you, if they are new item you may need to run the update.php, but they should still be in the database
Nighty is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 11-26-2013 , 17:10   Re: [TF2] Item Logger (With Web Panel)
Reply With Quote #280

Quote:
Originally Posted by Nighty View Post
no idea what specialists and professional items are. so i guess i cant help you, if they are new item you may need to run the update.php, but they should still be in the database
Those are the new Killstreak items, that have a custom $sheenmap effect added to them.

On the update page on the TF2 Wiki, they had "Australium" and "Killstreak" listed as new "qualities", and while I don't believe they are new qualities (and the items_game.txt doesn't list them in the Qualities list), they basically just get added to items as a secondary prefix, i.e. "Strange Killstreak".

So the Strange quality detection should catch these Killstreak items and label them as Strange. There's no set color for them. They just take on the Strange quality. Australium weapons are the same way, "Strange Australium <weapon>"

Last edited by 404UserNotFound; 11-26-2013 at 17:10.
404UserNotFound is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode