item_basic.sql additions
item_basic.sql additions
Outdated, removed, and no new versions nor the other files to go with it will be posted here due to the decision to not accept posted contribs anymore, sorry, wasn't my choice. All that is done by git now.
Also somewhat disappointed how it was often difficult to tell weather someones work they shared back to the project was rejected or ignored or simply not noticed, since often reason or feedback were not posted.
Also somewhat disappointed how it was often difficult to tell weather someones work they shared back to the project was rejected or ignored or simply not noticed, since often reason or feedback were not posted.
Last edited by TeoTwawki on Tue Jan 21, 2014 1:59 am, edited 6 times in total.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: item_basic.sql additions
Any problems/mistakes/other feedback? This has been live in my working copy for a few months now, haven't had issues.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
-
- Posts: 4
- Joined: Tue Nov 05, 2013 4:51 pm
Re: item_basic.sql additions
Hello, I'm new to this and was wondering how to update the current file to use these? Or do i just copy and paste over what you gave out?
thanks
thanks
Re: item_basic.sql additions
check out how SVN apply patch works, should answer your questionsecondplanet wrote:Hello, I'm new to this and was wondering how to update the current file to use these? Or do i just copy and paste over what you gave out?
thanks
-
- Posts: 4
- Joined: Tue Nov 05, 2013 4:51 pm
Re: item_basic.sql additions
Thank you >^.^< but now i have some red dots on my files, do i need to update or commit them?
thanks again.
thanks again.
Re: item_basic.sql additions
IIRC, the red dot means the file is modified - that it's different from the repository version you pulled it from. that's ok, it's exactly what you were trying to dosecondplanet wrote:Thank you >^.^< but now i have some red dots on my files, do i need to update or commit them?
thanks again.
-
- Posts: 4
- Joined: Tue Nov 05, 2013 4:51 pm
Re: item_basic.sql additions
sorry last question, do i need to do anything else afterwards, like with Navicat?
thanks again your a big help ^^;
thanks again your a big help ^^;
Re: item_basic.sql additions
Yes, you must run that SQL in Navicat and then restart the server for changes to take effect. Do it by right clicking on 'Tables' at the top left and choosing 'Execute SQL File...' then just browse for the file.
Re: item_basic.sql additions
I should have mentioned in the OP I guess but keep in mind that some of the items this will put in your AH list aren't going to be fully functional without matching data in other places (for example item_mods.sql).
(Which I haven't finished cleaning custom non retail junk out of yet so I haven't shared.)
(Which I haven't finished cleaning custom non retail junk out of yet so I haven't shared.)
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: item_basic.sql additions
Thank you for this. Will prove very helpful. : )