Question= Edit Creature Summon Time

05/11/2012 10:41 polatcankurt#1
Hi! How can I edit creature summon time= the 10 sec.

I want to edit all Car. use creature summon default 10 sec not dual summon time (by the way I edit dual summon time id=1881)

I want to edit cart id= 5040014 creature summon. (I look this cart source and I don't see time

I think I need =????

[Arcadia].[dbo].[SkillResource]
SET var1 = 180
WHERE (id = ????)

Sorry bad English. Thanks for help.
05/11/2012 12:30 gruce#2
1881
05/11/2012 14:11 c1ph3r#3
Very hard to use the searchbutton or to use your brain...

Search for Skillid's:

Code:
SELECT STRING.value, SKILL.* 
FROM dbo.StringResource STRING, dbo.SkillResource SKILL
WHERE STRING.code=SKILL.text_id and STRING.value like '%Skillname%'
Skillid Creature Summon:

4001

Modify Cooldown and Casttime:

Code:
UPDATE dbo.SkillResource
SET delay_cast=[B][I]Your Casttime[/I][/B],
delay_cooldown=[I][B]Your Cooldown[/B][/I]
WHERE id=4001;
05/11/2012 16:54 polatcankurt#4
The problem is= I use search button but I don't know what m I searching I don't know "Search for Skillid's:" Understand ?

"use your brain" you use your brain and understand...
05/11/2012 22:27 mlejnek2#5
LOL @c1ph3r even you are retarded man lol its not the skill they have to change its the efect they have to rais the time on it not a cool down or casting time wow so even you need to use your brain.
05/11/2012 23:10 polatcankurt#6
I find "4001" and this is not what I searching...

Still I don't know how can chance basic summon time (10sec) anyone find?

please help and thanks for help...
05/12/2012 02:40 testing12#7
use summon mastery world buff and think nothing more of it