Item ID | 22508 | For Sale | No | |
---|---|---|---|---|
Identifier | Para_Team_Mark_ | Credit Price | Not For Sale | |
Name | Eden Group Mark | Type | Usable | |
NPC Buy | 0 | Weight | 0 | |
NPC Sell | 0 | Weapon Level | 0 | |
Range | 0 | Defense | 0 | |
Slots | 0 | Refineable | No | |
Attack | 0 | Min Equip Level | None | |
MATK | 0 | Max Equip Level | None | |
Equip Locations | None | |||
Equip Upper | None | |||
Equippable Jobs | None | |||
Equip Gender | Both (Male and Female) | |||
Trade restriction | Can't be dropped / Can't be traded with player / Can't be sold to NPC / Can't be put in Cart / Can't be put in Storage / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned | |||
Item Use Script |
1 getmapxy(.map$,.x,.y,BL_PC); 2 3 setarray .oldpowmap2$[0],"prt_vilg01","prt_vilg02","pro_fild00","dungeon000","dungeon001","gef_vilg00","gef_vilg01","moc_dugn01","moc_dugn02","mrc_fild01","mrc_fild02","mrc_fild03","mrc_fild04","pro_fild04","pro_fild05","prt_dugn01", 4 "prt_dugn02","prt_dugn03","prt_intr01","prt_intr02","moc_vilg00","moc_vilg01","moc_vilg02","ars_fild36","ars_fild25","ars_fild50","pro_fild01","prt_dugn00"; 5 6 7 for(.@i=0;.@i<getarraysize(.oldpowmap2$);.@i++){ 8 if(.oldpowmap2$[.@i] == .map$) 9 .@count ++; 10 } 11 if (compare(.map$,"edda")){ 12 unittalk 0,""+((!#language)?"No puedes usar este item en el pasado":"You can't use this item from the past")+"!",bc_self; 13 end; 14 } 15 if(.@count < 1) 16 warp "moc_para01",30,13; 17 else 18 unittalk 0,""+((!#language)?"No puedes usar este item en el pasado":"You can't use this item from the past")+"!",bc_self; |
|||
Equip Script | None | |||
Unequip Script | None |