@Babylonian:
I'm not sure about adding that as an official feature, but it's very easy to do. After the line:
jobchange .@i;
Add:
switch(.@i){
case Job_Swordman: getitem 1108,1; getitem 2104,1; break;
case Job_Mage: getitem 1605,1; getitem 2102,1; break;
case Job_Archer: getitem 1708,1; getitem 12008,1; break;
case Job_Acolyte: getitem 1504,1; getitem 2104,1; break;
case Job_Merchant: getitem 1301,1; break;
case Job_Thief: getitem 1211,1; getitem 2104,1; break;
// etc.
default: break;
}
@uDe: Any script with "eAthena" in the header works on eAthena; the rest don't. I've released eA-compatible scripts on the eAthena forums, though: http://eathena.ws/forum/forum/32-script-releases/