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.
WEBSITE
I have been out of this league for a decade now and I decided to open a BETA SERVER for you guys to test and give me your feedback. It would be much appreaciated 😄
Estimated Grand Opening: 27/8/2025
Server Rates
EXP/SP: x9999
Adena: x500
Drop: x1
Spoil: x1
Raid Boss Drop: x1
Epic Boss Drop: x1
Safe Enchant: +3
Max Enchant: +20
Normal Scroll Chance: 90% (up to +10) / 75% (up to +15) / 50% (up to +20)
Game Features
Max clans in ally (3)
NPC Buffer with 2h buff duration
GM Shop until S-Grade
Auto-learn skills
Buff Slots (60)
Autopickup
might want to add this if you are actively developing
POST/GET methods can be used
Server votes returns array of votes and total votes
https://api.hopzone.eu/v1/?api_key=GbZRrFHWLcIetld2xahEy6VK5&server_id=19&type=json
IP Address returns the vote status
https://api.hopzone.eu/v1/?api_key=GbZRrFHWLcIetld2xahEy6VK5&ip=185.44.145.1&type=json
Note: it has also a vote generation via request and then you can craft a link and send it to player to vote on, it solves the ipv6 problem that many topsites have.
server id 19 and the api is used for the test server i got for api development
for any related question find me on the discord
https://hopzone.eu/docs.html/
Question
John Mouling
Hi!. Im testing a l2jmobius pack but those skills arent working. You ekip the ruby or stone lvl 4 and nothing happens.
Edited by John MoulingThis is de Xml skill.
<skill id="27805" toLevel="3" name="Ruby Augment">
<!-- When Ruby Lv. 4 or higher is equipped, P. Atk. +1%. -->
<icon>icon.etc_bm_brooch_lavianrose_i05</icon>
<operateType>P</operateType>
<passiveConditions>
<condition name="OpCheckSkillList">
<skillIds>
<item>18717</item> <!-- Ruby -->
</skillIds>
</condition>
</passiveConditions>
<effects>
<effect name="PAtk">
<amount>
<value level="1">1</value>
<value level="2">2</value>
<value level="3">5</value>
</amount>
<mode>PER</mode>
</effect>
</effects>
</skill>
Does anybody working with thouse skills?.
How can i fix it?
Im using Mobius
0 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.