PDA

View Full Version : Stupid question, but do codes vary in different runescape private severs?



poisonshot
03-26-2013, 06:52 AM
Sorry, if this is a silly question. I'm a noob. :P When people make scripts, let's say, for "Soulsplit" are the codes same as they are in "Runescape"?
For example,

Program autofight;
{$i srl/srl.simba}
const
time = 2; // in seconds
rwait = 1000;
monsterkill = ('ghost');
var
hpbar,skelet,ghost,dwarf,druid,bat,warewolf: Integer;

Does this soulsplit script uses similar commands that are similar to "Runescape" scripts? And how does one know the "codes" in the private sever?
E.g. the item code for maple log

Sorry, for not wording it properly.