UOGamers Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • To obtain new Razor updates, please reinstall Razor from our new website.

Clean Up Britannia, 2012.

Status
Not open for further replies.

Xavier

Account Terminated
what are the good items you can claim with a heritage token

Sorry for the fugly code post, but theres no way in hell I am typing out all those items :D

Code:
[COLOR=white][SIZE=13][FONT=Consolas]            [COLOR=blue]switch[/COLOR] ( info.ButtonID )
            {
                [COLOR=green]// 7th anniversary[/COLOR]
                [COLOR=blue]case[/COLOR] 0x64: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]LeggingsOfEmbers[/COLOR] ) ); cliloc = 1078147; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x65: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]RoseOfTrinsic[/COLOR] ) ); cliloc = 1062913; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x66: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]ShaminoCrossbow[/COLOR] ) ); cliloc = 1062915; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x67: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]TapestryOfSosaria[/COLOR] ) ); cliloc = 1062917; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x68: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]HearthOfHomeFireDeed[/COLOR] ) ); cliloc = 1062919; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x69: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]HolySword[/COLOR] ) ); cliloc = 1062921; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x6A: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]SamuraiHelm[/COLOR] ) ); cliloc = 1062923; [COLOR=blue]break[/COLOR];
 
                [COLOR=green]// 8th anniversary[/COLOR]
                [COLOR=green]/*case 0x6B: types.Add( typeof( SpiritualityHelm ) ); cliloc = 1075188; break;[/COLOR]
[COLOR=green] case 0x6C: types.Add( typeof( ValorGauntlets ) ); cliloc = 1075192; break;*/[/COLOR]
                [COLOR=blue]case[/COLOR] 0x6D: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]DupresShield[/COLOR] ) ); cliloc = 1075196; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x6E: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]FountainOfLifeDeed[/COLOR] ) ); cliloc = 1075197; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x6F: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]DawnsMusicBox[/COLOR] ) ); cliloc = 1075198; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x70: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]OssianGrimoire[/COLOR] ) ); cliloc = 1078148; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x71: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]FerretFormTalisman[/COLOR] ) ); cliloc = 1078142; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x72: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]SquirrelFormTalisman[/COLOR] ) ); cliloc = 1078143; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x73: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]CuSidheFormTalisman[/COLOR] ) ); cliloc = 1078144; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x74: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]ReptalonFormTalisman[/COLOR] ) ); cliloc = 1078145; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x75: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]QuiverOfInfinity[/COLOR] ) ); cliloc = 1075201; [COLOR=blue]break[/COLOR];
 
                [COLOR=green]// evil home decor[/COLOR]
                [COLOR=blue]case[/COLOR] 0x76:
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BoneThroneDeed[/COLOR] ) );
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BoneCouchDeed[/COLOR] ) );
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BoneTableDeed[/COLOR] ) );
                    cliloc = 1074797;
                    [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x77:
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]CreepyPortraitDeed[/COLOR] ) );
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]DisturbingPortraitDeed[/COLOR] ) );
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]UnsettlingPortraitDeed[/COLOR] ) );
                    cliloc = 1078146;
                    [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x78:
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]MountedPixieBlueDeed[/COLOR] ) );
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]MountedPixieGreenDeed[/COLOR] ) );
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]MountedPixieLimeDeed[/COLOR] ) );
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]MountedPixieOrangeDeed[/COLOR] ) );
                    types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]MountedPixieWhiteDeed[/COLOR] ) );
                    cliloc = 1074799;
                    [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x79: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]HaunterMirrorDeed[/COLOR] ) ); cliloc = 1074800; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x7A: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BedOfNailsDeed[/COLOR] ) ); cliloc = 1074801; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x7B: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]SacrificialAltarDeed[/COLOR] ) ); cliloc = 1074818; [COLOR=blue]break[/COLOR];
 
                [COLOR=green]// broken furniture[/COLOR]
                [COLOR=blue]case[/COLOR] 0x7C: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BrokenCoveredChairDeed[/COLOR] ) ); cliloc = 1076257; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x7D: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BrokenBookcaseDeed[/COLOR] ) ); cliloc = 1076258; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x7E: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]StandingBrokenChairDeed[/COLOR] ) ); cliloc = 1076259; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x7F: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BrokenVanityDeed[/COLOR] ) ); cliloc = 1076260; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x80: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BrokenChestOfDrawersDeed[/COLOR] ) ); cliloc = 1076261; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x81: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BrokenArmoireDeed[/COLOR] ) ); cliloc = 1076262; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x82: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BrokenBedDeed[/COLOR] ) ); cliloc = 1076263; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x83: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BrokenFallenChairDeed[/COLOR] ) ); cliloc = 1076264; [COLOR=blue]break[/COLOR];
 
                [COLOR=green]// other[/COLOR]
                [COLOR=blue]case[/COLOR] 0x84: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]SuitOfGoldArmorDeed[/COLOR] ) ); cliloc = 1076265; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x85: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]SuitOfSilverArmorDeed[/COLOR] ) ); cliloc = 1076266; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x86: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BoilingCauldronDeed[/COLOR] ) ); cliloc = 1076267; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x87: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]GuillotineDeed[/COLOR] ) ); cliloc = 1024656; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x88: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]CherryBlossomTreeDeed[/COLOR] ) ); cliloc = 1076268; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x89: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]AppleTreeDeed[/COLOR] ) ); cliloc = 1076269; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x8A: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]PeachTreeDeed[/COLOR] ) ); cliloc = 1076270; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x8B: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]HangingAxesDeed[/COLOR] ) ); cliloc = 1076271; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x8C: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]HangingSwordsDeed[/COLOR] ) ); cliloc = 1076272; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x8D: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BlueFancyRugDeed[/COLOR] ) ); cliloc = 1076273; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x8E: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]WoodenCoffinDeed[/COLOR] ) ); cliloc = 1076274; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x8F: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]VanityDeed[/COLOR] ) ); cliloc = 1074027; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x90: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]TableWithPurpleClothDeed[/COLOR] ) ); cliloc = 1076635; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x91: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]TableWithBlueClothDeed[/COLOR] ) ); cliloc = 1076636; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x92: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]TableWithRedClothDeed[/COLOR] ) ); cliloc = 1076637; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x93: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]TableWithOrangeClothDeed[/COLOR] ) ); cliloc = 1076638; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x94: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]UnmadeBedDeed[/COLOR] ) ); cliloc = 1076279; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x95: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]CurtainsDeed[/COLOR] ) ); cliloc = 1076280; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x96: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]ScarecrowDeed[/COLOR] ) ); cliloc = 1076281; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x97: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]WallTorchDeed[/COLOR] ) ); cliloc = 1076282; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x98: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]FountainDeed[/COLOR] ) ); cliloc = 1076283; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x99: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]StoneStatueDeed[/COLOR] ) ); cliloc = 1076284; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x9A: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]LargeFishingNetDeed[/COLOR] ) ); cliloc = 1076285; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x9B: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]SmallFishingNetDeed[/COLOR] ) ); cliloc = 1076286; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x9C: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]HouseLadderDeed[/COLOR] ) ); cliloc = 1076287; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x9D: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]IronMaidenDeed[/COLOR] ) ); cliloc = 1076288; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x9E: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BluePlainRugDeed[/COLOR] ) ); cliloc = 1076585; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0x9F: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]GoldenDecorativeRugDeed[/COLOR] ) ); cliloc = 1076586; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0xA0: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]CinnamonFancyRugDeed[/COLOR] ) ); cliloc = 1076587; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0xA1: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]RedPlainRugDeed[/COLOR] ) ); cliloc = 1076588; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0xA2: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]BlueDecorativeRugDeed[/COLOR] ) ); cliloc = 1076589; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0xA3: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]PinkFancyRugDeed[/COLOR] ) ); cliloc = 1076590; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0xA4: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]CherryBlossomTrunkDeed[/COLOR] ) ); cliloc = 1076784; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0xA5: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]AppleTrunkDeed[/COLOR] ) ); cliloc = 1076785; [COLOR=blue]break[/COLOR];
                [COLOR=blue]case[/COLOR] 0xA6: types.Add( [COLOR=blue]typeof[/COLOR]( [COLOR=#2b91af]PeachTrunkDeed[/COLOR] ) ); cliloc = 1076786; [COLOR=blue]break[/COLOR];
            }[/FONT][/SIZE][/COLOR]
 

SuPaaaaa

Sorceror
quiver is the best item but
ancient samurai helm is really good (not sure if it is in there)
dupres shield looks really cool
and alot of cool deco

you only get to pick one item though
 

Two Wolves

Knight
All those Heritage Token items

7th anniversary:
LeggingsOfEmbers
RoseOfTrinsic
ShaminoCrossbow
TapestryOfSosaria
HearthOfHomeFireDeed
HolySword
SamuraiHelm

8th anniversary:
DupresShield
FountainOfLifeDeed
DawnsMusicBox
OssianGrimoire
FerretFormTalisman
SquirrelFormTalisman
CuSidheFormTalisman
ReptalonFormTalisman
QuiverOfInfinity

Evil Home Decor:
BoneThroneDeed
BoneCouchDeed
BoneTableDeed
CreepyPortraitDeed
DisturbingPortraitDeed
UnsettlingPortraitDeed
MountedPixieBlueDeed
MountedPixieGreenDeed
MountedPixieLimeDeed
MountedPixieOrangeDeed
MountedPixieWhiteDeed
HaunterMirrorDeed
BedOfNailsDeed
SacrificialAltarDeed

Broken Furniture:
BrokenCoveredChairDeed
BrokenBookcaseDeed
StandingBrokenChairDeed
BrokenVanityDeed
BrokenChestOfDrawersDeed
BrokenArmoireDeed
BrokenBedDeed
BrokenFallenChairDeed

Other:
SuitOfGoldArmorDeed
SuitOfSilverArmorDeed
BoilingCauldronDeed
GuillotineDeed
CherryBlossomTreeDeed
AppleTreeDeed
PeachTreeDeed
HangingAxesDeed
HangingSwordsDeed
BlueFancyRugDeed
WoodenCoffinDeed
VanityDeed
TableWithPurpleClothDeed
TableWithBlueClothDeed
TableWithRedClothDeed
TableWithOrangeClothDeed
UnmadeBedDeed
CurtainsDeed
ScarecrowDeed
WallTorchDeed
FountainDeed
StoneStatueDeed
LargeFishingNetDeed
SmallFishingNetDeed
HouseLadderDeed
IronMaidenDeed
BluePlainRugDeed
GoldenDecorativeRugDeed
CinnamonFancyRugDeed
RedPlainRugDeed
BlueDecorativeRugDeed
PinkFancyRugDeed
CherryBlossomTrunkDeed
AppleTrunkDeed
PeachTrunkDeed
 
Hi. I just put a 110 powerscroll in the CUB barrel and only got 79 emblems. Did a server reset mess something up? Should i page a GM?
 
And how long has this been going on because over the few days I've put a lot of power scrolls in cause I come across them in my storage boxes.
 

el pepino

Sorceror
I've put a lot of power scrolls in cause I come across them in my storage boxes.

Anyone including yourself sir who turned in power scrolls for 70 emblems each, is a damned fool. Sorry to be blunt but its true. Let me lay it on you.

Let us say you have a crappy 110 music, Although this scroll is relatively low in gold value at first glance lets break this down...

So lets say the Scroll's value is 10,000gp. Lets also say we are wanting to sell it quickly for gold so we discount the price and sell it for 5,250gp.

Now lets look at the top going rate for emblems which seems to be 15gp per emblem.

So now lets turn in a power scroll and get your 70 emblems, and do some simple math 15x70=1050.

So instead of selling your scrolls for even the low low very low price of 5250gp when you turn in a scroll at 70 emblems per (tops) then you only get 1050gp worth of emblems.

That is 5 times less the amount of value! You could have sold the power scrolls for half price and still gotten 5 times the amount of emblems buying them with gold then you did turning it in for the 70 emblems.

If you cry about turning in Power Scrolls... I'm sorry my friends but they are fool's tears.
Good day! :cool:
 

Souced

Sorceror
I've put a lot of power scrolls in cause I come across them in my storage boxes.​
Anyone including yourself sir who turned in power scrolls for 70 emblems each, is a damned fool. Sorry to be blunt but its true. Let me lay it on you.

Let us say you have a crappy 110 music, Although this scroll is relatively low in gold value at first glance lets break this down...

So lets say the Scroll's value is 10,000gp. Lets also say we are wanting to sell it quickly for gold so we discount the price and sell it for 5,250gp.

Now lets look at the top going rate for emblems which seems to be 15gp per emblem.

So now lets turn in a power scroll and get your 70 emblems, and do some simple math 15x70=1050.

So instead of selling your scrolls for even the low low very low price of 5250gp when you turn in a scroll at 70 emblems per (tops) then you only get 1050gp worth of emblems.

That is 5 times less the amount of value! You could have sold the power scrolls for half price and still gotten 5 times the amount of emblems buying them with gold then you did turning it in for the 70 emblems.

If you cry about turning in Power Scrolls... I'm sorry my friends but they are fool's tears.
Good day! :cool:


ok good point but now try that with a 110 wrestling scroll, or discordance, or one of the countless other scrolls that people toss on the ground at luna and noone picks up because you can't give them away. and your arguement turns into nothing but hot air, once the emblems were set they should not have been moved period, sure add things that you can drop into the container but don't change the amounts half way thru, big mistake imo but the gm's won't care so why bother complaining
 

mantorras

Sorceror
I agree with that, if people were making thousands of emblems with power scrolls it's obvious that in those conditions it was better to deliver rather than to sell them. A reason why people have so many ps is because it's not so easy to sell them for a decent price... no point calling other people fools just because you have a different trading perspective.


...sure add things that you can drop into the container but don't change the amounts half way thru, big mistake imo...​
That's the main issue for me, it's an injustice, involuntary of course, I am sure the gms didn't think of this issue, but still unfair to other people.
I don't think there's a possibility to correct this event, so maybe let's try to avoid it in the future by having more information available to the players.
 

el pepino

Sorceror
That's the main issue for me, it's an injustice.

You are receiving rare and valuable items in trade for trash you had sitting in a box for god knows how long...
(As some fool mention above, You couldn't give most of it away much less sell it for pennies.)

Regardless of any type of mishaps with the value of your once useless and now prized garbage. Crying tears about hastily turning in items, (Power scrolls specifically.) for 40-70 emblems When you get 90-200 for turning in items like Exceptionally made Tinker tool kits... In my opinion makes you a fool.

The point more or less of my post was to point out the satirical comedy of people crying about not getting MORE out of previously valueless pixels, when in reality they had the very same random chance as everyone else of turning them in when they were more or less valuable. No one knew in advance it would be that way, thus no one had more of an advantage than anyone else, and in conclusion there is nothing to sob over. Funny stuff.... :cool:
 
Anyone including yourself sir who turned in power scrolls for 70 emblems each, is a damned fool. Sorry to be blunt but its true. Let me lay it on you.

Let us say you have a crappy 110 music, Although this scroll is relatively low in gold value at first glance lets break this down...

So lets say the Scroll's value is 10,000gp. Lets also say we are wanting to sell it quickly for gold so we discount the price and sell it for 5,250gp.

Now lets look at the top going rate for emblems which seems to be 15gp per emblem.

So now lets turn in a power scroll and get your 70 emblems, and do some simple math 15x70=1050.

So instead of selling your scrolls for even the low low very low price of 5250gp when you turn in a scroll at 70 emblems per (tops) then you only get 1050gp worth of emblems.

That is 5 times less the amount of value! You could have sold the power scrolls for half price and still gotten 5 times the amount of emblems buying them with gold then you did turning it in for the 70 emblems.

If you cry about turning in Power Scrolls... I'm sorry my friends but they are fool's tears.
Good day! :cool:

yes power scrolls were supposed to be worth more. not at first, but they changed it.

ugh i couldn't even make it through your arrogant rant

stop calling people fools because you're only making yourself look like one

what is your problem? forget your prozac?

If you could read, you'd notice I was talking about turning them in just that very day, some two days ago now. I am not talking about turning them in at the beginning of the event. I understand, that happened, I was there too, BUT THAT'S NOT WHAT I'M TALKING ABOUT.

grow a brain and let people with answers respond to questions. thanks in advance for shutting up now

ps your picture looks like a guy who has to register where he lives with the local police and public schools
 
Status
Not open for further replies.
Top