Originally Posted by Raskim2000
Hey everybody,
because of this big number of "Newbies", "Lazy Guys" etc. i decided to start an Thread to Collect usefull Scripts.
Hopefully this will be sticky, i will write and collect all good scripts, wich can be used for all.
Here we go.
Scripts Credit by Raskim2000
Set Basic price for Items
Code:
use arcadia
update dbo.ItemResource
set price = 3000000
where id = Here_Item_ID
Search for items
Code:
SELECT id, StringResource.value, rank
FROM Arcadia.dbo.ItemResource
LEFT JOIN Arcadia.dbo.StringResource
on name_id = StringResource.code
where value like '%world%' -- search here
order by id, value, rank
Set Taming-ID
Code:
-- Red Pixi
use arcadia
update dbo.monsterresource
set taming_id = 1011
WHERE model LIKE '%fiery_pixi%'
--Blue Pixi
update dbo.monsterresource
set taming_id = 1021
WHERE model LIKE '%water_pixi%'
--Hawkmen
update dbo.monsterresource
set taming_id = 1201
WHERE model LIKE '%hawkman%'
--Siren
update dbo.monsterresource
set taming_id = 1301
WHERE model LIKE '%seiren%'
--Kenta
update dbo.monsterresource
set taming_id = 1701
WHERE model LIKE '%horseman%'
--yeti
update dbo.monsterresource
set taming_id = 1801
WHERE model LIKE '%yeti%'
--Salamander
update dbo.monsterresource
set taming_id = 1901
WHERE model LIKE '%salamander%'
--Angel
update dbo.monsterresource
set taming_id = 2001
WHERE model LIKE '%angel%'
--Chicken
update dbo.monsterresource
set taming_id = 2101
WHERE model LIKE '%chichen%'
--Turtle
update dbo.monsterresource
set taming_id = 2201
WHERE model LIKE '%turtle%'
--Panter
update dbo.monsterresource
set taming_id = 2301
WHERE model LIKE '%panthera%'
--Skeleton
update dbo.monsterresource
set taming_id = 2401
WHERE model LIKE '%skelfighter%'
--Orc
update dbo.monsterresource
set taming_id = 2501
WHERE model LIKE '%orc%'
--White Dragon
update dbo.monsterresource
set taming_id = 2701
WHERE model LIKE '%dragon%'
--Cerberus
update dbo.monsterresource
set taming_id = 2801
WHERE model LIKE '%keberos%'
--Wolf
update dbo.monsterresource
set taming_id = 2901
WHERE model LIKE '%wolf%'
--Harpy
update dbo.monsterresource
set taming_id = 3301
WHERE model LIKE '%windsong%'
--Gnoll
update dbo.monsterresource
set taming_id = 3401
WHERE model LIKE '%eimus%'
--Octo
update dbo.monsterresource
set taming_id = 3502
WHERE model LIKE '%octopus%'
--Naga
update dbo.monsterresource
set taming_id = 3601
WHERE model LIKE '%tafari%'
--Genie
update dbo.monsterresource
set taming_id = 3701
WHERE model LIKE '%spirit_jini%'
--Ifrit
update dbo.monsterresource
set taming_id = 3801
WHERE model LIKE '%spirit_mystic_jini%'
--Unicorn
update dbo.monsterresource
set taming_id = 3901
WHERE id = 53006 or id = 54005 or id = 55006 or id = 171001 or id = 172001 or id = 173001 or id = 174001 or id = 724
--Nightmare
update dbo.monsterresource
set taming_id = 4001
WHERE id = 90003 or id = 91002 or id = 92001 or id = 7092001 or id = 171002 or id = 172002 or id = 173002 or id = 725 or id = 174002
--Deathtyrant
update dbo.monsterresource
set taming_id = 4101
WHERE id = 734 or id = 179001 or id = 180003 or id = 1000079
Set Tame Rate Percentage
Code:
--T6
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.1000
WHERE taming_id = 4101 or taming_id = 2701
GO
--T5
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.1500
WHERE taming_id = 2801 or taming_id = 3701 or taming_id = 3801
GO
--T4
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.2000
WHERE taming_id = 3601 or taming_id = 3401 or taming_id = 2001 or taming_id = 1701
GO
--T3
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.3000
WHERE taming_id = 1201 or taming_id = 1901 or taming_id = 3301 or taming_id = 3901 or taming_id = 4001
GO
--Tier 2
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.5000
WHERE taming_id = 1011 or taming_id = 1021 or taming_id = 1301 or taming_id = 1801 or taming_id = 2401 taming_id = 2501 or taming_id = 2901 or taming_id = 3502
GO
--Tier 1
UPDATE [Arcadia].[dbo].[MonsterResource]
SET [taming_percentage]=0.8000
WHERE taming_id = 2301 or taming_id = 2201 or taming_id = 2101
GO
Set 6 Slots to an Belt
Code:
Use Arcadia
update dbo.ItemResource
set opt_var1_0 = 6
where id = here_Belt_ID
Set a Passiv R7 Set Boni, Ordered for every Rank
(With this Script, every Item for R7 T1-T3 will give you an Passiv Bonus for your Stats and the Full Set will give you the Correct Full Bonus, without the Set-Buff)
Code:
use arcadia
update dbo.ItemResource
set opt_type_0 = 96
where set_id = 1111 or set_id = 1112 or set_id = 1113
update dbo.ItemResource
set opt_var1_0 = 127
where set_id = 1111 or set_id = 1112 or set_id = 1113
update dbo.ItemResource
set opt_var2_0 = 2
where set_id = 1111
update dbo.ItemResource
set opt_var2_0 = 4
where set_id = 1112
update dbo.ItemResource
set opt_var2_0 = 6
where set_id = 1113
update dbo.ItemResource
set opt_type_1 = 98
where set_id = 1111 or set_id = 1112 or set_id = 1113
update dbo.ItemResource
set opt_var1_1 = 2097152
where set_id = 1111 or set_id = 1112 or set_id = 1113
update dbo.ItemResource
set opt_var2_1 = 0.10
where set_id = 1111
update dbo.ItemResource
set opt_var2_1 = 0.20
where set_id = 1112
update dbo.ItemResource
set opt_var2_1 = 0.30
where set_id = 1113
Entrys for the Epic 7 Pieces (With Help of Speedy-nl)
Just download the Rar-package anduse the Scripts. 1 is LUA, 1 for SQL.
[Only registered and activated users can see links. Click Here To Register...]
And the ID`s of the Pieces
Code:
910064 Healthy Altered Pieces
910065 Spiritual Altered Pieces
910066 Rapid Altered Pieces
910067 Sturdy Altered Pieces
910068 Eager Altered Pieces
910069 Armored Altered Pieces
910070 Devoted Altered Pieces
910071 Savage Altered Pieces
910072 Resilient Altered Pieces
910073 Forceful Altered Pieces
910074 Fiendish Altered Pieces
910075 Polished Altered Pieces
910076 Ardent Altered Pieces
Gilded Wings Fix (With Help of Speedy-nl)
Download the File, Connect to your SQL-Server, run the script and hit F5. Gratz, you`ve done it!
(THE WINGS WILL BE ONLY SHOWN ON A 7.1 PH Modded CLIENT!)
[Only registered and activated users can see links. Click Here To Register...]
Code:
2012062 Gilded Wings
Ice-Maiden Potion Fix
just download the SQL File , double Click on it and hit F5... [Only registered and activated users can see links. Click Here To Register...]
Epic 7.1 KTS Special Effect Deco Partial Release (im not finished, there are many more Deco items, wich has to be configured)
Download the Script, open your SQL, double Click on the Script and Hit F5
Some of the Decoration will only be shown on a Modded Epic 7.1 (PH) Client!
[Only registered and activated users can see links. Click Here To Register...]
And the Codes for this Special Deco
Bear Deco
Code:
602110401 Rapid Fluffy Bear Costume<bear Costume>(28 days)
602110402 Sturdy Fluffy Bear Costume<bear Costume>(28 days)
602110403 Eager Fluffy Bear Costume<bear Costume>(28 days)
602110404 Armored Fluffy Bear Costume<bear Costume>(28 days)
602110405 Devoted Fluffy Bear Costume<bear Costume>(28 days)
602110406 Savage Fluffy Bear Costume<bear Costume>(28 days)
602110407 Resilient Fluffy Bear Costume<bear Costume>(28 days)
602110408 Forceful Fluffy Bear Costume<bear Costume>(28 days)
602110409 Fiendish Fluffy Bear Costume<bear Costume>(28 days)
602110410 Polished Fluffy Bear Costume<bear Costume>(28 days)
602110411 Ardent Fluffy Bear Costume<bear Costume>(28 days)
602110501 Rapid Ferocious Bear Costume<bear Costume>(28 days)
602110502 Sturdy Ferocious Bear Costume<bear Costume>(28 days)
602110503 Eager Ferocious Bear Costume<bear Costume>(28 days)
602110504 Armored Ferocious Bear Costume<bear Costume>(28 days)
602110505 Devoted Ferocious Bear Costume<bear Costume>(28 days)
602110506 Savage Ferocious Bear Costume<bear Costume>(28 days)
602110507 Resilient Ferocious Bear Costume<bear Costume>(28 days)
602110508 Forceful Ferocious Bear Costume<bear Costume>(28 days)
602110509 Fiendish Ferocious Bear Costume<bear Costume>(28 days)
602110510 Polished Ferocious Bear Costume<bear Costume>(28 days)
602110511 Ardent Ferocious Bear Costume<bear Costume>(28 days)
602110601 Rapid Vicious Bear Costume<bear Costume>(28 days)
602110602 Sturdy Vicious Bear Costume<bear Costume>(28 days)
602110603 Eager Vicious Bear Costume<bear Costume>(28 days)
602110604 Armored Vicious Bear Costume<bear Costume>(28 days)
602110605 Devoted Vicious Bear Costume<bear Costume>(28 days)
602110606 Savage Vicious Bear Costume<bear Costume>(28 days)
602110607 Resilient Vicious Bear Costume<bear Costume>(28 days)
602110608 Forceful Vicious Bear Costume<bear Costume>(28 days)
602110609 Fiendish Vicious Bear Costume<bear Costume>(28 days)
602110610 Polished Vicious Bear Costume<bear Costume>(28 days)
602110611 Ardent Vicious Bear Costume<bear Costume>(28 days)
------------------------------------------------------------------
603110401 Rapid Fluffy Bear Head<bear Head>(28 days)
603110402 Sturdy Fluffy Bear Head<bear Head>(28 days)
603110403 Eager Fluffy Bear Head<bear Head>(28 days)
603110404 Armored Fluffy Bear Head<bear Head>(28 days)
603110405 Devoted Fluffy Bear Head<bear Head>(28 days)
603110406 Savage Fluffy Bear Head<bear Head>(28 days)
603110407 Resilient Fluffy Bear Head<bear Head>(28 days)
603110408 Forceful Fluffy Bear Head<bear Head>(28 days)
603110409 Fiendish Fluffy Bear Head<bear Head>(28 days)
603110410 Polished Fluffy Bear Head<bear Head>(28 days)
603110411 Ardent Fluffy Bear Head<bear Head>(28 days)
603110501 Rapid Ferocious Bear Head<bear Head>(28 days)
603110502 Sturdy Ferocious Bear Head<bear Head>(28 days)
603110503 Eager Ferocious Bear Head<bear Head>(28 days)
603110504 Armored Ferocious Bear Head<bear Head>(28 days)
603110505 Devoted Ferocious Bear Head<bear Head>(28 days)
603110506 Savage Ferocious Bear Head<bear Head>(28 days)
603110507 Resilient Ferocious Bear Head<bear Head>(28 days)
603110508 Forceful Ferocious Bear Head<bear Head>(28 days)
603110509 Fiendish Ferocious Bear Head<bear Head>(28 days)
603110510 Polished Ferocious Bear Head<bear Head>(28 days)
603110511 Ardent Ferocious Bear Head<bear Head>(28 days)
603110601 Rapid Vicious Bear Head<bear Head>(28 days)
603110602 Sturdy Vicious Bear Head<bear Head>(28 days)
603110603 Eager Vicious Bear Head<bear Head>(28 days)
603110604 Armored Vicious Bear Head<bear Head>(28 days)
603110605 Devoted Vicious Bear Head<bear Head>(28 days)
603110606 Savage Vicious Bear Head<bear Head>(28 days)
603110607 Resilient Vicious Bear Head<bear Head>(28 days)
603110608 Forceful Vicious Bear Head<bear Head>(28 days)
603110609 Fiendish Vicious Bear Head<bear Head>(28 days)
603110610 Polished Vicious Bear Head<bear Head>(28 days)
603110611 Ardent Vicious Bear Head<bear Head>(28 days)
------------------------------------------------------------
604110401 Rapid Fluffy Bear Gloves<bear Hand>(28 days)
604110402 Sturdy Fluffy Bear Gloves<bear Hand>(28 days)
604110403 Eager Fluffy Bear Gloves<bear Hand>(28 days)
604110404 Armored Fluffy Bear Gloves<bear Hand>(28 days)
604110405 Devoted Fluffy Bear Gloves<bear Hand>(28 days)
604110406 Savage Fluffy Bear Gloves<bear Hand>(28 days)
604110407 Resilient Fluffy Bear Gloves<bear Hand>(28 days)
604110408 Forceful Fluffy Bear Gloves<bear Hand>(28 days)
604110409 Fiendish Fluffy Bear Gloves<bear Hand>(28 days)
604110410 Polished Fluffy Bear Gloves<bear Hand>(28 days)
604110411 Ardent Fluffy Bear Gloves<bear Hand>(28 days)
604110501 Rapid Ferocious Bear Gloves<bear Hand>(28 days)
604110502 Sturdy Ferocious Bear Gloves<bear Hand>(28 days)
604110503 Eager Ferocious Bear Gloves<bear Hand>(28 days)
604110504 Armored Ferocious Bear Gloves<bear Hand>(28 days)
604110505 Devoted Ferocious Bear Gloves<bear Hand>(28 days)
604110506 Savage Ferocious Bear Gloves<bear Hand>(28 days)
604110507 Resilient Ferocious Bear Gloves<bear Hand>(28 days)
604110508 Forceful Ferocious Bear Gloves<bear Hand>(28 days)
604110509 Fiendish Ferocious Bear Gloves<bear Hand>(28 days)
604110510 Polished Ferocious Bear Gloves<bear Hand>(28 days)
604110511 Ardent Ferocious Bear Gloves<bear Hand>(28 days)
604110601 Rapid Vicious Bear Gloves<bear Hand>(28 days)
604110602 Sturdy Vicious Bear Gloves<bear Hand>(28 days)
604110603 Eager Vicious Bear Gloves<bear Hand>(28 days)
604110604 Armored Vicious Bear Gloves<bear Hand>(28 days)
604110605 Devoted Vicious Bear Gloves<bear Hand>(28 days)
604110606 Savage Vicious Bear Gloves<bear Hand>(28 days)
604110607 Resilient Vicious Bear Gloves<bear Hand>(28 days)
604110608 Forceful Vicious Bear Gloves<bear Hand>(28 days)
604110609 Fiendish Vicious Bear Gloves<bear Hand>(28 days)
604110610 Polished Vicious Bear Gloves<bear Hand>(28 days)
604110611 Ardent Vicious Bear Gloves<bear Hand>(28 days)
--------------------------------------------------------------
605110401 Rapid Fluffy Bear Boots<bear Foot>(28 days)
605110402 Sturdy Fluffy Bear Boots<bear Foot>(28 days)
605110403 Eager Fluffy Bear Boots<bear Foot>(28 days)
605110404 Armored Fluffy Bear Boots<bear Foot>(28 days)
605110405 Devoted Fluffy Bear Boots<bear Foot>(28 days)
605110406 Savage Fluffy Bear Boots<bear Foot>(28 days)
605110407 Resilient Fluffy Bear Boots<bear Foot>(28 days)
605110408 Forceful Fluffy Bear Boots<bear Foot>(28 days)
605110409 Fiendish Fluffy Bear Boots<bear Foot>(28 days)
605110410 Polished Fluffy Bear Boots<bear Foot>(28 days)
605110411 Ardent Fluffy Bear Boots<bear Foot>(28 days)
605110501 Rapid Ferocious Bear Boots<bear Foot>(28 days)
605110502 Sturdy Ferocious Bear Boots<bear Foot>(28 days)
605110503 Eager Ferocious Bear Boots<bear Foot>(28 days)
605110504 Armored Ferocious Bear Boots<bear Foot>(28 days)
605110505 Devoted Ferocious Bear Boots<bear Foot>(28 days)
605110506 Savage Ferocious Bear Boots<bear Foot>(28 days)
605110507 Resilient Ferocious Bear Boots<bear Foot>(28 days)
605110508 Forceful Ferocious Bear Boots<bear Foot>(28 days)
605110509 Fiendish Ferocious Bear Boots<bear Foot>(28 days)
605110510 Polished Ferocious Bear Boots<bear Foot>(28 days)
605110511 Ardent Ferocious Bear Boots<bear Foot>(28 days)
605110601 Rapid Vicious Bear Boots<bear Foot>(28 days)
605110602 Sturdy Vicious Bear Boots<bear Foot>(28 days)
605110603 Eager Vicious Bear Boots<bear Foot>(28 days)
605110604 Armored Vicious Bear Boots<bear Foot>(28 days)
605110605 Devoted Vicious Bear Boots<bear Foot>(28 days)
605110606 Savage Vicious Bear Boots<bear Foot>(28 days)
605110607 Resilient Vicious Bear Boots<bear Foot>(28 days)
605110608 Forceful Vicious Bear Boots<bear Foot>(28 days)
605110609 Fiendish Vicious Bear Boots<bear Foot>(28 days)
605110610 Polished Vicious Bear Boots<bear Foot>(28 days)
605110611 Ardent Vicious Bear Boots<bear Foot>(28 days)
------------------------------------------------------------
606110401 Rapid Fluffy Bear Cloak<bear Cloak>(28 days)
606110402 Sturdy Fluffy Bear Cloak<bear Cloak>(28 days)
606110403 Eager Fluffy Bear Cloak<cloak for bear>(28 days)
606110404 Armored Fluffy Bear Cloak<cloak for bear>(28 days)
606110405 Devoted Fluffy Bear Cloak<cloak for bear>(28 days)
606110406 Savage Fluffy Bear Cloak<cloak for bear>(28 days)
606110407 Resilient Fluffy Bear Cloak<cloak for bear>(28 days)
606110408 Forceful Fluffy Bear Cloak<cloak for bear>(28 days)
606110409 Fiendish Fluffy Bear Cloak<cloak for bear>(28 days)
606110410 Polished Fluffy Bear Cloak<cloak for bear>(28 days)
606110411 Ardent Fluffy Bear Cloak<cloak for bear>(28 days)
606110501 Rapid Ferocious Bear Cloak<cloak for bear>(28 days)
606110502 Sturdy Ferocious Bear Cloak<cloak for bear>(28 days)
606110503 Eager Ferocious Bear Cloak<cloak for bear>(28 days)
606110504 Armored Ferocious Bear Cloak<cloak for bear>(28 days)
606110505 Devoted Ferocious Bear Cloak<cloak for bear>(28 days)
606110506 Savage Ferocious Bear Cloak<cloak for bear>(28 days)
606110507 Resilient Ferocious Bear Cloak<cloak for bear>(28 days)
606110508 Forceful Ferocious Bear Cloak<cloak for bear>(28 days)
606110509 Fiendish Ferocious Bear Cloak<cloak for bear>(28 days)
606110510 Polished Ferocious Bear Cloak<cloak for bear>(28 days)
606110511 Ardent Ferocious Bear Cloak<cloak for bear>(28 days)
606110601 Rapid Vicious Bear Cloak<cloak for bear>(28 days)
606110602 Sturdy Vicious Bear Cloak<cloak for bear>(28 days)
606110603 Eager Vicious Bear Cloak<cloak for bear>(28 days)
606110604 Armored Vicious Bear Cloak<cloak for bear>(28 days)
606110605 Devoted Vicious Bear Cloak<cloak for bear>(28 days)
606110606 Savage Vicious Bear Cloak<cloak for bear>(28 days)
606110607 Resilient Vicious Bear Cloak<cloak for bear>(28 days)
606110608 Forceful Vicious Bear Cloak<cloak for bear>(28 days)
606110609 Fiendish Vicious Bear Cloak<cloak for bear>(28 days)
606110610 Polished Vicious Bear Cloak<cloak for bear>(28 days)
606110611 Ardent Fluffy Bear Cloak<cloak for bear>(28 days)
And the Special Rank 7 Cloaks
Code:
246715417 Rapid Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715418 Sturdy Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715419 Eager Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715420 Armored Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715421 Devoted Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715422 Savage Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715423 Resilient Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715424 Forceful Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715425 Fiendish Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715426 Polished Cloak of Holy Serenity<New Rank 7><28 days><Attack>
246715427 Ardent Cloak of Holy Serenity<New Rank 7><28 days><Attack>
----------------------------------------------------------------------------
246715428 Rapid Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715429 Sturdy Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715430 Eager Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715431 Armored Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715432 Devoted Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715433 Savage Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715434 Resilient Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715435 Forceful Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715436 Fiendish Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715437 Polished Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
246715438 Ardent Obsidikar Spine Cloak<New Rank 7><28 days><Attack>
Scripts Credit to HeavenOnlyWishes:
Some Scripts to let Empty DTīs drop, give Abomination Stat`s and more
As you may already know the Unicorn and Nightmare E.Cards do not drop from any monsters, although they are in the database. So for starters I setup drop groups for both Unicorn and Nightmare monsters to drop both cards:
Code:
UPDATE Arcadia.dbo.DropGroupResource
SET drop_item_id_02 = '540067',
drop_min_count_02 = '1',
drop_max_count_02 = '1',
drop_percentage_02 = '0.3500000',
drop_item_id_03 = '540065',
drop_min_count_03 = '1',
drop_max_count_03 = '1',
drop_percentage_03 = '0.1250000'
WHERE id = '-851080'
UPDATE Arcadia.dbo.DropGroupResource
SET drop_item_id_02 = '540067',
drop_min_count_02 = '1',
drop_max_count_02 = '1',
drop_percentage_02 = '0.1250000',
drop_item_id_03 = '540065',
drop_min_count_03 = '1',
drop_max_count_03 = '1',
drop_percentage_03 = '0.3500000'
WHERE id = '-851040'
UPDATE Arcadia.dbo.MonsterResource
SET drop_item_id_00 = '-851040',
drop_percentage_00 = '0.01000000',
drop_min_count_00 = '1',
drop_max_count_00 = '1',
drop_min_level_00 = '1',
drop_max_level_00 = '1'
WHERE taming_id = '3901'
UPDATE Arcadia.dbo.MonsterResource
SET drop_item_id_00 = '-851080',
drop_percentage_00 = '0.01000000',
drop_min_count_00 = '1',
drop_max_count_00 = '1',
drop_min_level_00 = '1',
drop_max_level_00 = '1'
WHERE taming_id = '4001'
Give your Abomination Stat`s:
Code:
UPDATE Arcadia.dbo.StatResource
SET str = 10, int = 13, vit = 11, men = 15, agi = 19, dex = 24, luk = 15
WHERE id = 4401
UPDATE Arcadia.dbo.StatResource
SET str = 46, int = 57, vit = 43, men = 57, agi = 37, dex = 105, luk = 30
WHERE id = 4402
UPDATE Arcadia.dbo.StatResource
SET str = 55, int = 69, vit = 56, men = 74, agi = 92, dex = 135, luk = 45
WHERE id = 4403
Change Creature Taming Skill Cooltime and Casttime:
Code:
UPDATE Arcadia.dbo.SkillResource
SET delay_cast = 10.00, delay_cooltime = 30.00
WHERE id = 4003
Epic 7.1 Client Quest Fix
Download the Script [Only registered and activated users can see links. Click Here To Register...] , open SQL Server, double click on the Script and Hit F5
Items: Item ID and Item Name
Code:
SELECT ITEM.id, item.name_id, STRING.value
FROM Arcadia.dbo.ItemResource ITEM, Arcadia.dbo.StringResource STRING
WHERE item.name_id = string.code
ORDER BY id ASC
And Conversely for Quests: Quest ID and Quest Name
Code:
SELECT QUEST.id, quest.text_id_quest, STRING.value
FROM Arcadia.dbo.QuestResource QUEST, Arcadia.dbo.StringResource STRING
WHERE quest.text_id_quest = string.code
ORDER BY id ASC
And for NPCs: NPC ID and NPC Title in Ascending order by NPC's title.
Code:
SELECT NPC.id, npc.text_id, STRING.value
FROM Arcadia.dbo.NPCResource NPC, Arcadia.dbo.StringResource STRING
WHERE npc.text_id = string.code
ORDER BY value ASC
Script Credit to eGurgle
Set Enchancement-Rate
Code:
declare @c1 decimal(10,5), @c2 decimal(10,5), @c3 decimal(10,5), @c4 decimal(10,5), @c5 decimal(10,5), @c6 decimal(10,5), @c7 decimal(10,5), @c8 decimal(10,5), @c9 decimal(10,5), @c10 decimal(10,5)
declare @c11 decimal(10,5), @c12 decimal(10,5), @c13 decimal(10,5), @c14 decimal(10,5), @c15 decimal(10,5), @c16 decimal(10,5), @c17 decimal(10,5), @c18 decimal(10,5), @c19 decimal(10,5), @c20 decimal(10,5)
declare @ac1 decimal(10,5), @ac2 decimal(10,5), @ac3 decimal(10,5), @ac4 decimal(10,5), @ac5 decimal(10,5), @ac6 decimal(10,5), @ac7 decimal(10,5), @ac8 decimal(10,5), @ac9 decimal(10,5), @ac10 decimal(10,5)
declare @ac11 decimal(10,5), @ac12 decimal(10,5), @ac13 decimal(10,5), @ac14 decimal(10,5), @ac15 decimal(10,5), @ac16 decimal(10,5), @ac17 decimal(10,5), @ac18 decimal(10,5), @ac19 decimal(10,5), @ac20 decimal(10,5)
declare @s1 decimal(10,5), @s2 decimal(10,5), @s3 decimal(10,5), @s4 decimal(10,5), @s5 decimal(10,5), @s6 decimal(10,5), @s7 decimal(10,5), @s8 decimal(10,5), @s9 decimal(10,5), @s10 decimal(10,5)
declare @as1 decimal(10,5), @as2 decimal(10,5), @as3 decimal(10,5), @as4 decimal(10,5), @as5 decimal(10,5), @as6 decimal(10,5), @as7 decimal(10,5), @as8 decimal(10,5), @as9 decimal(10,5), @as10 decimal(10,5)
set @c1 = 1 -- <<== @c1 to @c20 = desired rates do Normal Cubes Strike/Defense R2 to R7
set @c2 = 1
set @c3 = 1
set @c4 = 1
set @c5 = 0.6
set @c6 = 0.5
set @c7 = 0.4
set @c8 = 0.3
set @c9 = 0.2
set @c10 = 0.1
set @c11 = 0.09
set @c12 = 0.08
set @c13 = 0.07
set @c14 = 0.06
set @c15 = 0.05
set @c16 = 0.04
set @c17 = 0.03
set @c18 = 0.02
set @c19 = 0.01
set @c20 = 0.01
set @ac1 = 1 -- <<== @ac1 to @ac20 = desired rates do Ancient Cubes Strike/Defense R2 to R7
set @ac2 = 1
set @ac3 = 1
set @ac4 = 1
set @ac5 = 1
set @ac6 = 0.90
set @ac7 = 0.80
set @ac8 = 0.70
set @ac9 = 0.60
set @ac10 = 0.50
set @ac11 = 0.40
set @ac12 = 0.30
set @ac13 = 0.25
set @ac14 = 0.20
set @ac15 = 0.15
set @ac16 = 0.14
set @ac17 = 0.13
set @ac18 = 0.12
set @ac19 = 0.11
set @ac20 = 0.10
set @s1 = 1 -- <<== @s1 to @s10 = desired rates do Cube Skill
set @s2 = 0.5
set @s3 = 0.3
set @s4 = 0.1
set @s5 = 0.05
set @s6 = 0
set @s7 = 0
set @s8 = 0
set @s9 = 0
set @s10 = 0
set @as1 = 1 -- <<== @as1 to @as10 = desired rates do Ancient Cube Skill
set @as2 = 0.90
set @as3 = 0.80
set @as4 = 0.70
set @as5 = 0.60
set @as6 = 0.50
set @as7 = 0.40
set @as8 = 0.30
set @as9 = 0.20
set @as10 = 0.10
/***** Cubes Def and Strikes *****/
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_1] = @c1
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_2] = @c2
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_3] = @c3
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_4] = @c4
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_5] = @c5
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_6] = @c6
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_7] = @c7
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_8] = @c8
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_9] = @c9
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_10] = @c10
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_11] = @c11
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_12] = @c12
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_13] = @c13
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_14] = @c14
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_15] = @c15
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_16] = @c16
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_17] = @c17
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_18] = @c18
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_19] = @c19
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_20] = @c20
where need_item >= 700102 and need_item <= 700106 or need_item = 700112 or need_item >= 700202 and need_item <= 700206 or need_item = 700212
/***** Anc Cubes Def and Strikes *****/
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_1] = @ac1
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_2] = @ac2
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_3] = @ac3
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_4] = @ac4
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_5] = @ac5
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_6] = @ac6
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_7] = @ac7
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_8] = @ac8
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_9] = @ac9
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_10] = @ac10
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_11] = @ac11
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_12] = @ac12
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_13] = @ac13
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_14] = @ac14
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_15] = @ac15
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_16] = @ac16
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_17] = @ac17
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_18] = @ac18
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_19] = @ac19
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_20] = @ac20
where need_item >= 700151 and need_item <= 700157 or need_item >= 700251 and need_item <= 700257 or need_item >= 700107 and need_item <= 70011 or need_item >= 700207 and need_item <= 700211
/***** Cube Skill *****/
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_1] = @s1
where need_item = 700401
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_2] = @s2
where need_item = 700401
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_3] = @s3
where need_item = 700401
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_4] = @s4
where need_item = 700401
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_5] = @s5
where need_item = 700401
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_6] = @s6
where need_item = 700401
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_7] = @s7
where need_item = 700401
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_8] = @s8
where need_item = 700401
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_9] = @s9
where need_item = 700401
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_10] = @s10
where need_item = 700401
/***** Anc Cube Skill *****/
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_1] = @as1
where need_item = 700402
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_2] = @as2
where need_item = 700402
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_3] = @as3
where need_item = 700402
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_4] = @as4
where need_item = 700402
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_5] = @as5
where need_item = 700402
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_6] = @as6
where need_item = 700402
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_7] = @as7
where need_item = 700402
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_8] = @as8
where need_item = 700402
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_9] = @as9
where need_item = 700402
UPDATE [Arcadia].[dbo].[EnhanceResource]
SET [percentage_10] = @as10
where need_item = 700402
Unknown about Credit Scripts
Set R7 Chips to R8 Chips (Chips will effect all Monster up to Lv 190)
Code:
USE Arcadia
UPDATE [Arcadia].[dbo].[ItemResource]
SET opt_var2_0=8.00
WHERE id=690007 OR id=690107 OR id=690207
GO
Scripts Credit to all Member of Ncarbon Team
Summoning Scrolls for Epic 7.1 Client (Ne0, JW988, Speedy-nl )
1) run the sql script
2) copy the lua to server resource folder
3 copy the client mods to resource folder ONLY IF YOU USE A 7.1US CLIENT (if you use 7.1 PH this mod is not needed, not tested with any other 7.1)
IDīs for the scrolls:
Code:
3630270 Pantera Summoning Scroll
3630271 Tortus Summoning Scroll
3630272 Poultry Summoning Scroll
3630273 Orc Summoning Scroll
3630274 Yeti Summoning Scroll
3630275 Skeleton Summoning Scroll
3630276 Red Pixie Summoning Scroll
3630277 Blue Pixie Summoning Scroll
3630278 Siren Summoning Scroll
3630279 Wolf Summoning Scroll
3630280 Octopus Summoning Scroll
3630281 Hawkman Summoning Scroll
3630282 Salamander Summoning Scroll
3630283 Harpy Summoning Scroll
3630284 Unicorn Summoning Scroll
3630285 Nightmare Summoning Scroll
3630286 Angel Summoning Scroll
3630287 Kentauros Summoning Scroll
3630288 Gnoll Summoning Scroll
3630289 Naga Summoning Scroll
3630290 Cerberus Summoning Scroll
3630291 Genie Summoning Scroll
3630292 Ifrit Summoning Scroll
3630293 White Dragon Summoning Scroll
3630294 Death Tyrant Summoning Scroll
IDīs of the summoned Mobs
Code:
710 Summoned Pantera
711 Summoned Tortus
712 Summoned Poultry
713 Summoned Orc
714 Summoned Yeti
715 Summoned Skeleton
716 Summoned Red Pixie
717 Summoned Blue Pixie
718 Summoned Siren
719 Summoned Wolf
720 Summoned Octopus
721 Summoned Hawkman
722 Summoned Salamander
723 Summoned Harpy
724 Summoned Unicorn
725 Summoned Nightmare
726 Summoned Angel
727 Summoned Kentauros
728 Summoned Gnoll
729 Summoned Naga
730 Summoned Cerberus
731 Summoned Genie
732 Summoned Ifrit
733 Summoned White Dragon
734 Summoned Death Tyrant
Download the Files [Only registered and activated users can see links. Click Here To Register...]
Obisdikar Spine Cloak and Cloak of Holy Serenity (Speedy-Nl, ismokedrow) (The Cloaks will only be shown on a modded 7.1 PH Client!)
Just copy the Script, add it to SQL Server and Hit F5
Code:
INSERT INTO [Arcadia].[dbo].[ItemResource] ([id], [name_id], [tooltip_id], [type], [group], [class], [wear_type], [set_id], [set_part_flag], [rank], [level], [enhance], [socket], [status_flag], [limit_deva], [limit_asura], [limit_gaia], [limit_fighter], [limit_hunter], [limit_magician], [limit_summoner], [use_min_level], [use_max_level], [target_min_level], [target_max_level], [range], [weight], [price], [huntaholic_point], [endurance], [material], [summon_id], [flag_cashitem], [flag_wear], [flag_use], [flag_target_use], [flag_duplicate], [flag_drop], [flag_trade], [flag_sell], [flag_storage], [flag_overweight], [flag_riding], [flag_move], [flag_sit], [flag_enhance], [flag_quest], [flag_raid], [flag_secroute], [flag_eventmap], [flag_huntaholic], [flag_huntaholic_usable_only], [available_period], [decrease_type], [throw_range], [distribute_type], [base_type_0], [base_var1_0], [base_var2_0], [base_type_1], [base_var1_1], [base_var2_1], [base_type_2], [base_var1_2], [base_var2_2], [base_type_3], [base_var1_3], [base_var2_3], [opt_type_0], [opt_var1_0], [opt_var2_0], [opt_type_1], [opt_var1_1], [opt_var2_1], [opt_type_2], [opt_var1_2], [opt_var2_2], [opt_type_3], [opt_var1_3], [opt_var2_3], [effect_id], [enhance_0_id], [enhance_0_01], [enhance_0_02], [enhance_0_03], [enhance_0_04], [enhance_1_id], [enhance_1_01], [enhance_1_02], [enhance_1_03], [enhance_1_04], [skill_id], [state_id], [state_level], [state_time], [state_type], [cool_time], [cool_time_group], [model_type_dem], [model_type_def], [model_type_asm], [model_type_asf], [model_type_gam], [model_type_gaf], [deco_model_change], [model_00], [model_01], [model_02], [model_03], [model_04], [model_05], [model_06], [model_07], [model_08], [model_09], [model_10], [model_11], [model_12], [model_13], [model_14], [model_15], [model_16], [model_17], [texture_filename], [drop_type], [icon_id], [icon_file_name], [script_text]) VALUES (2012064, 12012064, 22012064, 1, 8, 260, 7, 0, 0, 7, 1, 0, 0, 0, N'1', N'1', N'1', N'1', N'1', N'1', N'1', 150, 0, 0, 0, CAST(0.00 AS Decimal(10, 2)), CAST(30.00 AS Decimal(10, 2)), 125000000, 0, CAST(0.000 AS Numeric(18, 3)), 12, 0, N'1', N'1', N'0', N'0', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', 0, 0, CAST(0.00 AS Decimal(10, 2)), N'0', 15, CAST(46.00 AS Decimal(12, 2)), CAST(0.80 AS Decimal(12, 2)), 16, CAST(69.00 AS Decimal(12, 2)), CAST(1.20 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, 15, CAST(1.30 AS Decimal(10, 2)), CAST(1.50 AS Decimal(10, 2)), CAST(1.90 AS Decimal(10, 2)), CAST(2.40 AS Decimal(10, 2)), 16, CAST(2.00 AS Decimal(10, 2)), CAST(2.30 AS Decimal(10, 2)), CAST(2.80 AS Decimal(10, 2)), CAST(3.50 AS Decimal(10, 2)), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, N'dem_mantle_astinwhisper', N'dem_mantle_astinwhisper', N'dem_mantle_astinwhisper', N'dem_mantle_astinwhisper', N'def_mantle_astinwhisper', N'def_mantle_astinwhisper', N'def_mantle_astinwhisper', N'asm_mantle_astinwhisper', N'asm_mantle_astinwhisper', N'asf_mantle_astinwhisper', N'asf_mantle_astinwhisper', N'asf_mantle_astinwhisper', N'gam_mantle_astinwhisper', N'gam_mantle_astinwhisper', N'gam_mantle_astinwhisper', N'gaf_mantle_astinwhisper', N'gaf_mantle_astinwhisper', N'gaf_mantle_astinwhisper', N'0', N'drop_wear_armor', 0, N'icon_mantle_astinwhisper', N'')
INSERT INTO [Arcadia].[dbo].[ItemResource] ([id], [name_id], [tooltip_id], [type], [group], [class], [wear_type], [set_id], [set_part_flag], [rank], [level], [enhance], [socket], [status_flag], [limit_deva], [limit_asura], [limit_gaia], [limit_fighter], [limit_hunter], [limit_magician], [limit_summoner], [use_min_level], [use_max_level], [target_min_level], [target_max_level], [range], [weight], [price], [huntaholic_point], [endurance], [material], [summon_id], [flag_cashitem], [flag_wear], [flag_use], [flag_target_use], [flag_duplicate], [flag_drop], [flag_trade], [flag_sell], [flag_storage], [flag_overweight], [flag_riding], [flag_move], [flag_sit], [flag_enhance], [flag_quest], [flag_raid], [flag_secroute], [flag_eventmap], [flag_huntaholic], [flag_huntaholic_usable_only], [available_period], [decrease_type], [throw_range], [distribute_type], [base_type_0], [base_var1_0], [base_var2_0], [base_type_1], [base_var1_1], [base_var2_1], [base_type_2], [base_var1_2], [base_var2_2], [base_type_3], [base_var1_3], [base_var2_3], [opt_type_0], [opt_var1_0], [opt_var2_0], [opt_type_1], [opt_var1_1], [opt_var2_1], [opt_type_2], [opt_var1_2], [opt_var2_2], [opt_type_3], [opt_var1_3], [opt_var2_3], [effect_id], [enhance_0_id], [enhance_0_01], [enhance_0_02], [enhance_0_03], [enhance_0_04], [enhance_1_id], [enhance_1_01], [enhance_1_02], [enhance_1_03], [enhance_1_04], [skill_id], [state_id], [state_level], [state_time], [state_type], [cool_time], [cool_time_group], [model_type_dem], [model_type_def], [model_type_asm], [model_type_asf], [model_type_gam], [model_type_gaf], [deco_model_change], [model_00], [model_01], [model_02], [model_03], [model_04], [model_05], [model_06], [model_07], [model_08], [model_09], [model_10], [model_11], [model_12], [model_13], [model_14], [model_15], [model_16], [model_17], [texture_filename], [drop_type], [icon_id], [icon_file_name], [script_text]) VALUES (2012063, 12012063, 22012063, 1, 8, 260, 7, 0, 0, 7, 1, 0, 0, 0, N'1', N'1', N'1', N'1', N'1', N'1', N'1', 150, 0, 0, 0, CAST(0.00 AS Decimal(10, 2)), CAST(30.00 AS Decimal(10, 2)), 125000000, 0, CAST(0.000 AS Numeric(18, 3)), 12, 0, N'1', N'1', N'0', N'0', N'0', N'1', N'0', N'1', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', N'0', 0, 0, CAST(0.00 AS Decimal(10, 2)), N'0', 15, CAST(46.00 AS Decimal(12, 2)), CAST(0.80 AS Decimal(12, 2)), 16, CAST(69.00 AS Decimal(12, 2)), CAST(1.20 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, CAST(0.00 AS Decimal(12, 2)), CAST(0.00 AS Decimal(12, 2)), 0, 15, CAST(1.30 AS Decimal(10, 2)), CAST(1.50 AS Decimal(10, 2)), CAST(1.90 AS Decimal(10, 2)), CAST(2.40 AS Decimal(10, 2)), 16, CAST(2.00 AS Decimal(10, 2)), CAST(2.30 AS Decimal(10, 2)), CAST(2.80 AS Decimal(10, 2)), CAST(3.50 AS Decimal(10, 2)), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, N'dem_mantle_jericotears', N'dem_mantle_jericotears', N'dem_mantle_jericotears', N'def_mantle_jericotears', N'def_mantle_jericotears', N'def_mantle_jericotears', N'asm_mantle_jericotears', N'asm_mantle_jericotears', N'asm_mantle_jericotears', N'asf_mantle_jericotears', N'asf_mantle_jericotears', N'asf_mantle_jericotears', N'gam_mantle_jericotears', N'gam_mantle_jericotears', N'gam_mantle_jericotears', N'gaf_mantle_jericotears', N'gaf_mantle_jericotears', N'gaf_mantle_jericotears', N'0', N'drop_wear_armor', 0, N'icon_mantle_jericotears', N'')
And the IDīs
Code:
2012064 Obsidikar Spine Cloak
2012063 Cloak of Holy Serenity
Get a Epic 7.1 (PH) Client
I Will Update this Page when someone Message me a usefull Script or i get an Idea wich Scripts are missing (Usefull)
|