Quote:
Originally posted by Draktha
Be more specific.. point out what parts i need to change to get it to work offline
|
just to show you how much a pain scripting a non-p2p bomy would be i am posting only the Clientside parts of the script ...
NPC Code:
NPC Code:
//#CLIENTSIDE
if (playerenters || timeout) {
if (onwater(x+1,y+2) && random(0,10)<2) putleaps 5, x, y+1;
timereverywhere;
timeout = 0.1;
}
It does not require a GScript wizard to do it but I advise you using 'in-perfect ways' of doig it. Meaning make it as simple and dopey at first as long as it will work. Then gradually modify it to better suit your needs ...