taming

08/08/2011 11:53 pitou512#1
How is possible that more dressage success tame to 100 percent
08/08/2011 12:03 Lovercutes#2
This question was posted many times, use the button Search --'
08/08/2011 14:46 gavsta#3
how is it possible to use search?
08/08/2011 14:49 TormentofSins#4
Quote:
Originally Posted by gavsta View Post
how is it possible to use search?
[Only registered and activated users can see links. Click Here To Register...]
08/08/2011 14:56 gavsta#5
Quote:
Originally Posted by TormentofSins View Post
[Only registered and activated users can see links. Click Here To Register...]
xD i was joking :)
08/08/2011 15:15 s0ul37#6
SQL Server Management -> New Query:
Code:
[COLOR="Blue"]UPDATE [/COLOR][Arcadia].[dbo].[MonsterResource]
[COLOR="blue"]SET [/COLOR][taming_percentage] = 1
[COLOR="blue"]WHERE [/COLOR][taming_percentage] > 0
GO
(edited)

Execute
08/08/2011 17:19 Ranma014#7
Quote:
Originally Posted by s0ul37 View Post
SQL Server Management -> New Query:
Code:
[COLOR="Blue"]UPDATE[/COLOR] [Arcadia].[dbo].[MonsterResource]
[COLOR="blue"]SET[/COLOR] [taming_percentage] = 1
[COLOR="blue"]WHERE[/COLOR] [taming_percentage] > 0
[COLOR="blue"]GO[/COLOR]
Execute
fixed