Send an Item to all accounts

Results 1 to 5 of 5
  1. #1
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Send an Item to all accounts

    I need some kind of SQL code that sends and item to all character's storage.


  2. #2
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Send an Item to all accounts

    How about using Emisand's panel to do that? It has the option. You can get the query from there as well.

  3. #3
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: Send an Item to all accounts

    This from Emisand CP

    Code:
    INSERT INTO AccountItem (AID, ItemID, RentDate, cnt)(SELECT ac.AID, 99999, GETDATE(), 1 FROM Account ac)
    Edit 99999 to your ItemID

  4. #4
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: Send an Item to all accounts

    I mean all accounts at once not one account

  5. #5
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Send an Item to all accounts

    alfredao's post should work to give every account that item.



Advertisement