How to set taming rate to normal rate

08/23/2011 19:46 wallen12#1
Hey guys,

I changed the taming rate to 100 percent.But now, I want to have the standard rates again.Anybody knows how to change this?

I tried to reverse the script by changing the text behind " set" and " where" but that doesnt work ( syntax error)

thx
08/23/2011 20:03 s0ul37#2
Guess you need to use a backup, everything is set to 1, how should you reverse this by using one command.
08/23/2011 20:05 wallen12#3
Your probably right, thanks
08/23/2011 23:29 SilentBill#4
I lol'd a little.
Next time, here's a PROTIP for anyone that wants to back up the data from a particular Table.
  1. Right click the DB
  2. Tasks -> Generate Scripts...
  3. Select Specific database objects
  4. Look for the table(s) you want to back up->Tick->Next
  5. Save to file -> Advanced
  6. Look for 'Types of data to script' -> Change to Data only
  7. Next->Next
  8. ?????
  9. PROFIT!!
I take no responsibility in any damage you, your computer or the family dog gets from attempting this.
08/24/2011 01:42 RoflcopterGoesSoiSoiSoi#5
Or, you can copy FROM/TO...

Code:
INSERT INTO [MyRealArcadia].[dbo].[MonsterResource]
SELECT * FROM [FixedTamingArcadiaBackup].[dbo].[MonsterResource]