Buy bags with items inside? menu

User Tag List

Results 1 to 14 of 14
  1. #1
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Buy bags with items inside?

    I am making a Premade Enchant Vendor for my server, and like most people, they dont have [Enchant Weapon - Executioner], so I am trying to make it. Well, I made the item, but it is requiring the items used in enchanting to use the item. So I was just going to put the items in a bag along with Executioner. But I can't figure it out. How do I get items in bags and then put that bag in the vendor.

    Buy bags with items inside?
  2. #2
    Emuchild's Avatar Member
    Reputation
    56
    Join Date
    Oct 2007
    Posts
    311
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Idk, I've seen it done.. I'll do some research..
    Tired of proxies not working or timing out?
    TEST THEM BEFORE YOU USE THEM!
    https://www.mmowned.com/forums/general-programs/246775-testmyproxies.html :wave:

  3. #3
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Emuchild View Post
    Idk, I've seen it done.. I'll do some research..
    I've looked around but didn't find anything. But if you do find something, let me know. +Rep if you can find me something

  4. #4
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I figured it out!

  5. #5
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look up on THotbot or Whichever you use.. ANd find the SPell id for the EFFECT of Enchant Executioner and it wont require it. Your using the SPell so just like when you use a POrtal SPELL it requires portal fragments .. The Spell requires the Runed rod of adamantium or whatever. There is an EFFECT one for Executioner as well.

    Try this spell ID 43005 if that doesnt work try this one. IM pretty sure its the first one though.42974

  6. #6
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Kay well if that doesn't work. To put items inside bags is easy.

    First make an item. Make it a container. (Class = 1, Flags = 4, Delay = 1500)
    Go into your itemloot table and add

    Index : The next number in the sequence. You will see.
    EntryID: Your bag item id.
    ItemID: The ID of the item you want to put inside the bag.
    percentchance: Put this to 100
    heroicpercentchance: Put this to 100
    mincount: How ever many of the mat you need. Example: Executioner needs 6 Void Crystals. So put 6 if you item ID is that of the Void Crystal.
    maxcount: same as mincount.
    ffa_loot: 0
    Last edited by Sounddead; 08-27-2008 at 02:26 AM.

  7. #7
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kreegoth View Post
    Look up on THotbot or Whichever you use.. ANd find the SPell id for the EFFECT of Enchant Executioner and it wont require it. Your using the SPell so just like when you use a POrtal SPELL it requires portal fragments .. The Spell requires the Runed rod of adamantium or whatever. There is an EFFECT one for Executioner as well.

    Try this spell ID 43005 if that doesnt work try this one. IM pretty sure its the first one though.42974
    I did this, it still required the enchanting materials

  8. #8
    kreegoth's Avatar Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    810
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You tried setting the spell the item casts to BOTH of those numbers?

  9. #9
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sounddead View Post
    Kay well if that doesn't work. To put items inside bags is easy.

    First make an item. Make it a container. (Class = 1, Flags = 4, Delay = 1500)
    Go into your itemloot table and add

    Index : The next number in the sequence. You will see.
    EntryID: Your bag item id.
    ItemID: The ID of the item you want to put inside the bag.
    percentchance: Put this to 100
    heroicpercentchance: Put this to 100
    mincount: How ever many of the mat you need. Example: Executioner needs 6 Void Crystals. So put 6 if you item ID is that of the Void Crystal.
    maxcount: same as mincount.
    ffa_loot: 0

    Some reason that didnt work either... I got the bag, put it on my bag bar, opened it and it was empty

    Hm. Let me try to find an item that already does this kind of stuff and try to edit it in the itemloot

  10. #10
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kreegoth View Post
    You tried setting the spell the item casts to BOTH of those numbers?
    Yeah I did

  11. #11
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Some reason that didnt work either... I got the bag, put it on my bag bar, opened it and it was empty

    Hm. Let me try to find an item that already does this kind of stuff and try to edit it in the itemloot
    Worked for me lulz

  12. #12
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sounddead View Post
    Worked for me lulz
    Well, if I get it to work with a premade container, then you get +Rep for the idea :P

  13. #13
    Twisted7's Avatar Active Member
    Reputation
    63
    Join Date
    Aug 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here you go, this is what I use on my server. The spell you have to make the item cast is 43005, which is called QAEnchant Weapon Executioner... it's basically the executioner enchant spell except instacast and without any mat requirements.

    Here's the SQL, change the entryid to whatever you want

    Code:
    INSERT INTO items
       (`entry`, `class`, `subclass`, `field4`, `name1`, `name2`, `name3`, `name4`, `displayid`, `quality`, `flags`, `buyprice`, `sellprice`, `inventorytype`, `allowableclass`, `allowablerace`, `itemlevel`, `requiredlevel`, `RequiredSkill`, `RequiredSkillRank`, `RequiredSkillSubRank`, `RequiredPlayerRank1`, `RequiredPlayerRank2`, `RequiredFaction`, `RequiredFactionStanding`, `Unique`, `maxcount`, `ContainerSlots`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `dmg_min3`, `dmg_max3`, `dmg_type3`, `dmg_min4`, `dmg_max4`, `dmg_type4`, `dmg_min5`, `dmg_max5`, `dmg_type5`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `range`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `page_id`, `page_language`, `page_material`, `quest_id`, `lock_id`, `lock_material`, `sheathID`, `randomprop`, `unk203_1`, `block`, `itemset`, `MaxDurability`, `ZoneNameID`, `mapid`, `bagfamily`, `TotemCategory`, `socket_color_1`, `unk201_3`, `socket_color_2`, `unk201_5`, `socket_color_3`, `unk201_7`, `socket_bonus`, `GemProperties`, `ReqDisenchantSkill`, `unk2`)
    VALUES
       (80002, 0, 8, -1, 'Enchant Weapon - Executioner', 'Enchant Weapon - Executioner', 'Enchant Weapon - Executioner', 'Enchant Weapon - Executioner', 48859, 1, 64, 3000000, 2600, 0, -1, -1, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 43005, 0, -1, 1000, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0);

  14. #14
    _DEFiANT's Avatar Member
    Reputation
    44
    Join Date
    Aug 2008
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Super, Twisted7! Thank you very much +Rep for you!

    Need help? add me on MSN - [email protected]
    Have questions? email me - [email protected]

Similar Threads

  1. [Question] BOT to fill bag with items
    By X3NOM in forum Pokemon GO Chat
    Replies: 0
    Last Post: 08-09-2016, 04:54 AM
  2. [request] buy multiple unique items & un-equip full! bag into inv
    By crunk001 in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 05-04-2015, 06:49 AM
  3. [Selling] White Mage lvl 50 with item level 90 NA (USA) with 700k gil with pic inside
    By ex0rdium in forum Final Fantasy XIV Buy Sell Trade
    Replies: 2
    Last Post: 09-11-2014, 08:32 PM
  4. How to let new players spawn with item in their bags?
    By Pieterkii in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 08-11-2009, 08:58 AM
  5. Buy more limited items!
    By RichyG in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 10-13-2006, 09:51 PM
All times are GMT -5. The time now is 12:04 AM. 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