Forums WoW Modding Resources Tools [Archive] [Release] Custom Enchanting Scroll Creator.

[Archive] [Release] Custom Enchanting Scroll Creator.

[Archive] [Release] Custom Enchanting Scroll Creator.

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#1
Archived author: Vision1000 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote:Hey all, I've noticed there's a lot of servers out with missing most of the 'Scroll of Enchant' items. So i made a little program that will automatically create them for you if you just type in the EntryID, Name, and spellID.

This program was made in VB, im pretty crappy at it, but this program is still quite usefull.

Click here to Download This contains the Code on a notepad, and the executable.

Heres the pastebin If you need to see the source code before you DL.

Enjoy, they great thing about this is, It can make things like. [Scroll of Fur Lining - Spell Power] Or The 64 spellpower 15 crit to shoulders for Scribes. Enjoy. Heres a screenshot;

[Image: screenyoy.png]

Credits to me and the cheesy looking program =P

Updated with Aspire Option. (Should work, if it doesn't post here)
rektbyfaith
11-04-2025, 12:45 PM #1

Archived author: Vision1000 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote:Hey all, I've noticed there's a lot of servers out with missing most of the 'Scroll of Enchant' items. So i made a little program that will automatically create them for you if you just type in the EntryID, Name, and spellID.

This program was made in VB, im pretty crappy at it, but this program is still quite usefull.

Click here to Download This contains the Code on a notepad, and the executable.

Heres the pastebin If you need to see the source code before you DL.

Enjoy, they great thing about this is, It can make things like. [Scroll of Fur Lining - Spell Power] Or The 64 spellpower 15 crit to shoulders for Scribes. Enjoy. Heres a screenshot;

[Image: screenyoy.png]

Credits to me and the cheesy looking program =P

Updated with Aspire Option. (Should work, if it doesn't post here)

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#2
Archived author: chaoticd35 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote:Nice contribute! looks good. 3+Rep
rektbyfaith
11-04-2025, 12:45 PM #2

Archived author: chaoticd35 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote:Nice contribute! looks good. 3+Rep

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#3
Archived author: y2kss66 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: good work. many nice programs are being made/released!

yours is one of them!
rektbyfaith
11-04-2025, 12:45 PM #3

Archived author: y2kss66 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: good work. many nice programs are being made/released!

yours is one of them!

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#4
Archived author: thechicken • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: nice work on this one.
rektbyfaith
11-04-2025, 12:45 PM #4

Archived author: thechicken • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: nice work on this one.

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#5
Archived author: thomas_hemme8188 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: this is the aspire structure

Code:
(`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`, `RandomSuffixId`, `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`, `ArmorDamageModifier`)
rektbyfaith
11-04-2025, 12:45 PM #5

Archived author: thomas_hemme8188 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: this is the aspire structure

Code:
(`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`, `RandomSuffixId`, `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`, `ArmorDamageModifier`)

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#6
Archived author: Cripto • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: Dude this is really cool nice release +Rep
rektbyfaith
11-04-2025, 12:45 PM #6

Archived author: Cripto • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: Dude this is really cool nice release +Rep

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#7
Archived author: codarob94 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: How do i use it? lol sorry im a noobcakes, please get back to me asap
rektbyfaith
11-04-2025, 12:45 PM #7

Archived author: codarob94 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: How do i use it? lol sorry im a noobcakes, please get back to me asap

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#8
Archived author: Zenith22 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: Lulz. Cody is a nubcake.
rektbyfaith
11-04-2025, 12:45 PM #8

Archived author: Zenith22 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: Lulz. Cody is a nubcake.

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#9
Archived author: pettezzahut • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: Great!!! good work =) +Rep x2
rektbyfaith
11-04-2025, 12:45 PM #9

Archived author: pettezzahut • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: Great!!! good work =) +Rep x2

rektbyfaith
Administrator
0
11-04-2025, 12:45 PM
#10
Archived author: server1 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: GREAAT! Work, that loooks amazing!
rektbyfaith
11-04-2025, 12:45 PM #10

Archived author: server1 • Posted: 2025-11-04T13:45:37.377661
Original source

Quote: GREAAT! Work, that loooks amazing!

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)