Reverse soulbound/accountbound item

Reverse soulbound/accountbound item

in Guild Wars 2 Discussion

Posted by: Firelysm.4967

Firelysm.4967

For various reasons it would be awesome to have item which would reverse on-use-soulbound system, and would be purchased with gems.

For example:
- aether 680g, barely play thief anymore.
- Frostfang 2800g.. would want to have other legendary.

could keep going on.. some have even more items then me, and I would love to sell things that I lost interest in for some reasons. It would be awesome to be able to make them Not-soul-bound items again, so we could sell them forward and buy something new.

I know some would say, but that might bring vulnerability what if some hacks you. Well some can hack you right now, and just wipe your gear. And those who try to send items from one to another account, those data are stored and easily to track and ban.

Wish I could get back to GW1.. PvP-GvG. It feels like we are outcasted, not desired or rewarded..

Reverse soulbound/accountbound item

in Guild Wars 2 Discussion

Posted by: Tom Gore.4035

Tom Gore.4035

Sure. It will probably be a gemstore item that costs 20000 gems.

One – Piken Square

Reverse soulbound/accountbound item

in Guild Wars 2 Discussion

Posted by: krixis.9538

krixis.9538

soulbinding is there for a reason. its so u cant use items then just sell them later on.

yes I know runescape has no soulbinding but that’s a very different game

Desolation EU
Fractal lvl 80 – 126 AR

Reverse soulbound/accountbound item

in Guild Wars 2 Discussion

Posted by: Wanze.8410

Wanze.8410

For various reasons it would be awesome to have item which would reverse on-use-soulbound system, and would be purchased with gems.

for various reasons, this is a very bad idea.

Tin Foil [HATS]-Hardcore BLTC-PvP Guild
Bloin – Running around, tagging Keeps, getting whack on Scoobie Snacks.

Reverse soulbound/accountbound item

in Guild Wars 2 Discussion

Posted by: Conski Deshan.2057

Conski Deshan.2057

It would get really complex as well for trying to remove items from your wardrobe.
Lets say there are 500 molten backpacks and for some reason you had two bound to you, and you use this item on one, it has to make sure it doesn’t accidentally delete that skin from your wardrobe through some game check.

Similarly if you have only 1 molten backpack it has to make sure it removes that skin from your wardrobe so that there are now not 501 molten backpacks in existence.

Then you have cases like fractal weapons, SAB weapons etc which start out account bound and some of the back-pieces, these shouldn’t be able to be made tradeable.

Then you have special cases such as week2 of the login rewards which gives an item account bound which is not normally to prevent economy disruption, similarly the new precursors will be account bound.

So overall not a good idea to implement.

[RoF] and [BL] guild leader
11x level 80’s 80+ Titles 2600+ skins , still a long way to go.

Reverse soulbound/accountbound item

in Guild Wars 2 Discussion

Posted by: Firelysm.4967

Firelysm.4967

It would get really complex as well for trying to remove items from your wardrobe.
Lets say there are 500 molten backpacks and for some reason you had two bound to you, and you use this item on one, it has to make sure it doesn’t accidentally delete that skin from your wardrobe through some game check.

Similarly if you have only 1 molten backpack it has to make sure it removes that skin from your wardrobe so that there are now not 501 molten backpacks in existence.

Then you have cases like fractal weapons, SAB weapons etc which start out account bound and some of the back-pieces, these shouldn’t be able to be made tradeable.

Then you have special cases such as week2 of the login rewards which gives an item account bound which is not normally to prevent economy disruption, similarly the new precursors will be account bound.

So overall not a good idea to implement.

Simple solutions, you unlock the skin, u sell the item and not remove it from wardrobe if you have more then one item, this is simple solution as it’s 1 simple flag to check, from programmer perspective i can tell you, that this is easier to implement then adding new skill to class.

Wish I could get back to GW1.. PvP-GvG. It feels like we are outcasted, not desired or rewarded..

Reverse soulbound/accountbound item

in Guild Wars 2 Discussion

Posted by: Pandaman.4758

Pandaman.4758

Simple solutions, you unlock the skin, u sell the item and not remove it from wardrobe if you have more then one item, this is simple solution as it’s 1 simple flag to check, from programmer perspective i can tell you, that this is easier to implement then adding new skill to class.

From a programming perspective you have to consider he use cases. Say you implement a simple flag check to determine if you want to keep or remove skins, what do you think will happen every time you sell an item? After a while you’re going to lose every single skin in your wardrobe except the ones your characters are already using, which defeats the purpose of wardrobe.

Also from a networking perspective that’s an inefficient idea, because now every sell action is accompanied by the server having to check your bank and each of your characters’ inventories in order to determine if it should keep or remove a skin from your wardrobe. It’s a tiny amount of overhead for one character, but multiply it across the population and frequency of people selling items and you just introduced significant lag.