Geffen Scrolls

  • Thread starter Thread starter vespercore02
  • Start date Start date
V

vespercore02

Guest
Hi Team,

i would like to ask if is it ok if use sc_start SC_ITEMSCRIPT script to make this scrolls usable? here is some of my work 

12753,Soul_Scroll,Soul Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{specialeffect2 EF_LIGHTSPHERE; sc_start SC_ITEMSCRIPT,180000,2445;},{},{}

2445 is the krieger shoes which give 5% hp and sp

12748,Immune_Scroll,Immune Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{specialeffect2 EF_LIGHTSPHERE; sc_start SC_ITEMSCRIPT,180000,4848;},{},{}

4848 is the stone that add to the arc angel wing muffler

and for the rest of the Geffen Scroll i'm still search on how or what item should i use

do you have other suggestion to make this item usable?

tnx
default_smile.png


 
Check this types 

Type:
0 Healing item.
2 Usable item.
3 Etc item
4 Weapon
5 Armor/Garment/Boots/Headgear
6 Card
7 Pet egg
8 Pet equipment
10 Ammo (Arrows/Bullets/etc)
11 Usable with delayed consumption (item is lost from inventory after selecting a target, for use with skills and pet lures)
18 Another delayed consume that requires user confirmation before using item.
 
Check this types 

Type:
0 Healing item.
2 Usable item.
3 Etc item
4 Weapon
5 Armor/Garment/Boots/Headgear
6 Card
7 Pet egg
8 Pet equipment
10 Ammo (Arrows/Bullets/etc)
11 Usable with delayed consumption (item is lost from inventory after selecting a target, for use with skills and pet lures)
18 Another delayed consume that requires user confirmation before using item.

Hi sir  Seven

thanks for your quick reply but, i already set it usable

i want to know is there is a chance that the bonus bhprate script is can be use on the usable item?

 
use this as an example

Code:
// Cash Shop Usable Items12202,Str_Dish10_,Steamed Tongue,0,2,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_start SC_FOOD_STR_CASH,1800000,10; percentheal 15,5; },{},{}
 
use this as an example

// Cash Shop Usable Items12202,Str_Dish10_,Steamed Tongue,0,2,,10,,,,,0xFFFFFFFF,63,2,,,,,,{ sc_start SC_FOOD_STR_CASH,1800000,10; percentheal 15,5; },{},{}
aun

i get it na sir thanks

 
Back
Top