MirGuideBook

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
175
Redditch, UK
It hasnt loaded since i first got my files, just had a propa look at it there and i cant see anything wrong, on Crueldragon loadup it justs say Script Error load fale, Mirguidebook.txt is there any known problems with this?
 

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
215
UK
[@ChoBoReceiveQuest_Helper]
#CALL [System\MirGuideBook.txt] @Mir3GuideBook


Should be in mud3/envir/market_def/00Default.txt in order for it to activate it.

If that doesn't fix it make sure MirGuideBook.txt is in envir/questdiary/system

and looks like this....

;;不要删掉此行
[@Mir3GuideBook]
{
#IF
#SAY
____{FCOLOR/10}Table of contents{FCOLOR/12}\\\

#INCLUDE [..\Convert_Def\QuestDiary\System\MirGuideBook.txt] @Convert_MirGuideBook_0

#IF
Checkfame

#SAY
#INCLUDE [..\Convert_Def\QuestDiary\System\MirGuideBook.txt] @Convert_MirGuideBook_1

#IF

Check [101] 1

#SAY
#INCLUDE [..\Convert_Def\QuestDiary\System\MirGuideBook.txt] @Convert_MirGuideBook_2

#IF
Check [203] 1

#SAY
#INCLUDE [..\Convert_Def\QuestDiary\System\MirGuideBook.txt] @Convert_MirGuideBook_3

#IF
Check [205] 1

#SAY
#INCLUDE [..\Convert_Def\QuestDiary\System\MirGuideBook.txt] @Convert_MirGuideBook_4

#IF
Check [207] 1

#SAY
#INCLUDE [..\Convert_Def\QuestDiary\System\MirGuideBook.txt] @Convert_MirGuideBook_5

#IF
Check [209] 1

#SAY
#INCLUDE [..\Convert_Def\QuestDiary\System\MirGuideBook.txt] @Convert_MirGuideBook_6

#IF
ISADMIN

#SAY
#INCLUDE [..\Convert_Def\QuestDiary\System\MirGuideBook.txt] @Convert_MirGuideBook_7

[@CALLAreaQuestBook]
#CALL [AreaQuest\HelperAreaBook.txt] @HelperAreaQuest

[@CALLTodayQuestBook]
#CALL [TodayQuest\HelperTodayBook.txt] @HelperTodayQuest

[@CALLHonChonMaDoBook]
#CALL [HonChonMaDo\HelperHonChonMaDoBook.txt] @HelperHonChonMaDoQuest

[@CALLHonChonDoBook]
#CALL [HonChonDo\HelperHonChonDoBook.txt] @HelperHonChonDoQuest

[@CALLSinGiSunBook]
#CALL [SinGiSun\HelperSinGiSunBook.txt] @HelperSinGiSunQuest




[@SinGiSun_Display]
#CALL [System\Display.txt] @SinGiSun_Display_Main

[@MainQuest_Display]
#CALL [System\Display.txt] @MainQuest_Display_Main

[@Honchondo_Display]
#CALL [System\Display.txt] @Honchondo_Display_Main

[@Honchonmado_Display]
#CALL [System\Display.txt] @Honchonmado_Display_Main

[@Sabuk_Display]
#CALL [System\Display.txt] @Sabuk_Display_Main

[@Taosong_Display]
#CALL [System\Display.txt] @Samak_Display_Main

[@TodayQuest_Display]
#CALL [System\Display.txt] @TodayQuest_Display_Main

}
;;不要删掉此行
 
Upvote 0

idaBigA

Holley Mir 3!!
VIP
Oct 28, 2003
1,969
118
290
Stoke, UK
You missed the first bit off Chimera.. [@_Diary] Command in 00Default.txt runs when you press the "D" Button in game.

Code:
[@_Diary]                                           ;D Button
#IF
#ACT
goto @ChoBoReceiveQuest_Helper

[@ChoBoReceiveQuest_Helper]
#CALL [System\MirGuideBook.txt] @Mir3GuideBook

To test the system find [@_Diary] in your 00Default.txt and replace with this..

Code:
[@_Diary]
#SAY
Hello

If that works, then the failure is further on. Then just check each piece of the script for errors adding a little at a time.

------------------

Another thing to check is that in the CruelDragonMir3G.ini file you should have the following settings

Diary.JPG
 
Upvote 0