⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 job_1-1.txt

📁 c151的晋级版
💻 TXT
📖 第 1 页 / 共 2 页
字号:
		mes "你可以去金字塔里找个NPC。";
		mes "等你回来小子 :P";
		close;
}

//Merchant job change NPC 1
alberta_in.gat,53,44,6 script 商人工会人员 88,{
	mes "[商人工会人员]";
	mes "嗨,你好。你想成为商人吗?";
	next;
	menu "是的",LyesA,"不想",LnoA;
	LyesA:
		mes "[商人工会人员]";
		mes "你拿到收据了吗?";
		menu "是的",LyesB,"还没",LnoB;
		close;
	LyesB:
		if(Class !=Job_Novice) goto LNotNovice;
		if(joblevel<10) goto LnoLvl;
		if(countitem(1073)<1) goto Llessitem;

		mes "啊,原来你已经拿到收据了。你现在可以成为商人了。";

		jobchange Job_Merchant;
		delitem 1073,1;
		close;
	LnoB:
		mes "那么你需要支付1000z来接受这个任务。";
		next;
		menu "同意",Lagree,"不同意",Ldisagree;

	Lagree:
		if(Zeny<1000) goto NoGold;
		set Zeny,Zeny-1000;

		mes "[商人工会人员]";
		mes "好,现在你去和右边房间里的人说话,他会告诉你怎么完成这个任务的。";
		close;

	Ldisagree:
		goto LnoA;
	LnoA:
		mes "[商人工会人员]";
		mes "有兴趣再来。";
		close;
	NoGold:
		mes "[商人工会人员]";
		mes "你没有1000z,因此无法接受这个任务。等你有了钱再来吧。";
		close;

	LnoLvl:
		mes "[商人工会人员]";
		mes "你还没有达到成为商人的资格。你的基本技能必须到9级以上才能转职成商人。";
		close;

	Llessitem:
		mes "[商人工会人员]";
		mes "你没有收据,我无法让你成为商人。";
		mes "去和右边房间里的人说话,他会告诉你怎么完成这个任务的。";
		close;
	LNotNovice:
		mes "对不起,你已经不是一个初学者了。你已经有职业了。";
		close;
}

//Merchat job change NPC 2
alberta_in.gat,28,29,2 script 向导人员 88,{
	mes "[向导人员]";
	mes "嗨,你是来接受商人转职任务的吗?";
	next;
	menu "是的",Lyes,"不是",Lno;
	Lyes:
		if(Class!=Job_Novice) goto LNotNovice;

		mes "[向导人员]";
		mes "好,我需要你帮我送这些箱子去依斯鲁德村。";
		mes "去武器店,把货送给入口的人。";
		next;

		if(countitem(1081)<1) goto Get1;
		if(countitem(1082)<1) goto Get2;
		if(countitem(1083)<1) goto Get3;
		if(countitem(1091)<1) goto Get4;

		mes "[向导人员]";
		mes "当你拿到收据后,去见你刚才在大厅里见到的人。";
		mes "他会让你成为商人的。";
		close;
	Lno:
		mes "[向导人员]";
		mes "哦,小伙子你找错人了。";
		close;

	Get1:
		getitem 1081,1;
	Get2:
		getitem 1082,1;
	Get3:
		getitem 1083,1;
	Get4:
		getitem 1091,1;
	LNotNovice:
		mes "你在开玩笑吧!你已经有职业了。";
		close;
}

//Merchat job change NPC 3
izlude_in.gat,71,103,0 script 商人 156,{
	mes "[商人]";
	mes "嗨,你是来送货的吗?";
	next;
	menu "是的",Lyes,"不是",Lno;
	Lyes:
		if(countitem(1081)<1) goto Llessitem;
		if(countitem(1082)<1) goto Llessitem;
		if(countitem(1083)<1) goto Llessitem;
		if(countitem(1091)<1) goto Llessitem;

		mes "[商人]";
		mes "谢谢,货已经收到。这是收据,拿好。";

		delitem 1081,1;
		delitem 1082,1;
		delitem 1083,1;
		delitem 1091,1;

		getitem 1073,1;
		close;
	Lno:
		mes "[商人]";
		mes "小伙子你找错人了。";
		close;

	Llessitem:
		mes "[商人]";
		mes "对不起,你的货物不全,我不能给你收据。";
		close;
}


//Acolyte Job Change NPC 1
prt_church.gat,184,41,4 script 马勒西斯 60,{
	mes "[神父 马勒西斯]";
	mes "我的孩子,有什么事吗?";
	next;
	menu "神父,我想成为一名服事",LCheck,"询问成为服事的条件",LInfo,"我只是来看看的",LCancel;

	LCheck:
		if(Class!=Job_Novice) goto LNotNovice;
		if(joblevel<10) goto LDenny;
		if(countitem(1009)>0) goto LChange;
		if(countitem(7015)>0) goto LStill1;
		if(countitem(7023)>0) goto LStill3;
		if(countitem(7024)>0) goto LStill2;
		goto LProceed;

	LProceed: mes "[神父 马勒西斯]";
		mes "很好,我的孩子,";
		mes "那么你要听从神的旨意。";
		mes "让我来告诉你你要做什么。";
		next;
		mes "[神父 马勒西斯]";
		mes "我这里有3个差事让你选择,完成其中一个来表示你的诚心和是否有资格在圣堂成为一名服事。";
		next;
		mes "[神父 马勒西斯]";
		mes "那么你想要选哪个差事呢?";
		next;
		menu "差事1.",LErrand1,"差事2.",LErrand2,"差事3.",LErrand3;
	LErrand1:
		mes "[神父 马勒西斯]";
		mes "你选了差事1,很好。";
		mes "你现在要做的就是……";
		next;
		getitem 7015,1;
		mes "[神父 马勒西斯]";
		mes "把这个回忆书签给^000077修行中的神父 鲁帕卡法拉^000000,他现在在^000077普隆德拉的东北方的废墟前^000000进行修炼。";
		mes "愿神保佑你。";
		close;
	LErrand2:
		mes "[神父 马勒西斯]";
		mes "你选了差事2,很好。";
		mes "你现在要做的就是……";
		next;
		getitem 7024,1;
		mes "[神父 马勒西斯]";
		mes "把这把刀给^000077修行中的修女 玛狄妲^000000,她现在在^000077普隆德拉的西南方,梦克罗的附近^000000进行修炼。";
		mes "愿神保佑你。";
		close;
	LErrand3:
		mes "[神父 马勒西斯]";
		mes "你选了差事3,很好。";
		mes "你现在要做的就是……";
		next;
		getitem 7023,1;
		mes "[神父 马勒西斯]";
		mes "把这把刀给^000077修行中的神父 约斯克^000000,他现在在^000077普隆德拉的西北方森林中桥的附近^000000进行修炼。";
		mes "愿神保佑你。";
		close;


	LStill1:
		mes "[神父 马勒西斯]";
		mes "去^000077普隆德拉的东北方的废墟前^000000见^000077修行中的神父 鲁帕卡法拉^000000。";
		mes "神与你同在。";
		close;

	LStill2:
		mes "[神父 马勒西斯]";
		mes "去^000077普隆德拉的西南方,梦克罗的附近^000000见^000077修行中的修女 玛狄妲^000000";
		mes "神与你同在。";
		close;

	LStill3:
		mes "[神父 马勒西斯]";
		mes "去^000077普隆德拉的西北方森林中桥的附近^000000见^000077修行中的神父 约斯克^000000。";
		mes "神与你同在。";
		close;

	Lalrdy:
		mes "[神父 马勒西斯]";
		mes "你已经是神的仆人了。";
		close;

	LDenny:
		mes "[神父 马勒西斯]";
		mes "很抱歉我的孩子,你还没有成为服事的能力。";
		mes "你必须是一名^FF0000初学者^000000,并且^FF0000职业等级要到10级^000000。";
		close;

	LInfo:
		mes "[神父 马勒西斯]";
		mes "我的孩子,你必须是一名^FF0000初学者^000000,并且^FF0000职业等级要到10级^000000。";
		mes "只有有了以上的资格才能在圣堂成为一名服事。";
		close;

	LChange:
		delitem 1009,1;
		mes "[神父 马勒西斯]";
		mes "祝贺你,你现在可以成为一名服事了。";
		next;
		jobchange Job_Acolyte;
		mes "[神父 马勒西斯]";
		mes "神会保佑你的。";
		close;

	LCancel:
		mes "[神父 马勒西斯]";
		mes "神明会指引你的。";
		close;
		LNotNovice:
		mes "你不是初学者……不能成为服事。";
		close;
}

//Acolyte Job Change NPC 2
prt_fild03.gat,365,255,5 script 修行者 89,{
	if(countitem(7015)==1) goto LErrand;
	mes "[神父 鲁帕卡法拉]";
	mes "我对你没什么好说的。";
	mes "请走开。";
	close;

	LErrand:
		mes "[神父 鲁帕卡法拉]";
		mes "哦,我知道了,你是想成为服事的吧。";
		mes "谢谢你替我带来书签。";
		mes "这个对我的修行很有帮助。";
		next;
		delitem 7015,1;
		getitem 1009,1;
		mes "把这个拿给马勒西斯神父。";
		mes "祝你好运,朋友。";
		close;
}

//Acolyte Job Change NPC 3
moc_fild07.gat,41,355,4 script 修行中的修女 95,{
	if(countitem(7024)==1) goto LErrand;
	mes "[修女 玛狄妲]";
	mes "我对你没什么好说的。";
	close;

	LErrand:
		mes "[修女 玛狄妲]";
		mes "如你所见,这把血染之刀,我将净化这把血刃。";
		next;
		delitem 7024,1;
		getitem 1009,1;
		mes "好了,把这个带回去给马勒西斯神父吧。";
		mes "愿神保佑你。";
		close;
}

//Acolyte Job Change NPC 4
prt_fild00.gat,208,218,6 script 修行者 98,{
	if(countitem(7023)==1) goto LErrand;
	mes "[神父 约斯克]";
	mes "你是谁?你想做什么?";
	mes "快离开这里!";
	close;

	LErrand:
		mes "[神父 约斯克]";
		mes "哦,这个是马勒西斯神父给你的?";
		mes "不错……拿去吧";
		next;
		delitem 7023,1;
		getitem 1009,1;
		mes "把这个带回去给他。";
		mes "好了,赶快离开这里,不要打扰我。";
		close;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -