summaryrefslogtreecommitdiff
path: root/world/map/npc/items/underworld_troll.txt
blob: b59e544eccd19e9b39c6df929e458f954b61dd43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Items which can only be used while unarmed
// Variables passed to this script:
//  @slotId The slot in which the item would have been equipped in. This is passed automagically when called in an equip script.

function|script|UnderworldTroll
{
    if (getequipid(equip_hand1) != 906) goto L_Return; // Kid Book
    bonus bStr, 2;
    bonus bAtkRange, 1;
    goto L_Return;

L_Return:
    return;
}