-
Posts
39 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by krepst
-
Line2Age.net Gaming Network Custom Pvp Balanced Today!
krepst replied to Blast0's topic in Private Servers
Bought pack 3 days ago and now he is starting. Nicer dicer. I`ll give this server a week and its gonna be viped out. P.S. Vemalas. -
But at least like xdem said for 12-years kido it will be the problem. The main point of this is to make more problems of getting a true ip address.. As i know dsetup.dll is not comfortable with windows 8 and windows xp. So maybe there`s others solutions ?
-
a bit more information would be great.
-
Hi, I was wondering how to protect your system ? A lot of server l2.ini file doesnt contain any ip. Or it contains a local host.. Maybe someone could share any information about it.
-
So theres no point of reporting someone. Since some kid`o donates some money or are friend of admin/moderator he get unban. Nice community here,corruption is everywhere. But i havnt though that it works on maxcheaters as well. I lost my money to this kido,and now he got unbanned. Imagine how i feel. The ban doesnt give me any satisfaction,but its better than nothing.. Please paste that moderator profiles , i still wanna contact him anyway. Thanks Peace.
-
what about blast0 ?
-
comon guys.. why blast0 got unbanned ?
-
Bump ,waiting for answer..
-
He got ban for 2 days or what ? He is already unbanned. Wtf ?
-
He unblocked me in skype and was saying nobody gonna ban me,cause i donated a lot money to dev bla bla bla,i have alot friend here. So thanks,i though i gonna fight war against corrupted devs here. I hope he was banned on ip or smth like that. But still there`s a lot of proxy programms to use..
-
Still waiting for any action to be made.
-
Scammer profile : http://www.maxcheaters.com/user/69753-blast0/ Sold fandc source and bugged website. Thread where he was selling website: http://www.maxcheaters.com/topic/171790-l2history-website-design-good-price/ I disable a lot feature to make it work,and when i asked him why its not working, he said to me "i gave you website what more you want". He though it is normal to buy bugged thing without mentioning it.. But its okey,i though i gonna fix it by my self whatever.. Next thing he offered me fandc source to buy. He said to me that it is last revision without backdoors(i knew that there was backdoors in other version shared online) but he and Claww had a project a before L2History so i though maybe he has source without backdoors and he was saying that there was no backdoors inside.. Because they was working together and so and so on.. But in files more problem than backdoors , chat was reverse.. I mean when u write smth in game it writes backward.. He said to me i made mistake its my config bla bla bla,but its not.. It was problems in source. And then i found in source backdoor: http://s29.postimg.org/omfqggbs7/skype_backdoor.png He havnt answered me anything. Today i wrote him that give my money back or im gonna report him. He removed me from skype.. This is the prove that i got fandc files from him : http://s14.postimg.org/iudslflld/siuntimas_fandc.png It was yesterday , he resended me a files.. But i have the prove when i he sended me a first time. And this is the prove of payment for website and fandc files (DAUMANTAS ŠAMANSKAS) : http://s2.postimg.org/kkrpwhnnd/bank_prove.png Ban this kido please. By the way he said he has friend here and wont get ban,so i think this community its not corrupted. If you need more proves of smth,can post anything u need. Thanks.
-
L2History Website Design, Good Price!
krepst replied to Blast0's topic in Marketplace [Webdesign & Webdevelop]
i already reported him. Yeah, cheap and good its not possible to fit together. My fault,but still ban this kido. -
L2History Website Design, Good Price!
krepst replied to Blast0's topic in Marketplace [Webdesign & Webdevelop]
Hello , i dont know from where to start.. First of all i was looking for website. I found this guy. As he saying in the post its coded + psd.. But its not at all.. Half feature its not working or havnt been done at all.. I have to pay money people to fix all problems inside. It was so fucked up,load time was about 10s. Okey the second thing, he offered me fandc.ro package to buy. I was thinking what to do,cause he was selling them very cheap and i though why not.. He said it was the latest revision and he provide any support needed.. Okey i got the files.. Installing a database i got my first errors.. There was syntax error in SQL,so i fixed it by my self.. but there was more,he said to me,just ingore them its alright... OK , i ignored those error,but i was doing some testing with my friend,and i found bug in game,that chat is reverse.. For example if you write "FUCK" in game u see "KCUF".. And i was asking whats wrong,why the hell it is in this way. He was telling me that i made something wrong with configs, so i decided to reinstall everything fresh, i mean compliling instaling.. But the same bug appeared. And he starting ignoring me,and said it was my fault bla bla. And at the end i found backdoors in source.. But he was telling me ,no this is the right files,without backdoors and etc.. Pls ban this member before he scam more people.. -
Project Looking For - Actual High Five Russian Source
krepst replied to Lotriem's topic in Server Development Discussion [L2J]
They had backdoors ,that was making them crap.. But if you look at bright side ,they have best performance and skill formulas most retail to l2off. -
L2History Website Design, Good Price!
krepst replied to Blast0's topic in Marketplace [Webdesign & Webdevelop]
Is this guy is trusted? -
Help Custom Nobless Quest.
krepst replied to krepst's question in Request Server Development Help [L2J]
Thanks.. Working now. L2j always changes core methods.. So stupid. -
Help Custom Nobless Quest.
krepst replied to krepst's question in Request Server Development Help [L2J]
How can i check that ? GS shows nothing.. What u mean , i have to check if script even reacting to barakiel killing or not. This was my first idea,but since i dont know how to check that thing.. :] -
Hi, I am using L2jserver files. Latest revision ( Beta ). DP:10079 L2J:6317 This is the script im trying to make it work. GS dont show any errors.. And then i kill barakiel it wont give me nobless. Yes i killed it with subclass and writen path to scripts.cfg Help please. Thanks in advice. /* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more * details. * * You should have received a copy of the GNU General Public License along with * this program. If not, see <http://www.gnu.org/licenses/>. */ package custom.Nobless; import com.l2jserver.gameserver.model.L2CommandChannel; import com.l2jserver.gameserver.model.L2Party; import com.l2jserver.gameserver.model.actor.L2Npc; import com.l2jserver.gameserver.model.actor.instance.L2PcInstance; import com.l2jserver.gameserver.model.quest.Quest; import com.l2jserver.gameserver.model.quest.QuestState; import com.l2jserver.gameserver.model.quest.State; /** * * @author mochitto * */ public final class Noblesse extends Quest { private static final String QN = "Noblesse"; private static final int BARAKIEL = 25325; private static final int NOBLESS_TIARA = 7694; private static final String[] PARTS = { "Q00241_PossessorOfAPreciousSoul_1", "Q00242_PossessorOfAPreciousSoul_2", "Q00246_PossessorOfAPreciousSoul_3", "Q00247_PossessorOfAPreciousSoul_4" }; @Override public final String onKill(L2Npc npc, L2PcInstance player, boolean isPet) { if( getId() != BARAKIEL ) return null; L2CommandChannel cmd = null; L2Party party = player.getParty(); if (party != null) cmd = player.getParty().getCommandChannel(); if (cmd != null) { for (L2PcInstance partyMember : cmd.getMembers()) { if(!partyMember.isNoble() && partyMember.isSubClassActive()) { for(String q : PARTS) { QuestState st = partyMember.getQuestState(q); if (st != null) { st.setState(State.COMPLETED); st.exitQuest(false); } } partyMember.setNoble(true); partyMember.sendMessage("Congratulations. You are now Noblesse."); partyMember.addItem("Custom nobless", NOBLESS_TIARA, 1, null, true); _log.info("Noblesse: Player "+partyMember+" get nobless."); } } } else if (party != null) { for (L2PcInstance partyMember : party.getMembers()) { if(!partyMember.isNoble() && partyMember.isSubClassActive()) { for(String q : PARTS) { QuestState st = partyMember.getQuestState(q); if (st != null) { st.setState(State.COMPLETED); st.exitQuest(false); } } partyMember.setNoble(true); partyMember.sendMessage("Congratulations. You are now Noblesse."); partyMember.addItem("Custom nobless", NOBLESS_TIARA, 1, null, true); _log.info("Noblesse: Player "+partyMember+" get nobless."); } } } else { if(!player.isNoble() && player.isSubClassActive()) { for(String q : PARTS) { QuestState st = player.getQuestState(q); if (st != null) { st.setState(State.COMPLETED); st.exitQuest(false); } } player.setNoble(true); player.sendMessage("Congratulations. You are now Noblesse."); player.addItem("Custom nobless", NOBLESS_TIARA, 1, null, true); _log.info("Noblesse: Player "+player+" get nobless."); } } return super.onKill(npc, player, isPet); } public Noblesse(int questId, String name, String descr) { super(questId, name, descr); addKillId(BARAKIEL); } public static void main(String[] args) { new Noblesse(-1, QN, "custom"); } }
