Many people asked about the script to change the rc head,
so i am giving it here to everyone, i asked Warcaptain at the
first time, but he refused to tell me about it, just said it's a script.
So i script my own script and like i help all graal and not only Maloria i am giving it out.
NPC Code:
//By BinaryCrash
timeout=2;
if (timeout) {
x=0;
y=0;
dontblock;
timeout=2;
for(h=0;h<=allplayerscount;h++) {
with (allplayers[h]) {
if (playerx==30&&playery==30&&playerap=50){
if (!strequals(#3,maloriaheadrc.png)) setplayerprop #3,maloriaheadrc.png;
}
}
}
}
It was not stolen if you are thinking it.
i can describe how i got this way to script it.