Jump to content

mekyro943

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by mekyro943

  1. Hello.
    I have source compiled with mainline_sg. My problem is that I am fixing the glow in the base:

    UPDATE item_proto SET specular = '30' WHERE locale_name LIKE '% + 4';
    UPDATE item_proto SET specular = '40' WHERE locale_name LIKE '% + 5';
    UPDATE item_proto SET specular = '50' WHERE locale_name LIKE '% + 6';
    UPDATE item_proto SET specular = '65' WHERE locale_name LIKE '% + 7';
    UPDATE item_proto SET specular = '80' WHERE locale_name LIKE '% + 8';
    UPDATE item_proto SET specular = '100' WHERE locale_name LIKE '% + 9';

    My _proto is being read from SQL not TXT - that's what it is supposed to be.
    When I turn on the server, the specular value in item_proto changes to 0. How do I fix this?

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.