kalhmera paidia. exw ena problima.... eftiaksa ena custom rb jewl kai ena custom passive skill. pio einai to problima tora.... to passive mporo na to doso san admin se kapion, fenete kanonika
kai dini oti exw grapsi. to rb jewl molis to foraw enw ebala ta panta ston kodika den m dini to passive skill... kapios p mpori na boi8isi? bazw apo kato to script ton skill ktl. <item id="9300" type="Armor" name="Epic Earring of Orfen"> <set name="default_action" val="equip" /> <set name="bodypart" val="rear;lear" /> <set name="crystal_type" val="S" /> <set name="crystal_count" val="104" /> <set name="material" val="GOLD" /> <set name="weight" val="150" /> <set name="price" val="1300000" /> <set name="item_skill" val="7100" /> <for> <add order="0x10" stat="mDef" val="80" /> <add order="0x40" stat="maxMp" val="31" /> <enchant order="0x0C" stat="mDef" val="0" /> </for> </item>
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I'm just testing the extender) I couldn't find any critical issues.
I found my own error due to which the autoloot function was not active:
just a syntax error, case-sensitive. You can't use a capital letter in the Myext.ini settings.
AutoLootMobDrop = true. (parameter true must necessarily be with a lowercase letter)
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
I had a similar problem once when I was setting up a custom shop system in a game. For me, the fix was buried in the database settings. I had to adjust the stack limit for the item in the MySQL database, which allowed bulk purchases without triggering errors. You might want to check the item_template or a similar table for stackable values.
As for inspiration, I once played around with a different setup for fun using https://themulligans.org. While it’s an online casino, their sleek inventory and transaction systems gave me some cool ideas for designing in-game economies.
Question
birigr
kalhmera paidia. exw ena problima.... eftiaksa ena custom rb jewl kai ena custom passive skill. pio einai to problima tora.... to passive mporo na to doso san admin se kapion, fenete kanonika
kai dini oti exw grapsi. to rb jewl molis to foraw enw ebala ta panta ston kodika den m dini to passive skill... kapios p mpori na boi8isi? bazw apo kato to script ton skill ktl.
<item id="9300" type="Armor" name="Epic Earring of Orfen">
<set name="default_action" val="equip" />
<set name="bodypart" val="rear;lear" />
<set name="crystal_type" val="S" />
<set name="crystal_count" val="104" />
<set name="material" val="GOLD" />
<set name="weight" val="150" />
<set name="price" val="1300000" />
<set name="item_skill" val="7100" />
<for>
<add order="0x10" stat="mDef" val="80" />
<add order="0x40" stat="maxMp" val="31" />
<enchant order="0x0C" stat="mDef" val="0" />
</for>
</item>
<skill id="7100" levels="1" name="Epic Earring of Orfen">
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_PASSIVE"/>
<for>
<sub order="0x40" stat="bleedVuln" val="40" />
<mul order="0x30" stat="gainHp" val="1.48" />
</for>
</skill>
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.