Moonstar and World Star Item Script

Jedzkie

The Master of White Spaces
Messages
632
Points
0
Age
33
Location
Philippines
Discord
✪ Jedzkie#0662
IRC Nickname
Jedzkie
Github
Jedzkie
Emulator
Client Version
2016-03-16 RE
hi! i found this on database of Aegis

i think the script of this item will be SC_START, hope it will be implemented near future :3

Code:
item C_MoonStar_Accessory									event OnStartEquip:							                     SetBuff "EFST_MOONSTAR" 9999 1	return								event OnFinishEquip:							                     ResetBuff "EFST_MOONSTAR"	return							item C_World_Star									event OnStartEquip:							                     SetBuff "EFST_SUPER_STAR" 9999 1	return								event OnFinishEquip:							                     ResetBuff "EFST_SUPER_STAR"	return
 
Last edited by a moderator:
Interestingly, this information is from where? You think that it should be so ?

 
Interestingly, this information is from where? You think that it should be so ?
its from aegis, i check the special.sc file then boom, i just figure out that the effect of those items are sc_start
default_smile.png


 
That item was released not even a month ago in official. Did you stumble onto a updated aegis file? o_O

 
Hmm my aegis is based in twro, in twro the release of this items is 1st quarter of 2012

 
Now I'm convinced that it is something programmed not just simple sprites.

Untitled_zps4862ba58.png


 
Back
Top