allied_ring.lua + item_useable.sql.patch

Post Reply
theloneus
Posts: 7
Joined: Sat Jul 28, 2012 9:57 pm

allied_ring.lua + item_useable.sql.patch

Post by theloneus » Thu Sep 20, 2012 7:48 pm

So, I wanted this ring to work, and I decided to just take the Novennial Ring LUA and change the values to reflect the Allied Ring.

Anyway, here are the files in a 7z archive.
Attachments
allied_ring.7z
If you want to add this manually just put the LUA in scripts/globals/items and run the following query on your database: INSERT INTO `item_usable` VALUES (14671, 0, 'allied_ring', 1, 3, 76, 0, 5, 15, 129600, 0);
(789 Bytes) Downloaded 166 times

User avatar
diatanato
Developer
Posts: 112
Joined: Thu Aug 30, 2012 9:59 pm

Re: allied_ring.lua + item_useable.sql.patch

Post by diatanato » Fri Sep 21, 2012 5:46 am

thx ^^ svn 1816

Post Reply