rathena/doc/sample/getequipid.txt
2016-09-05 19:34:03 +02:00

16 lines
562 B
Plaintext

//===== rAthena Script =======================================
//= Sample: Getequipid
//===== By: ==================================================
//= rAthena Dev Team
//===== Last Updated: ========================================
//= 20140208
//===== Description: =========================================
//= Demonstrates the 'getequipid' command.
//============================================================
prontera,161,181,6 script getequipid sample 105,{
for (.@i = 1; .@i < 11; .@i++)
mes "getequipid(" + .@i + ") : " + getequipid(.@i);
close;
}