[CD3.55] Help with D menu

smoochy boys on tour

MrCruque

Dedicated Member
Dedicated Member
Mar 16, 2012
34
4
34
Hello every1, ive go a problem with my D menu, a friend of mine has made few changes and it look like this

;;不要删掉此行
[@Mir3GuideBook]
{
#IF
CHECKFAME
#ACT
mov d4 %p9
EQUAL D4 %p9
SETFAME %D4
{
______________________|AudensMir3|\\

Your name is: {FCOLOR/1}<$USERNAME>{FCOLOR/12}\
Your Current Integral: {FCOLOR/1}<$HLPOINT>{FCOLOR/12}\
Your Current Famepoints: {FCOLOR/1}<OUTPUT(D4)>{FCOLOR/12}\

{FCOLOR/10}<Shop/@shop>{FCOLOR/12}\


______<[Respawn to Town]/@calldeath>_____<[Respawn on Spot]/@calldeath300> {FCOLOR/10}(5mill){FCOLOR/12}\\






[@calldeath]
#IF
HLSCRIPTCMD CHECKUNDEADINHOME
HLSCRIPTCMD CHECKUNDEAD
#ACT
HLSCRIPTCMD UNDEADINHOME
#ELSESAY
You are not dead

[@calldeath300]
#if
HLSCRIPTCMD CHECKUNDEAD
checkgold 5000000
#act
HLSCRIPTCMD UNDEAD
take gold 5000000
close
#ELSEACT
SysMsg "You do not have enough Gold or you are not dead"
close


[@shop]
#SAY
This Shop Is More Expensive Then Normal Shops.\

<TownTeleport[10]/@tt>\
<RandomTeleport[100]/@rt>\
<Potions/@pots>\\

<Exit/@exit>\


[@tt]
#IF
CHECKGOLD 100000
#ACT
GIVE TownTeleport 10
Take Gold 100000

[@rt]
#IF
CHECKGOLD 70000
#ACT
Take Gold 700000
Give RandomTeleport 100


[@pots]
#SAY
<HPPotion(XL) [100]/@hpp>\
<MPPotion(XL) [100]/@mpp>\

[@mpp]
#IF
checkgold 700000
#ACT
Take Gold 700000
give MPPotion(XL) 100

[@hpp]
checkgold 700000
#ACT
Take Gold 700000
give HPPotion(XL) 100

}
;;不要删掉此行

ive tryed with, and withouth this

;;不要删掉此行
;;不要删掉此行
and it doesnt work, ihave this on G:\Mud3\Envir\QuestDiary\System mirguidebook.txt

whats wrong, why it doesnt work???
 

Buldok

Dedicated Member
Dedicated Member
Feb 27, 2010
41
0
33
;;不要删掉此行
[Convert]

[@Convert_MirGuideBook_1]

{
#IF
CHECKFAME
#ACT
mov d4 %p9
EQUAL D4 %p9
SETFAME %D4
{
______________________|AudensMir3|\\

Your name is: {FCOLOR/1}<$USERNAME>{FCOLOR/12}\
Your Current Integral: {FCOLOR/1}<$HLPOINT>{FCOLOR/12}\
Your Current Famepoints: {FCOLOR/1}<OUTPUT(D4)>{FCOLOR/12}\

{FCOLOR/10}<Shop/@shop>{FCOLOR/12}\
 
Upvote 0

MrCruque

Dedicated Member
Dedicated Member
Mar 16, 2012
34
4
34
Budd i didnt understud what u meant with that :S could u please explain me a little bit more? thanks :=)
Cruque
 
Upvote 0

Buldok

Dedicated Member
Dedicated Member
Feb 27, 2010
41
0
33
put the script in Questdiary \ convert_def \ system \ mirguidebook.txt

[Convert]

[@Convert_MirGuideBook_0]

[@Convert_MirGuideBook_1]
{
#IF
CHECKFAME
#ACT
mov d4 %p9
EQUAL D4 %p9
SETFAME %D4
{
______________________|AudensMir3|\\

Your name is: {FCOLOR/1}<$USERNAME>{FCOLOR/12}\
Your Current Integral: {FCOLOR/1}<$HLPOINT>{FCOLOR/12}\
Your Current Famepoints: {FCOLOR/1}<OUTPUT(D4)>{FCOLOR/12}\

{FCOLOR/10}<Shop/@shop>{FCOLOR/12}\

etc..

In questdyary\system\mirghidebook.txt put

;;不要删掉此行
[@Mir3GuideBook]
{
#IF

#SAY
#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

}
;;不要删掉此行
 
Upvote 0

Geordiehc

Mad Dog Geo
VIP
Jul 4, 2007
2,827
49
195
Redditch, UK
You dont need convert, this is where you have gone wrong

[@Mir3GuideBook]
{
#IF
CHECKFAME
#ACT
mov d4 %p9
EQUAL D4 %p9
SETFAME %D4
{
#SAY
______________________|AudensMir3|\\

Your name is: {FCOLOR/1}<$USERNAME>{FCOLOR/12}\
Your Current Integral: {FCOLOR/1}<$HLPOINT>{FCOLOR/12}\
Your Current Famepoints: {FCOLOR/1}<OUTPUT(D4)>{FCOLOR/12}\

{FCOLOR/10}<Shop/@shop>{FCOLOR/12}\


______<[Respawn to Town]/@calldeath>_____<[Respawn on Spot]/@calldeath300> {FCOLOR/10}(5mill){FCOLOR/12}\\
 
Upvote 0

MrCruque

Dedicated Member
Dedicated Member
Mar 16, 2012
34
4
34
Ok thanks guys, mmm before this the server loaded up ok, but didnt mutter how many times i pressed D botton or the D shortcut in the taskbar the menu never loaded so gonna try now thanks!

---------- Post added at 09:28 PM ---------- Previous post was at 09:20 PM ----------

OK its not working, im gonna give u more details, i have in MirGuideBook.txt this script


;;不要删掉此行
[@Mir3GuideBook]
{
#IF
CHECKFAME
#ACT
mov d4 %p9
EQUAL D4 %p9
SETFAME %D4
{
#SAY
______________________|AudensMir3|\\

Your name is: {FCOLOR/1}<$USERNAME>{FCOLOR/12}\
Your Current Integral: {FCOLOR/1}<$HLPOINT>{FCOLOR/12}\
Your Current Famepoints: {FCOLOR/1}<OUTPUT(D4)>{FCOLOR/12}\

{FCOLOR/10}<Shop/@shop>{FCOLOR/12}\


______<[Respawn to Town]/@calldeath>_____<[Respawn on Spot]/@calldeath300> {FCOLOR/10}(5mill){FCOLOR/12}\\






[@calldeath]
#IF
HLSCRIPTCMD CHECKUNDEADINHOME
HLSCRIPTCMD CHECKUNDEAD
#ACT
HLSCRIPTCMD UNDEADINHOME
#ELSESAY
You are not dead

[@calldeath300]
#if
HLSCRIPTCMD CHECKUNDEAD
checkgold 5000000
#act
HLSCRIPTCMD UNDEAD
take gold 5000000
close
#ELSEACT
SysMsg "You do not have enough Gold or you are not dead"
close


[@shop]
#SAY
This Shop Is More Expensive Then Normal Shops.\

<TownTeleport[10]/@tt>\
<RandomTeleport[100]/@rt>\
<Potions/@pots>\\

<Exit/@exit>\


[@tt]
#IF
CHECKGOLD 100000
#ACT
GIVE TownTeleport 10
Take Gold 100000

[@rt]
#IF
CHECKGOLD 70000
#ACT
Take Gold 700000
Give RandomTeleport 100


[@pots]
#SAY
<HPPotion(XL) [100]/@hpp>\
<MPPotion(XL) [100]/@mpp>\

[@mpp]
#IF
checkgold 700000
#ACT
Take Gold 700000
give MPPotion(XL) 100

[@hpp]
checkgold 700000
#ACT
Take Gold 700000
give HPPotion(XL) 100

}
;;不要删掉此行

so, i get ingame i press D, nothing happens, i press the D shortcut in the taskbar, the same

the MirGuideBook.txt path is
G:\Mud3\Envir\Convert_Def\QuestDiary\System

ive notice that there is another MirGuideBook too in
G:\Mud3\Envir\QuestDiary\System
right now i just replaced the Convert_def--- 1 i did not replaced the questdiary 1 so whats wrong???


EDIT
this is the original 1, and this 1 DOES work
[Convert]

[@Convert_MirGuideBook_0]
{
____{FCOLOR/10}目录{FCOLOR/12} \ \

}

[@Convert_MirGuideBook_1]
{
_当前 <$USERNAME>的人物属性:\
_名望值:{FCOLOR/10}'<$OUTPUT(P9)>'{FCOLOR/12} . \
_声望值:{FCOLOR/10}'<$HLPOPULARITY>'{FCOLOR/12} . \
_积分值:{FCOLOR/10}'<$HLPOINT>'{FCOLOR/12} . \
_师徒名字:{FCOLOR/10}'<$HLSTNAME>'{FCOLOR/12} . \
_VIP会员等级:{FCOLOR/10}'<$HLVIPLEVEL>'{FCOLOR/12} . \
_VIP会员到期日期:{FCOLOR/10}'<$HLVIPDATE>'{FCOLOR/12} . \
_IP会员等级:{FCOLOR/10}'<$HLIPVIPLEVEL>'{FCOLOR/12} . \
_IP会员到期日期:{FCOLOR/10}'<$HLIPVIPDATE>'{FCOLOR/12} . \
_IP:{FCOLOR/10}'<$HLUSERIP>'{FCOLOR/12} . \
_泡点点数:{FCOLOR/10}'<$HLPAODIAN>'{FCOLOR/12} . \
_转身次数:{FCOLOR/10}'<$HLREINCARNATION>'{FCOLOR/12} . \\


}


[@Convert_MirGuideBook_2]
{
___<主任务/@CALLAreaQuestBook> \ \

}

[@Convert_MirGuideBook_3]
{
___<神舰任务/@CALLSinGiSunBook> \ \

}

[@Convert_MirGuideBook_4]
{
___<寂幻之刃任务/@CALLHonChonDoBook> \ \

}

[@Convert_MirGuideBook_5]
{
___<影魅之刃任务/@CALLHonChonMaDoBook> \ \

}

[@Convert_MirGuideBook_6]
{
___<每日任务/@CALLTodayQuestBook> \ \

}

[@Convert_MirGuideBook_7]
{
_______{FCOLOR/14}管理员菜单{FCOLOR/12} \
<了解主任务。/@MainQuest_Display>\
<了解神舰任务。/@SinGiSun_Display>\
<了解寂幻之刃任务。/@Honchondo_Display>\
<了解影魅之刃任务。/@Honchonmado_Display>\
<了解每日任务。/@TodayQuest_Display>\
<了解沙巴克城任务。/@Sabuk_Display>\
<了解沙漠土城任务。/@Taosong_Display>\
<关 闭/@Exit>


}


could i just add my scripts to this1 ????

---------- Post added at 10:03 PM ---------- Previous post was at 09:28 PM ----------

@Convert_MirGuideBook_1
19:01:38:Script error, load fail: ..\Convert_Def\QuestDiary\System\MirGuideBook.txt - @Convert_MirGuideBook_1
19:01:38:Script error, load fail: ..\Convert_Def\QuestDiary\System\MirGuideBook.txt - @Convert_MirGuideBook_1
19:01:38:Script error, load fail: ..\Convert_Def\QuestDiary\System\MirGuideBook.txt - @Convert_MirGuideBook_1
19:01:38:Script error, load fail: ..\Convert_Def\QuestDiary\System\MirGuideBook.txt - @Convert_MirGuideBook_1
19:01:38:Script error, load fail: ..\Convert_Def\QuestDiary\System\MirGuideBook.txt - @Convert_MirGuideBook_1
19:01:38:Script error, load fail: ..\Convert_Def\QuestDiary\System\MirGuideBook.txt - @Convert_MirGuideBook_1
19:01:38:Script error at #ACT: "EQUAL D4 %p9" line:1426 : G:\Mud3\Envir\Market_Def\00Default.txt

and i get this in cd :S
 
Last edited:
Upvote 0

Buldok

Dedicated Member
Dedicated Member
Feb 27, 2010
41
0
33
put in C:\Mud3\Envir\QuestDiary\System

[@Mir3GuideBook]
{
#IF

#SAY
#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

}


in convert def\system\mirghidebok..txt\

[Convert]

[@Convert_MirGuideBook_0]
{
;{FCOLOR/1}<$USERNAME>{FCOLOR/12} {FCOLOR/10}\
}

[@Convert_MirGuideBook_1]
{

______________________|AudensMir3|\\

Your name is: {FCOLOR/1}<$USERNAME>{FCOLOR/12}\
Your Current Integral: {FCOLOR/1}<$HLPOINT>{FCOLOR/12}\
Your Current Famepoints: {FCOLOR/1}<OUTPUT(D4)>{FCOLOR/12}\

_{FCOLOR/10}<Shop/@shop>{FCOLOR/12}\


_<[Respawn to Town]/@calldeath>\\


[@calldeath]
#ACT
#CALL [HLSCRIPT\Diescript.txt] @DIESCRIPTEXEC

edit the script to revive in town or on the map


create folder and put script shops

[@shop]
#ACT
#CALL [Merchant\Common\Shops.txt] @ShopMain

}
;;不要删掉此行

In market_Def\00default.txt\


[@_UpLevel]
#IF
CheckFame
#ACT
Mov D4 %P9

#IF
SMALL D4 1000
#ACT
INC D4 1
SetFame %D4
sysmsg "You have received 1 FP per level up"
break
 
Last edited:
Upvote 0

Relentless

LOMCN Veteran
Veteran
Mar 9, 2012
491
34
55
Hull-England
I did mrcrougues dmenu the same layout as mine so it shud work. ill have another look at it agen for you bud if you still have not got it working.
 
Upvote 0