Upgrated DF items

A place to submit .patch fixes for the DOL SVN

Moderator: Developer Team

Upgrated DF items

Postby deathwish » Tue Jul 20, 2010 12:41 am

Does anyone know if the new DF items been made yet? or if anyone working on them yet? if not, i dont mind doing them
- Terry - terryammon
User avatar
deathwish
Database Team
 
Posts: 483
Joined: Sun Jul 05, 2009 10:15 pm
Location: England / Essex

Re: Upgrated DF items

Postby Tolakram » Tue Jul 20, 2010 12:52 am

No, most if not all of ours are old. I did a quality upgrade, mass update statement, but no change in stats or procs.
- Mark
User avatar
Tolakram
Storm / Storm-D2 Admin
 
Posts: 9189
Joined: Tue Jun 13, 2006 1:49 am
Location: Kentucky, USA

Re: Upgrated DF items

Postby deathwish » Tue Jul 20, 2010 1:46 am

Ok, what i do is, i will upgrade the weapons off Pendragon and post the updates once i have finished
- Terry - terryammon
User avatar
deathwish
Database Team
 
Posts: 483
Joined: Sun Jul 05, 2009 10:15 pm
Location: England / Essex

Re: Upgrated DF items

Postby Graveen » Tue Jul 20, 2010 6:56 am

thumbs up !
Image
* pm me to contribute in Dawn of Light: code, database *
User avatar
Graveen
Project Leader
 
Posts: 12660
Joined: Fri Oct 19, 2007 9:22 pm
Location: France

Re: Upgrated DF items

Postby deathwish » Tue Jul 20, 2010 4:48 pm

lol just fixed most of the alb df items and i dont no what i did but i messed something up and i could not get it to load into a database lol, so i restarted but im making the update in c#.
Just need to ask a quick question, in the database, how would i make a command to remove a merchantitem as they have replaced all caster staffs with one staff, so when i finish i can fix the merchantitems too.
Would it look something like this?


Find MerchantItem REMOVE `ItemListID` = 'Item list' ?
- Terry - terryammon
User avatar
deathwish
Database Team
 
Posts: 483
Joined: Sun Jul 05, 2009 10:15 pm
Location: England / Essex

Re: Upgrated DF items

Postby Tolakram » Tue Jul 20, 2010 4:56 pm

/merchant articles remove <page> <slot>

In the DB:

delete from merchantitem where itemtemplateid = 'whatever'

or more complicated

delete from merchantitem m
inner join itemtemplate i on m.itemtemplateid = i.id_nb
where i.objecttype = ??

Or something like that. Careful with deletes, best have a backup of your db first.
- Mark
User avatar
Tolakram
Storm / Storm-D2 Admin
 
Posts: 9189
Joined: Tue Jun 13, 2006 1:49 am
Location: Kentucky, USA

Re: Upgrated DF items

Postby deathwish » Tue Jul 20, 2010 5:08 pm

Thanks Tolakram, i have a mess about and find whats one works the best, i always backup every silly thing lol, i need too lol :D
Im updating item stats, new dpsand qua, item models and colours too, only thing im not sure is going to be 100% right is the procs, the procs and charges in my database for the items never worked, but i think i have found the right ones for the df items, i will test befor i upload
- Terry - terryammon
User avatar
deathwish
Database Team
 
Posts: 483
Joined: Sun Jul 05, 2009 10:15 pm
Location: England / Essex

Re: Upgrated DF items

Postby Roozzz » Tue Jul 20, 2010 5:57 pm

You could not load it? Any errors? I rather see SQL files then scripted, its simply a lot more versatile.

Regarding charges and rpocs, make sure that they have entries in linexspell. They should be listed as item effects.
Quidquid latine dictum sit, altum videtur
Roozzz
Database Team
 
Posts: 1943
Joined: Wed Dec 06, 2006 11:00 am

Re: Upgrated DF items

Postby deathwish » Tue Jul 20, 2010 6:20 pm

I will upload the items as a sql once i have finish, just i keep getting proplem with Merecs itemcreator, i dont no why, just it keeps playing up when i use export the item into sql
- Terry - terryammon
User avatar
deathwish
Database Team
 
Posts: 483
Joined: Sun Jul 05, 2009 10:15 pm
Location: England / Essex

Re: Upgrated DF items

Postby Tolakram » Tue Jul 20, 2010 6:32 pm

Sorry about item creator, I rebuilt a version that works with the new DB structure here: http://markalot.org/storm/ItemCreator.zip
- Mark
User avatar
Tolakram
Storm / Storm-D2 Admin
 
Posts: 9189
Joined: Tue Jun 13, 2006 1:49 am
Location: Kentucky, USA

Re: Upgrated DF items

Postby deathwish » Tue Jul 20, 2010 6:36 pm

Thank you for the link Tolakram, should be alot faster to make now :D
- Terry - terryammon
User avatar
deathwish
Database Team
 
Posts: 483
Joined: Sun Jul 05, 2009 10:15 pm
Location: England / Essex

Re: Upgrated DF items

Postby Tolakram » Tue Jul 20, 2010 7:11 pm

Woops,

I forgot to mention that the new fields don't actually save to the insert script, they just look pretty right now. :)
- Mark
User avatar
Tolakram
Storm / Storm-D2 Admin
 
Posts: 9189
Joined: Tue Jun 13, 2006 1:49 am
Location: Kentucky, USA

Re: Upgrated DF items

Postby rdsandersjr » Tue Jul 20, 2010 11:39 pm

I updated Item Creator, and you should be able to build the latest from SVN that gives you more search options like packageID, ID_NB, and name.
Thanks,
RDSandersJR
User avatar
rdsandersjr
Support Team
 
Posts: 1089
Joined: Fri Aug 01, 2008 3:01 pm
Location: Cincinnati, Ohio

Re: Upgrated DF items

Postby deathwish » Tue Jul 20, 2010 11:42 pm

nice work rdsandersjr, im loving the updated version, so much faster to use, but its still taking hours to redo all the items, im on my 4th merchant lol, what is there like 27 merchants? lol
- Terry - terryammon
User avatar
deathwish
Database Team
 
Posts: 483
Joined: Sun Jul 05, 2009 10:15 pm
Location: England / Essex

Re: Upgrated DF items

Postby rdsandersjr » Tue Jul 20, 2010 11:48 pm

haha yea, there are alot of them =) If you have any suggestions for it please let me know and I will try to add it. Im going to try to implement the fields Tola added in the next few days.
Thanks,
RDSandersJR
User avatar
rdsandersjr
Support Team
 
Posts: 1089
Joined: Fri Aug 01, 2008 3:01 pm
Location: Cincinnati, Ohio


Return to “%s” DOL Code Contributions

Who is online

Users browsing this forum: No registered users and 1 guest