diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 20:51:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 20:51:11 -0300 |
commit | f38226b945e34683395ef272cb843f9f25d11031 (patch) | |
tree | ec56712001b3453a68a511d9b551226bf2439b75 /npc/003-0 | |
parent | 953c069c44b444dece2a6c28600d562c9ac6684b (diff) | |
download | serverdata-f38226b945e34683395ef272cb843f9f25d11031.tar.gz serverdata-f38226b945e34683395ef272cb843f9f25d11031.tar.bz2 serverdata-f38226b945e34683395ef272cb843f9f25d11031.tar.xz serverdata-f38226b945e34683395ef272cb843f9f25d11031.zip |
Update trickster
Diffstat (limited to 'npc/003-0')
-rw-r--r-- | npc/003-0/trickmaster.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/003-0/trickmaster.txt b/npc/003-0/trickmaster.txt index 21878cfbb..972ef6d48 100644 --- a/npc/003-0/trickmaster.txt +++ b/npc/003-0/trickmaster.txt @@ -4,11 +4,14 @@ // Description: // Trickmaster of Tricksters Class -003-0,40,30,0 script Trickmaster NPC_BLACKALCHEMIST,{ +003-0,40,30,0 script Trickmaster NPC_SITTED_NINJA,{ if (!MAGIC_LVL) goto L_NoMagic; + mes l(".:: Trickster Class ::."); + mesc l("Specialized in miscellaneous skills."); + next; mesn; - mesc l("You have @@/@@ magic skill points available", sk_points(), sk_maxpoints()); - mesc l("If the \"Learn\" button doesn't works, it means you cannot learn/upgrade the skill in question (or it is a bug)."); + mesc l("You have @@/@@ magic skill points available.", sk_points(), sk_maxpoints()); + mesc l("Trickster uses an experimental window, you might need to resize it to see all skills."); do { next; setskin "academy_trickster"; |