summaryrefslogtreecommitdiff
path: root/npc/kafras/functions_kafras.txt
diff options
context:
space:
mode:
authorhemagx <ibrahem.h.basyone@gmail.com>2016-10-22 02:28:16 +0200
committerhemagx <ibrahem.h.basyone@gmail.com>2016-10-22 02:28:16 +0200
commitf072f3c9771cf0154f3b207970d86cc857708050 (patch)
tree34579ba5f0b3f71f681489883939d0ac770c7c0a /npc/kafras/functions_kafras.txt
parentd8441a3522797a25b5bcc46d6e5b38adebd0a70b (diff)
parent431b8aad001d959225aaa41b8d0a80c4d5526229 (diff)
downloadhercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.gz
hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.bz2
hercules-f072f3c9771cf0154f3b207970d86cc857708050.tar.xz
hercules-f072f3c9771cf0154f3b207970d86cc857708050.zip
Merge pull request #1458 from dastgir/2016-1_summoner
Introduces Summoner Class
Diffstat (limited to 'npc/kafras/functions_kafras.txt')
-rw-r--r--npc/kafras/functions_kafras.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt
index 54db666e6..e1e547174 100644
--- a/npc/kafras/functions_kafras.txt
+++ b/npc/kafras/functions_kafras.txt
@@ -10,6 +10,7 @@
//= http://herc.ws - http://github.com/HerculesWS/Hercules
//=
//= Copyright (C) 2012-2015 Hercules Dev Team
+//= Copyright (C) Dastgir
//= Copyright (C) Haru
//= Copyright (C) rAthena Dev Team
//= Copyright (C) Euphy
@@ -47,7 +48,7 @@
//= These functions handle save, storage, cart rental, teleport, and Free
//= Teleport/Warp/Rent Cart options for all Kafra NPCs.
//================= Current Version =======================================
-//= 6.8
+//= 6.9
//=========================================================================
//== Main Function =========================================
@@ -210,7 +211,7 @@ function script F_KafStor {
close;
}
// Unable to access Normal Storage (Insufficient Basic Skills)
- if (basicskillcheck() && getskilllv(NV_BASIC) < 6) {
+ if (basicskillcheck() && getskilllv(NV_BASIC) < 6 && getskilllv(SU_BASIC_SKILL) == 0) {
mes getarg(3);
// Niflheim Specific Message
if (getarg(2) == 1) {