|
|
|
|
Viewing Item
#64013: Class Manual
|
Item ID
|
64013
|
|
For Sale
|
No
|
|
Identifier
|
Class_Manual
|
Credit Price
|
Not For Sale
|
|
Name
|
Class Manual
|
Type
|
Usable
|
|
NPC Buy
|
2
|
Weight
|
1
|
|
NPC Sell
|
1
|
Weapon Level
|
0
|
|
Range
|
0
|
Defense
|
0
|
|
Slots
|
0
|
Refineable
|
No
|
|
Attack
|
0
|
Min Equip Level
|
None
|
|
Max Equip Level
|
None
|
|
Equip Locations
|
None
|
|
Equip Upper
|
All classes
|
|
Equippable Jobs
|
All jobs
|
|
Equip Gender
|
Both (Male and Female)
|
|
Trade restriction
|
Can't be dropped / Can't be traded with player / Can't be sold to NPC / Can't be put in Cart / Can't be put in Guild Storage / Can't be attached in Mail / Can't be auctioned
|
|
Item Use Script
|
1 //
2 Opens
3 the
4 Class
5 Registrar
6 UI
7 from
8 inventory
9 if(callfunc("CM_IsForbiddenMap"))
10 {
11 dispbottom
12 "
13 Class
14 Manual
15 You
16 cannot
17 use
18 this
19 here.";
20 end;
21 }
22 doevent
23 "CM_Registrar::OnManualGlobal";
24 end;
|
|
Equip Script
|
None
|
|
Unequip Script
|
None
|
|
|
|
|
|