
0flee
Members-
Posts
486 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by 0flee
-
I just installed...
-
Tell me someone please why i get critical error when i try to look on player inventory? This is happend not all time. Just sometimes. And after i restart client, all good.
-
I have this setting in configs: # Alternate Payment mode for private shops # Default: False AlternatePaymodeShops = False # Alternate Payment mode for mails # Default: False AlternatePaymodeMails = False # Alternate Payment mode for clan halls # Default: False AlternatePaymodeClanHalls = False # What coin id private shops will use # if AlternatePaymode = True # Alternate Payment default id: 57 = Adena AlternatePayment = 40002 I change AlternatePayment = 40002 with 6391 (Nectar) and didn't work. As buyer in panel i see adena and it's 0. So i can't buy item even if i have specify price for x item. It is another setting about this?! Greetings
-
Where i can see time specify in java for jail? I try //jail name 10 (i thought it was for 10 minutes) But it is for ever! How i can give jail for x minutes?
-
Help Shout Chat isn't readable.
0flee replied to 0flee's question in Request Server Development Help [L2J]
Fixed, was with GLOBAL. Can close topic. Ty -
Why do players not see what they write to each other on global chat and only see what I write? I have the default settings here. https://pastebin.com/3MS6pg3A Regarding!
-
Anyone know a good system for High Five? Latest version i need.
-
I have 30 votes. In game Current Votes: 3. I vote and i don't get reward. Something it is wrong.
-
Yes, but link from vote are https://l2top.co/vote/server/L2DetyMultiskill i take it from top.co Should be another? How i can acces that correct link? I should make it? # Enter your server's link for top.co # E.x. http://www.l2top.co/index.php?page=server_info&id=1341 VoteLinkTopCo = https://www.l2top.co/index.php?page=L2DetyMultiskill&id=MyId Still doesn't work :( I tried all the possibilities. Doesn't work. Same Current Voted: 0
-
Anyone can help?
-
Why i see current Votes: 0 when in site i have 18? I put same link on configs. This are configs. # Enable or disable l2top.co vote AllowTopCoVote = True # Enter your server's link for top.co # E.x. http://www.l2top.co/index.php?page=server_info&id=1341 VoteLinkTopCo = https://l2top.co/vote/server/L2DetyMultiskill&id=11082 # With this option you specify the rewards for l2top.co vote # Default: 3487,100;57,1000 RewardsForTopCo = 3470,1 I want to fix this. Please help. And after i vote in site, in game i don;t get reward because say i didn't vote!
-
From what setting i can remove 9 lvl diff on drops? Fixed. Can close topic anyway.
-
Why with this setings i have no drops on feanor? <?xml version="1.0" encoding="UTF-8"?> <Event ID="Valentines Event" Active="14 Feb 2005-16 Feb 2025" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/faenor.xsd"> <Droplist> <AllDrop Items="6391" Count="1,2" Chance="99%" /> <!-- Nectar --> </Droplist> <EventEnd> <Take From="AllPlayers"> <Item ItemID="6391" /> </Take> </EventEnd> <Message Type="OnJoin" Msg="All mobs drops event, has started! Collect nectar and exchange in gm shop" /> </Event> Tell me someone what's wrong? Chance it is 99% but mob don;t drop
-
Someone know how i can fix NoItemName error from system patched high five? I add etcitem in etcitem.dat How i can arrange? I put my custom item in itemname-e.dat in as last row (with empty row after) Saved on 413, still noitemname. I try over 5 systems/3 file edits. What't wrong?
-
Anyone know why i get this error on Gameserver? [22:47:46] WARN: OptionData: Could not parse file 24900-24999.xml at line 521, column 34: cvc-enumeration-valid: Value 'pDef' is not facet-valid with respect to enumeration '[mpConsume]'. It must be a value from the enumeration. Also i have <option id="24965" name="high_five"> <!-- Increase M. Def. P. Def. by 5% --> <for> <mul stat="pDef" val="1.05" /> <mul stat="mDef" val="1.05" /> </for> </option> Tell me someone what's whong and where i should change something? Or how i can apply token "mul" on stat/option files? Now it is <for> <add...> </for> But i want to apply this settings with ... <for> <mul..> </for> too. It is possible? I look a bit on XSD but there isn't specified a `add` to can put my `mul`. What i should edit?
-
Anyone know why i get this error on Gameserver? [22:47:46] WARN: OptionData: Could not parse file 24900-24999.xml at line 521, column 34: cvc-enumeration-valid: Value 'pDef' is not facet-valid with respect to enumeration '[mpConsume]'. It must be a value from the enumeration. Also i have <option id="24965" name="high_five"> <!-- Increase M. Def. P. Def. by 5% --> <for> <mul stat="pDef" val="1.05" /> <mul stat="mDef" val="1.05" /> </for> </option> Tell me someone what's whong and where i should change something? Or how i can apply token "mul" on stat/option files? Now it is <for> <add...> </for> But i want to apply this settings with ... <for> <mul..> </for> too. It is possible? I look a bit on XSD but there isn't specified a `add` to can put my `mul`. What i should edit?
-
Looking for someone who know to make Drop runes in High Five Server. Pm here for more info and for price. Just Drop runes with time. 1 h for exemple. Greetings
-
This is single solution?
-
Maybe i don't was clear. I wanna see somewhere something like this: Image-icon link Image-iconlink2 Image-iconlink3 etc etc
-
Where i can see all my icons to apply in etcitem.grp? I want to create new item with nice icons. And i am sure exist unused icons. for High Five please. I have also L2UtxViewer. And i try to copy name from Item. And to put on EtcItem.grp. No work. How i can do this?
-
Help Community status for player
0flee replied to 0flee's question in Request Server Development Help [L2J]
For this line? content = content.replace("%patk%", String.valueOf(activeChar.getPAtk(activeChar))); Or i must make in another package a setting -
Help Community status for player
0flee replied to 0flee's question in Request Server Development Help [L2J]
Well, if player reach 3 kkk p atk, i want he to view that on alt+b. Client have limit on alt+t And i don't have this getMaxPAtk on L2PcInstance. I try to do like Adena it is. With method in Config. Useless. Still no show more than 2,147 kkk with some HIGH LETTERS something like 2.147E08O87... something like that. I must change writeD((int) _activeChar.getPAtk(null)); from Userinfo.java? -
I add skill on mob but skill don't appear. Why? I have npc in XML not navicat and i add in skillList. Even if i delete skills no work.