一个小插件 200元 大家认为值吗?
我完全不用出这个钱呢 不过看交情 我也算了
我让大佬 在修改一个插件 他马上不高兴了 。。。200少了 加价。。。。
赤炎 发表于 2017-11-20 13:34
所以这句的意思是楼主向某人定制了插件,某人插件做好了,他以200块卖给你,你勉强接受了。
之后你再让他 ...
/******************************************************************************/ /***********************************江湖声望划分*******************************/ /******************************************************************************/ var shift = 20; //变量起始位置 //shift = 0时,声望1-4;善名5-8;恶名9-12;悟性、福缘、武常以此类推 //数据库中第N个角色对应第N个变量,目前最多4个角色 Window_Base.prototype.drawActorClass = function(actor, x, y, width) { width = width || 168; this.contents.textColor = this.textColor(3); this.contents.fontFace = "汉仪小隶书简"; var name = "声望"; this.drawText(name, x, y, width); this.contents.textColor = this.textColor(5); var index = actor.actorId() + shift; if ($gameVariables.value(index) < 100) name = "【默默无闻】"; else if ($gameVariables.value(index) < 200) name = "【江湖新秀】" else if ($gameVariables.value(index) < 300) { if($gameVariables.value(index+4) - $gameVariables.value(actor.actorId()+20) >= 100) name = "【江湖少侠】"; else if($gameVariables.value(index+8) - $gameVariables.value(actor.actorId()+10) >= 100) name = "【江湖恶霸】"; else name = "【江湖浪子】"; } else name = "【默默无闻】" this.drawText(name, x+64, y, width); };
j296196585 发表于 2017-11-20 14:23
/******************************************************************************/
/**************** ...
360截图20171120145311609.jpg (80.9 KB, 下载次数: 1)
360截图20171120145529254.jpg (120.25 KB, 下载次数: 1)
j296196585 发表于 2017-11-20 14:23
/******************************************************************************/
/**************** ...
chd114 发表于 2017-11-20 15:15
什么改成属性栏。。。
034356jvez7kueqhiku487.png (262.22 KB, 下载次数: 1)
j296196585 发表于 2017-11-20 15:40
我想找道友帮忙写一个这样的插件
不过下午运气好 总算离开上午的不开心了
...
646 Bytes, 下载次数: 31
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |