I am looking for a script that a certain CARD/ITEM that will only work on a certain map.
For example. I have KIEL CARD, it will only work inside the Gold Room but outside the map it will not work.
I've already tried.
,{ if (strcharinfo(3) == "ordeal_3-2" },{ bonus bDelayRate,-100; },{}
and
if (strcharinfo(3) != "ordeal_3-2" bonus bDelayRate,-100;
Both not working properly. What i mean after few cast it returns to normal cast delay.
Thanks in advance.