芝智也 发表于 2019-7-14 04:20:15

Mobius腳本問題

搞了大半個月終於開到服了
在搞佈告欄中文化的時候發現"Drop search" 掉落物搜索
怎樣才能用中文字搜尋阿
明明魔法書卻要打Magic 才能顯示- -

bctey 发表于 2019-7-14 11:26:35

好像 items 中的物品名稱要改成中文

l2fater 发表于 2019-7-15 22:59:36

楼上说的对,
你需要汉化 item name

芝智也 发表于 2019-7-24 22:22:33

那暫時hold著..= =

另外想問下怎樣添加全區掉落
我改ExtendDrop.xml
可是打了快1000隻怪物也出不到我想要的東西

<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/ExtendDrop.xsd">
        <drop id="1">
                <items>
                        <item id="35562" count="1" maxCount="2" chance="1.0" additionalChance="0.5" /> <!-- Energy of destruction -->
                </items>
                <conditions>
                        <condition name="PlayerLevel">
                                <minLevel>85</minLevel>
                                <maxLevel>127</maxLevel>
                        </condition>
                        <condition name="CategoryType">
                                <category>
                                        <item>FOURTH_CLASS_GROUP</item>
                                        <item>FIFTH_CLASS_GROUP</item>
                                        <item>SIXTH_CLASS_GROUP</item>
                                </category>
                        </condition>
                </conditions>
                <systemMessages>
                        <systemMessage amount="1" id="3791" /> <!-- You have obtained the first Energy of Destruction. You can obtain up to 2 of these a day, and can begin obtaining them again at 6:30am every day. -->
                        <systemMessage amount="2" id="3792" /> <!-- You have obtained the second Energy of Destruction. You can obtain up to 2 of these a day, and can begin obtaining them again at 6:30am every day. -->
                </systemMessages>
        </drop>
        <drop id="2">
                <items>
                        <item id="15341" count="5" maxCount="11" chance="9.0" additionalChance="0.5" /> <!-- 導引罌粟花花瓣 -->
                </items>
                <conditions>
                        <condition name="PlayerLevel">
                                <minLevel>1</minLevel>
                                <maxLevel>127</maxLevel>
                        </condition>
                        <condition name="CategoryType">
                                <category>
                                        <item>FOURTH_CLASS_GROUP</item>
                                        <item>FIFTH_CLASS_GROUP</item>
                                        <item>SIXTH_CLASS_GROUP</item>
                                </category>
                        </condition>
                </conditions>
                <systemMessages>
                        <systemMessage amount="1" id="2313" /> <!-- 您獲得了維他命道具。 -->
                </systemMessages>
        </drop>
</list>

jamesfu1208 发表于 2020-3-31 19:33:56

要在JAVA 那邊再加欄數 NPC 也要每一支再加 EXTEND DROP

杀气丶 发表于 2020-3-31 23:51:31

jamesfu1208 发表于 2020-3-31 19:33
要在JAVA 那邊再加欄數 NPC 也要每一支再加 EXTEND DROP

好久不见啊,看到你这个ID我感觉好亲切哈{:1_126:}

jamesfu1208 发表于 2020-4-3 19:05:38

殺大...你好^^~ 好久沒見囉
页: [1]
查看完整版本: Mobius腳本問題