diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-22 19:53:52 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-22 19:53:52 -0200 |
commit | a825791baee732ada6414e297667b6ca153890ba (patch) | |
tree | cc42afccf2f77f44ada9a6e18a5dec6be22f7014 /npc/021-4 | |
parent | 2671fb7040a30edf6fd1606dc4f412f4dadbd8b2 (diff) | |
download | serverdata-a825791baee732ada6414e297667b6ca153890ba.tar.gz serverdata-a825791baee732ada6414e297667b6ca153890ba.tar.bz2 serverdata-a825791baee732ada6414e297667b6ca153890ba.tar.xz serverdata-a825791baee732ada6414e297667b6ca153890ba.zip |
If you don't have this quest on status 5... Someone cheated for you.
TOO BAD.
Diffstat (limited to 'npc/021-4')
-rw-r--r-- | npc/021-4/main.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/021-4/main.txt b/npc/021-4/main.txt index 5b3e1c55d..752feeb92 100644 --- a/npc/021-4/main.txt +++ b/npc/021-4/main.txt @@ -35,6 +35,15 @@ function script CindySwitch_Check_214 { // Cindy 021-4,42,41,0 script Cindy#Outside NPC_CINDY_CAGE,{ + if (getq(NivalisQuest_Cindy) < 5) + goto L_Cheat; hello; end; +L_Cheat: + warp "Save", 0, 0; atcommand "@jail "+strcharinfo(0); dispbottom l("Cheater detected."); + end; +OnInit: + .distance=5; + .lifetime=0; + end; } |