Search results

  1. SadPanda

    7.0.55.0 Patch - Holy Moly!

    Is there a way to turn off snow? That full tree on the left what is the id of that?
  2. SadPanda

    Boom Boxes

    I was the weirdo who ate them anyway it was TOO TEMPTING!
  3. SadPanda

    RevRaffle

    Sadly seems this no longer works. It compiles fine, but no matter what you buy or set the items is never given at the end of the raffle date and time and the items are lost.
  4. SadPanda

    Boom Boxes

    A long time ago you could create an explosion box http://uo.stratics.com/content/guides/tinkertraps/trapessay.shtml But now when you try to unlock a box with a keyring it still disabled the trap. Anyway to get around this?
  5. SadPanda

    7.0.55.0 Patch - Holy Moly!

    Do we just patch the server for access to these items?
  6. SadPanda

    Site running slow today?

    Site running slow today?
  7. SadPanda

    Help implementing Arena and Tournaments

    I am looking for someone to help me implement either vita cores autopvp arena system or the servuo arena tournament system to my server. Let me know I can pay you.
  8. SadPanda

    Arena Addon

    This doesn't have a moongate or controller for it.
  9. SadPanda

    Vita Nex PVP Arena System Help.

    I am trying to implement the Arena system which I assume is auto pvp, for the Vita Core Nex and am a bit confused as to how I get it all to work. Any help in the steps would be amazing. Thank you!
  10. SadPanda

    Buying from a vendor overweight, go to bank instead of feet

    The gold actually says "this has been depositted" The items say nothing.
  11. SadPanda

    Buying from a vendor overweight, go to bank instead of feet

    This is in BaseVendor right? Just not exactly sure what was changed to go make the edits. I can figure it out but if you had line numbers would prolly help others too :) Or even Find: X Replace: Y Find: X Add: Y :) But totally not necessary! Thank you! I indeed figured it out. Thank you! In...
  12. SadPanda

    Buying from a vendor overweight, go to bank instead of feet

    Well that is progress. Lemme know what it is so I can see if I can't apply that to gold.
  13. SadPanda

    Buying from a vendor overweight, go to bank instead of feet

    The idea is to make it so if you sell something and are overloaded the gold goes to bank. If you buy something and are overloaded the items go to the bank (bulk regs etc)
  14. SadPanda

    Buying from a vendor overweight, go to bank instead of feet

    if (cont == null || !cont.TryDropItem(buyer, item, false)) { //item.MoveToWorld(buyer.Location, buyer.Map); //change container to Bank buyer.BankBox.DropItem(item)...
  15. SadPanda

    Buying from a vendor overweight, go to bank instead of feet

    are you saying replace all buyer.bankbox with that?
  16. SadPanda

    Buying from a vendor overweight, go to bank instead of feet

    Tried to fix this for ya but it isn't working... this is where I got: private void ProcessValidPurchase(int amount, IBuyItemInfo bii, Mobile buyer, Container cont) { if (amount > bii.Amount) { amount = bii.Amount; }...
  17. SadPanda

    Base Vendor Buyback

    Ditto my man ditto. Tried about 30 different types of calls so far and nothing yet but getting closer I think.
  18. SadPanda

    Base Vendor Buyback

    Or I can pay you to fix this? :) I can;t offer much but something i better than nothing! :)
  19. SadPanda

    Base Vendor Buyback

    This is incredibly out of my league :(
  20. SadPanda

    Base Vendor Buyback

    So here is the best example: Weapon vendor sells base weapons and such like axes staves etc. If you set that property to up the sell price, any base weapon or item a vendor sells can then be sold for more than it was bought. So you can exploit it. So if there is a way to up the base sell to...
Back