• Howdy partner! You seem new here. Why don't you make an account and join the discussion? You can register here.
    Already have one? Then you login here!
  • Welcome to the saloon, Guest!
    This is the place where you can discuss about anything you want! Well, almost.
    Try to not break any of the Rules whenever you post otherwise the sheriff might lock you down!

gift packs

DeletedUser

Guest
hi, is there any tool to open the gift items?:eek:

Petee wrote a very usefull code so we can buy the gifts:


Petee said:
But if somebody really wanted, you can buy those unfortunate gifts (to be honest, I hate these pagan holidays!) for money with a script. First, look up the cost and the rewards on some other world, where it works (they are the same everywhere). Once you've made a choice, here is the script (modify the asterisks first):

Code:
javascript:
Ajax.remoteCall("xmas2011","use",{giftid:"xmas2011_gift[B][COLOR="Red"]**[/COLOR][/B]"},
 function(resp){
  if(resp.error){ return new HumanMessage(resp.msg,{type:"error"}); }
  new HumanMessage(resp.msg,{type:"success"});
 }
); void(0)

Replace the ** with numbers 01, 02, ..., 09, 10. Here is the table:
Code:
GIFT NUMBER | LOCATION
01          | that thing above the socks
02          | left sock
03          | middle sock
04          | right sock
05          | left next to fireplace
06          | middle next to fireplace
07          | right next to fireplace
08          | left under the tree
09          | middle under the tree
10          | right under the tree

I give no guarantee it will work, it manipulates your money, use at your own risk. But it works (tested). If it's allowed? Is making a fix for a bug allowed? I'm sure it is...
I won't be making a script for buying it with premium, if devs want to earn money, let them work for it :p :)
 
Top