Recent Posts
None | 7 sec ago
C# | 7 sec ago
None | 18 sec ago
PHP | 33 sec ago
None | 49 sec ago
None | 1 min ago
None | 1 min ago
C# | 1 min ago
None | 2 min ago
C | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 9th of Feb 2010 09:16:30 PM Download | Raw | Embed | Report
  1. --Update DisenchantID's for the items in questions
  2. --Insert an abyss crystal and a golden ticket
  3. Update item_template set DisenchantID = entry where name like 'Deadly Gladiat%';
  4. replace into disenchant_loot_template (entry,item,ChanceOrQuestChance,lootmode,groupid,mincountOrRef,maxcount,lootcondition,condition_value1,condition_value2) Select
  5.  
  6. entry,34057,100,1,0,1,1,0,0,0 from item_template where `name` LIKE '%deadly glad%';
  7. replace into disenchant_loot_template (entry,item,ChanceOrQuestChance,lootmode,groupid,mincountOrRef,maxcount,lootcondition,condition_value1,condition_value2) Select
  8.  
  9. entry,70026,100,1,1,1,1,0,0,0 from item_template where `name` LIKE '%deadly glad%';
  10.  
  11. --Update uow_craftables with crafted item data
  12. replace into uow_craftables (entry, tradeskill,skilllevel,resource1,quantity1,resource2,quantity2,tier) Select entry,0,0,34057,1,70026,1,1 from world_hardcore.item_template
  13.  
  14. where `name` LIKE '%deadly glad%';
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: