Jump to content

mekyro943

Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

About mekyro943

Informations

  • Gender
    Male
  • Country
    Poland
  • Nationality
    Polish

mekyro943's Achievements

Newbie

Newbie (1/16)

  • Reacting Well
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. No. I changed my source code to SQL. I have deleted TXT files from the server.
  2. 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.