关于修改升级绝世武功使用多少金元的问题
-
比如说吧,偶目录是D:\1000Y,进入后按ctrl+F查找金元,出现很多文件,比如其中有个名字为‘龙师父’打开后里面内容是<trade>
< title>龙师傅</title>
<image name=z94 value=160>
<text>
我是追逐古代遗迹的侠客,你需要记载如何升为神工的卷轴书吗?
是有代价的,付12个金元吧!
</text>
<command send="close">关闭</command>
<command send="rollpaper">出12个金元 得到信息</command>
<command send="virtueman">递上我所要求做出的物品</command>
</trade>
把里面的12改成负数就是电脑给你12个金元明白勒么?
还有晋级黑捕校这个名字等等都可以打开看,有需要金元的地方数量都改成1比如 晋级黑捕校 这个文件里面有这么1段
exit;
end;
if aStr = 'best1' then begin
Str := callfunc ('checkenoughspace');
if Str = 'false' then begin
print ('say 物品栏已满...');
exit;
end;
Str := callfunc ('getsenderitemexistence 金元:60');
if Str = 'false' then begin
print ('say 需金元60');
exit;
end;
Str := callfunc ('conditionbestattackmagic 玉霄剑法');
if Str = 'false' then exit;
print ('getsenderitem 金元:60');
print ('putsendermagicitem 玉霄剑法:1 @晋级黑捕校 4');
exit;
end;
if aStr = 'best2' then begin
Str := callfunc ('checkenoughspace');
if Str = 'false' then begin
print ('say 物品栏已满...');
exit;
end;
把其中60换成1,明白勒么?因为带金元才能学习的武功太多,所以具体没办法告诉你是哪个文件
大体说几个
/help/龙师傅
/script/晋级黑捕校
/script/晋级白捕校
/script/梅花夫人
/script/牛俊
/script/龙师父