Results 1 to 14 of 14
  1. #1
    Knight-Lieutenant
    _DEFiANT's Avatar
    Reputation
    44
    Join Date
    Aug 2008
    Location
    C:\
    Posts
    240
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0

    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.

  2. #2
    Knight-Lieutenant
    Emuchild's Avatar
    Reputation
    56
    Join Date
    Oct 2007
    Location
    Under a proxy.
    Posts
    313
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    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!
    http://www.mmowned.com/forums/general-programs/246775-testmyproxies.html :wave:

  3. #3
    Knight-Lieutenant
    _DEFiANT's Avatar
    Reputation
    44
    Join Date
    Aug 2008
    Location
    C:\
    Posts
    240
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    Quote 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
    Contributor
    Sounddead's Avatar
    Reputation
    160
    Join Date
    Sep 2007
    Location
    Canada
    Posts
    1,132
    CoreCoins
    1

    Trade Feedbacks

    Positive
    0
    Negative
    0
    I figured it out!

  5. #5
    Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    809
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    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
    http://www.Darkportal-wow.com

  6. #6
    Contributor
    Sounddead's Avatar
    Reputation
    160
    Join Date
    Sep 2007
    Location
    Canada
    Posts
    1,132
    CoreCoins
    1

    Trade Feedbacks

    Positive
    0
    Negative
    0
    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 03:26 AM.

  7. #7
    Knight-Lieutenant
    _DEFiANT's Avatar
    Reputation
    44
    Join Date
    Aug 2008
    Location
    C:\
    Posts
    240
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    Quote 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
    Contributor
    Reputation
    122
    Join Date
    Jun 2008
    Posts
    809
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    You tried setting the spell the item casts to BOTH of those numbers?
    http://www.Darkportal-wow.com

  9. #9
    Knight-Lieutenant
    _DEFiANT's Avatar
    Reputation
    44
    Join Date
    Aug 2008
    Location
    C:\
    Posts
    240
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    Quote 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
    Knight-Lieutenant
    _DEFiANT's Avatar
    Reputation
    44
    Join Date
    Aug 2008
    Location
    C:\
    Posts
    240
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    Quote Originally Posted by kreegoth View Post
    You tried setting the spell the item casts to BOTH of those numbers?
    Yeah I did

  11. #11
    Contributor
    Sounddead's Avatar
    Reputation
    160
    Join Date
    Sep 2007
    Location
    Canada
    Posts
    1,132
    CoreCoins
    1

    Trade Feedbacks

    Positive
    0
    Negative
    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
    Worked for me lulz

  12. #12
    Knight-Lieutenant
    _DEFiANT's Avatar
    Reputation
    44
    Join Date
    Aug 2008
    Location
    C:\
    Posts
    240
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    Quote 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
    Master Sergeant Twisted7's Avatar
    Reputation
    63
    Join Date
    Aug 2008
    Location
    Florida, USA
    Posts
    90
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    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
    Knight-Lieutenant
    _DEFiANT's Avatar
    Reputation
    44
    Join Date
    Aug 2008
    Location
    C:\
    Posts
    240
    CoreCoins
    0

    Trade Feedbacks

    Positive
    0
    Negative
    0
    Super, Twisted7! Thank you very much +Rep for you!

    Need help? add me on MSN - armagedd0on@live.com
    Have questions? email me - chrisdm95@gmail.com

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -4. The time now is 03:13 AM. Powered by vBulletin® Version 4.2.0
Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by vBSEO
vBulletin Optimisation by vB Optimise. Digital Point modules: Sphinx-based search

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192