[Request] SC_ITEMSCRIPT

Juan Meissner

New member
Messages
72
Points
0
Hi all, there was a SC SCITEMSCRIPT before, it was possible to put the effect of a letter on a usable item, however I see that currently in today's emulators of herc ws there is no more SC_ITEMSCRIPT, I need it to create custom effects for Consumable items, could anyone create this effect as a plug-in?

In this example you define an item to give the effect of the card tao gunka

{ sc_startSC_ITEMSCRIPT,180000,4302; }


I currently know that it has a new SC that was created exclusively for each card, but I found SC_ITEMSCRIPT extremely useful, and I would like to have it in my emulator, preferably as a plug-in, can anyone help me?

sc_start4 SC_MVPCARD_TAOGUNKA, 1800000, 100, 50, 50, 0;

 
To be honest, the status change codes are already quite messy. And this looks good to be used as a custom addition. Personally I think we could keep this out till we do something about the way SCs work in general -- possibly removing them to a configuration file like @malufett did earlier. 

 
Last edited by a moderator:
I'm trying to use the plugin to add the SC_ITEMSCRIPT but nothing happens when I use the plugin, could anyone help me?

 
Back
Top