Yes i've done this.Quote:
You ran both the following commands in the following order?
use arcadia
update NPCResource set contact_script = 'NPC_Secroute_mage_contact()' where contact_script like 'NPC_Secroute_mage_contact1()'
Then run
use arcadia
update NPCResource set local_flag = 1 where contact_script like 'NPC_Secroute_mage_contact()'
update NPCResource set local_flag = -1 where contact_script like 'NPC_Secroute_mage_contact1()'
update NPCResource set local_flag = -1 where contact_script like 'NPC_Foreign_Secroute_mage_contact()'
after first query i have message ( string completed: 0 )
after second query i have message
(string completed: 1 )
(string completed: 0 )
(string completed: 3 )
Then i restart DB, and server, but there still no NPC in HV
its some kind of magic )))
In yours game.opt string: N:game.cash_usable_server:1Quote:
You would have to actually edit the percentages in the drop tables for that.
If you mean you have an SQL file that is not in your database and you want to convert that file into an RDB then you would have to write a tool for that because it doesn't exist yet.
If you can import that SQL file into your database table then you can use the guide to write an RDB from the dbo.ItemResource and create the db_item.rdb and db_item.ref
if i use "1" there - after relog i have no skill bars, but have NPC in HV, if i use "0" its ok with skills, but there no NPC ))))