Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

xantox1

Rekomendowane odpowiedzi

Opublikowano

Czesc, mam problem z lootem na moim wlasnym otsie pod 8.6 postawionym na forgotten serverze. Mianowicie ustawiam loot dla potwora np na golda, amethys, cc cokolwiek i ustawiam countmax="50" obojetnie 20, 40, 100, nawet 10000000 i tak za kazdym razem ze stworka wypada co najwyzej 2 cc, gold wszystko co ustawilem i sie stackuje.  (nie dziala ani item id ani item name nic to nie zmienia juz nie wiem co robic, przejrzalem wszystkie pliki tekstowe otsa.)

Przykladowy skrpyt potwora, w ktorym ustawialem loot:

<?xml version="1.0" encoding="ISO-8859-1"?>
<monster name="Zugurosh" nameDescription="Zugurosh" race="fire" experience="10000" speed="340">
	<health now="90500" max="90500" />
	<look type="12" head="2" body="35" legs="57" feet="91" corpse="6068" />
	<targetchange interval="5000" chance="15" />
	<flags>
		<flag summonable="0" />
		<flag attackable="1" />
		<flag hostile="1" />
		<flag illusionable="0" />
		<flag convinceable="0" />
		<flag pushable="0" />
		<flag canpushitems="1" />
		<flag canpushcreatures="1" />
		<flag targetdistance="1" />
		<flag staticattack="85" />
		<flag runonhealth="0" />
	</flags>
	<attacks>
		<attack name="melee" interval="2000" min="0" max="-715" />
		<attack name="fire" interval="3000" chance="20" target="1" radius="4" min="-250" max="-850">
			<attribute key="areaEffect" value="explosion" />
		</attack>
		<attack name="death" interval="2000" chance="15" target="0" radius="4" min="-100" max="-350">
			<attribute key="areaEffect" value="smallclouds" />
		</attack>
		<attack name="manadrain" interval="1000" chance="13" radius="5" target="0" min="-60" max="-230">
			<attribute key="areaEffect" value="watersplash" />
		</attack>
		<attack name="death" interval="2000" chance="15" length="7" spread="0" min="0" max="-500">
			<attribute key="areaEffect" value="mortarea" />
		</attack>
	</attacks>
	<defenses armor="45" defense="55">
		<defense name="healing" interval="2000" chance="15" min="400" max="900">
			<attribute key="areaEffect" value="greenshimmer" />
		</defense>
		<defense name="invisible" interval="1000" chance="5" duration="6000">
			<attribute key="areaEffect" value="blueshimmer" />
		</defense>
	</defenses>
	<elements>
		<element icePercent="-15" />
		<element energyPercent="-5" />
		<element earthPercent="-8" />
		<element firePercent="25" />
	</elements>
	<immunities>
		<immunity death="1" />
		<immunity paralyze="1" />
		<immunity invisible="1" />
	</immunities>
	<voices interval="5000" chance="10">
		<voice sentence="You will run out of resources soon enough!!" yell="1" />
		<voice sentence="One little mistake and your all are mine!" />
		<voice sentence="I sense your strength fading!" />
	</voices>
	<loot>
    <item id="6132" chance="24825" /><!-- Soft boots -->
    <item id="2195" chance="12150" /><!-- boots of haste -->
	<item id="9003" chance="10000" /> <!-- Golden falcon -->
	<item id="9004" chance="10000" /> <!-- Golden newspaper -->
    <item id="2646" chance="47850" /><!-- Golden Boots -->
    <item name="crystal coin" count="3" /><!-- cc -->
	<item id="2160" countmax="99" /> <!-- cc2 -->
	<item id="2159" countmax="50" /> <!-- scarab coin -->
    <item id="9932" chance="5825" /><!-- firewalker boots -->
    <item id="2494" chance="16300" /><!-- demon armor -->
	<item id="2495" chance="100000" /> <!-- demon legs -->
	<item id="2493" chance="100000" /> <!-- demon helmet -->
    <item id="2365" chance="100000"><!-- bp of holding -->
        <inside>
		    <item id="5903" chance="10000" /> <!-- Ferumbras Hat -->
            <item id="8931" chance="7775" /><!-- solar sword -->
			<item id="5953" countmax="65" chance="10000" /> <!-- Marihuana -->
            <item id="8930" chance="10525" /><!-- emerald sword -->
            <item id="8932" chance="11150" /><!-- calamity -->
            <item id="8851" chance="650" /><!-- royal crossbow -->
            <item id="8854" chance="650" /><!-- warsinger bow -->
        </inside>
    </item>
</loot>
</monster>

 

Powiem Ci , jaki smak ma zdrada ,

Kłamstwo - otwórz drzwi , tam szatan .

Bagno - Wielu to odpowiada

Znaaam to - Nie tylko z Opowiadań !

Diox < 3

Opublikowano

<item id="2152" countmax="100" chance="40000"/><!-- gp -->

najpierw ile a potem chance

Cytat

<item name="crystal coin" count="3" /><!-- cc -->
	<item id="2160" countmax="99" /> <!-- cc2 -->
	<item id="2159" countmax="50" /> <!-- scarab coin -->

ty raz masz count raz nie masz chance

Opublikowano
	<loot>
    <item id="6132" chance="24825" /><!-- Soft boots -->
    <item id="2195" chance="12150" /><!-- boots of haste -->
	<item id="9003" chance="10000" /> <!-- Golden falcon -->
	<item id="9004" chance="10000" /> <!-- Golden newspaper -->
    <item id="2646" chance="47850" /><!-- Golden Boots -->
	<item id="2160" countmax="15" chance="40000" /> <!-- cc2 -->
	<item id="2159" countmax="15" chance="40000" /> <!-- scarab coin -->
    <item id="9932" chance="5825" /><!-- firewalker boots -->
    <item id="2494" chance="16300" /><!-- demon armor -->
	<item id="2495" chance="100000" /> <!-- demon legs -->
	<item id="2493" chance="100000" /> <!-- demon helmet -->
    <item id="2365" chance="100000"><!-- bp of holding -->
        <inside>
		    <item id="5903" chance="10000" /> <!-- Ferumbras Hat -->
            <item id="8931" chance="7775" /><!-- solar sword -->
			<item id="5953" countmax="65" chance="10000" /> <!-- Marihuana -->
            <item id="8930" chance="10525" /><!-- emerald sword -->
            <item id="8932" chance="11150" /><!-- calamity -->
            <item id="8851" chance="650" /><!-- royal crossbow -->
            <item id="8854" chance="650" /><!-- warsinger bow -->
        </inside>
    </item>
</loot>

Zmieniłem, lecz wciąż nic nie dało...

Bez tytułu.jpg

Dobra Działa już wiem o co chodziło loot ratio miałem ustawione na 9999999 wystarczylo zmniejszyc do 9999 i wszystko gra gitara, dzieki wielkie temat do zamkniecia.

Powiem Ci , jaki smak ma zdrada ,

Kłamstwo - otwórz drzwi , tam szatan .

Bagno - Wielu to odpowiada

Znaaam to - Nie tylko z Opowiadań !

Diox < 3

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...