Transfer gold between Horde/Alliance without the 15% cut menu

User Tag List

Page 1 of 4 1234 LastLast
Results 1 to 15 of 54
  1. #1
    benjamin66's Avatar Banned
    Reputation
    112
    Join Date
    Dec 2008
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Transfer gold between Horde/Alliance without the 15% cut

    let say you have one horde account and one alliance account
    the Neutral AH is the only way to transfer money between them and the 15% cut is annoying

    now when you set the item price to 28634g
    the fees will only be 13s27c



    why?
    One of my friend familiar with programme explain to me by this:

    (well I dont understand this shit too I just know it works and copy and paste it here)



    the model answer should be: 28633g11s54c



    because 286331154 * 15 = 4294967310

    change it to hexadecimal: 10000000E
    it become 9 digits, for a 32-bit system the 9digit will overflow

    and the fees will be 0 T 14/100 = 0

    and in the 5%AH you set the price 85899g34s60c will have the same effect






    so when you set the price to 28634g in a neutral AH the fees should be 4295g10s
    but because the limit of the fees is 4294g96s72.96c, the fees will be overflow and become 13s27c







    sorry for my sucking english
    the exploits is quite useless if you dont have a horde and alliance account



    but the "overflow concept" maybe useful in another way so I would like to share it out




    EDIT: quote from Killerpet who explain better than me


    Originally Posted by Killerpet View Post
    Assuming the wow arithmetic goes like this:

    AP = Auction price

    Auctioneer_Cut = AP * 15 / 100 (I.E. 15%) then this is true

    if its like:

    Auctioneer_Cut = AP / 100 * 15 (Same % but no overflow) then it is false

    -------------------------------
    Proof:
    Auctioneer_Cut = AP * 15 / 100

    (splitting it up as gold silver copper)
    start with
    28634g 00s 00c (or 1111 33A0 hex)

    First multiply the number by 15
    28634g 00s 00c * 15 = 429510g 00s 00c (or 1 0002 0660 hex)

    now assuming op is correct and there is an overflow this will change to 0002 0660 hex (or 13g 27s 04c)

    Now divide it by 100
    13g 27s 04c / 100 = 0g 13s 27c

    Fee = 13s 27c

    -------------------------------
    Alternate solution:
    Auctioneer_Cut = AP / 100 * 15

    start with
    28634g 00s 00c (or 1111 33A0 hex)

    First divide it by 100
    286g 34s 00c (or 002B B128 hex)

    Here there is no overflow

    Now when you multiply it by 15
    286g 34s 00c * 15 = 4295g 10s 00c

    --------------------------------
    If this works then you would need an auction of 42951g 00s 00c for roughly the same result on the normal AH

    Proof:
    Auctioneer_Cut = AP * 10 / 100

    (splitting it up as gold silver copper)
    start with
    42951g 00s 00c (or 1999 CD70 hex)

    First multiply the number by 10
    42951g 00s 00c * 10 = 429510g 00s 00c (or 1 0002 0660 hex)

    now assuming op is correct and there is an overflow this will change to 0002 0660 hex (or 13g 27s 04c)

    Now divide it by 100
    13g 27s 04c / 100 = 0g 13s 27c

    Fee = 13s 27c

    -------------------------------
    Note: if the poster above me is correct and the limit is 214748g 36s 47c (or 7FFF FFFF hex) then this means that the wow gold value is signed (the 1st bit tells you if it is a positive or negative number), however the above theory should still hold (assuming it gets multiplied first)

    p.s. to benjamin66 - Plz quote this theory in your post above so people understand why it works. your English is bad but your idea is correct
    Last edited by benjamin66; 03-09-2009 at 08:19 AM.

    Transfer gold between Horde/Alliance without the 15% cut
  2. #2
    Rosulm's Avatar Contributor
    Reputation
    82
    Join Date
    Sep 2007
    Posts
    245
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any technical people understand/can vouch for him? I honestly do not want to test ah'ing that much g or risk losing 4300g

  3. #3
    rosty's Avatar Contributor
    Reputation
    139
    Join Date
    Feb 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i don't think this will ever been confirmed hihi

    Unlike WoW, the blocks in Tetris were a different shape, yet balanced to be about the same use

  4. #4
    Kartio's Avatar Contributor

    Reputation
    165
    Join Date
    Apr 2007
    Posts
    1,619
    Thanks G/R
    7/1
    Trade Feedback
    2 (50%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't understand anything about that math part but if it works, sweet.
    Someone confirm?

  5. #5
    Cheatertroll's Avatar Member
    Reputation
    8
    Join Date
    Oct 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ??

    Who and the hell has 28000 gold to transfer anyway?? I can't wait to get enough gold to try it out. Thanks for the overflow thing-a-majig.

  6. #6
    bisbolo's Avatar Active Member
    Reputation
    47
    Join Date
    Nov 2007
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I didn't understand much, but I noticed that
    the model answer should be: 28633g11s54c



    because 286331154 * 15 = 4294967310
    Shouidn't you make 286331154 /100 *15 to have 15% fee?
    The result is pretty similar but with 1 less number: 42949673,1.
    You're missing the 0 and I dunno if the system counts that 1..

    Edit: your result is right, it's 10000000E
    But mine (without the 1) is 28F5C29, with the 1 is 1999999B

    I dunno how it works, just trying to understand :P


    Meh.
    Last edited by bisbolo; 03-08-2009 at 12:58 PM.
    "Nullum magnum ingenium sine mixtura dementiae".

  7. #7
    Nastya's Avatar Banned Goodbye OwnedCore CoreCoins Purchaser
    Reputation
    70
    Join Date
    Oct 2007
    Posts
    300
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As much as I would love to know if this is working, I won't give any rep for it until it has been confirmed. If it ever gets confirmed, you can count on my rep.

  8. #8
    coldmrn's Avatar Member
    Reputation
    44
    Join Date
    Mar 2007
    Posts
    348
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah i still need double the gold :P?


  9. #9
    SwedishGuy's Avatar Member
    Reputation
    50
    Join Date
    Feb 2009
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think he meant there is a limit to the fee, and if you put an item for 30,000g on the ah you cross that limit and there will be no fee except the deposit fee.

  10. #10
    blackfang500's Avatar Member
    Reputation
    35
    Join Date
    Apr 2007
    Posts
    491
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Interesting concept, but I honestly do not think this will work.

  11. #11
    junkkiller's Avatar Banned
    Reputation
    19
    Join Date
    Feb 2007
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i know for fact that i did put over this amount in ah and did pay precise fee so unless this thing works only on exact amount he specified its not correct
    p.s i know that asking for rep is not good but if i get few reps for it i am willing to make an auction and show the results (ya i want some rep for risking 2k gold on ally-ally ah or over 6 on neutral ah)

  12. #12
    Barnzy's Avatar Member
    Reputation
    67
    Join Date
    Jun 2008
    Posts
    302
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Didn't work for me...?

  13. #13
    Nastya's Avatar Banned Goodbye OwnedCore CoreCoins Purchaser
    Reputation
    70
    Join Date
    Oct 2007
    Posts
    300
    Thanks G/R
    0/0
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by junkkiller View Post
    i know for fact that i did put over this amount in ah and did pay precise fee so unless this thing works only on exact amount he specified its not correct
    p.s i know that asking for rep is not good but if i get few reps for it i am willing to make an auction and show the results (ya i want some rep for risking 2k gold on ally-ally ah or over 6 on neutral ah)
    Well if you can confirm this works or not, i'll be glad to rep you.

  14. #14
    UnoriginalGuy22's Avatar Member
    Reputation
    3
    Join Date
    Feb 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WoW has an absolute gold limit of 214748 gold, 36 silver and 47 copper. So this will not work and it will not overflow. Nice try though.

    Also:
    286331154 * 15 = 4294967310

    Is wrong, it is 15% e.g.
    286331154 * .15 = 42949673.1

    Or rounded (as WoW does) to 42949673. As 42,949,673 is far smaller than 2,147,483,647 it won't overflow or break WoW.
    Last edited by UnoriginalGuy22; 03-08-2009 at 05:12 PM.

  15. #15
    Killerpet's Avatar Member
    Reputation
    5
    Join Date
    Mar 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Assuming the wow arithmetic goes like this:

    AP = Auction price

    Auctioneer_Cut = AP * 15 / 100 (I.E. 15%) then this is true

    if its like:

    Auctioneer_Cut = AP / 100 * 15 (Same % but no overflow) then it is false

    -------------------------------
    Proof:
    Auctioneer_Cut = AP * 15 / 100

    (splitting it up as gold silver copper)
    start with
    28634g 00s 00c (or 1111 33A0 hex)

    First multiply the number by 15
    28634g 00s 00c * 15 = 429510g 00s 00c (or 1 0002 0660 hex)

    now assuming op is correct and there is an overflow this will change to 0002 0660 hex (or 13g 27s 04c)

    Now divide it by 100
    13g 27s 04c / 100 = 0g 13s 27c

    Fee = 13s 27c

    -------------------------------
    Alternate solution:
    Auctioneer_Cut = AP / 100 * 15

    start with
    28634g 00s 00c (or 1111 33A0 hex)

    First divide it by 100
    286g 34s 00c (or 002B B128 hex)

    Here there is no overflow

    Now when you multiply it by 15
    286g 34s 00c * 15 = 4295g 10s 00c

    --------------------------------
    If this works then you would need an auction of 42951g 00s 00c for roughly the same result on the normal AH

    Proof:
    Auctioneer_Cut = AP * 10 / 100

    (splitting it up as gold silver copper)
    start with
    42951g 00s 00c (or 1999 CD70 hex)

    First multiply the number by 10
    42951g 00s 00c * 10 = 429510g 00s 00c (or 1 0002 0660 hex)

    now assuming op is correct and there is an overflow this will change to 0002 0660 hex (or 13g 27s 04c)

    Now divide it by 100
    13g 27s 04c / 100 = 0g 13s 27c

    Fee = 13s 27c

    -------------------------------
    Note: if the poster above me is correct and the limit is 214748g 36s 47c (or 7FFF FFFF hex) then this means that the wow gold value is signed (the 1st bit tells you if it is a positive or negative number), however the above theory should still hold (assuming it gets multiplied first)

    p.s. to benjamin66 - Plz quote this theory in your post above so people understand why it works. your English is bad but your idea is correct
    Last edited by Killerpet; 03-08-2009 at 09:54 PM.

Page 1 of 4 1234 LastLast

Similar Threads

  1. Transfer gold Horde/alliance without paying anything
    By mageblast in forum World of Warcraft Exploits
    Replies: 13
    Last Post: 02-18-2011, 12:51 PM
  2. Safest way to transfer gold from one acc to the other?
    By Rubs90 in forum WoW Scams Help
    Replies: 2
    Last Post: 11-20-2008, 04:10 PM
  3. Horde + Alliance on the same server
    By gogobananas in forum World of Warcraft Exploits
    Replies: 20
    Last Post: 10-24-2007, 02:51 AM
  4. Is there a way to transfer gold between servers?
    By rvby2k5 in forum World of Warcraft General
    Replies: 1
    Last Post: 06-14-2007, 01:01 PM
  5. Best way to Transfer Gold between Faction?
    By pandaman in forum World of Warcraft General
    Replies: 0
    Last Post: 12-25-2006, 08:19 AM
All times are GMT -5. The time now is 07:00 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search