Jump to content

Recommended Posts

Posted
5 minutes ago, kavvadi said:

 

you dont have to prove something to me im just saying my opinion , im not the judge.

 

to be cleared. if the same code that gave you is working for me while i got smart guard and not working for you is not his fault. did it was clear enough?

Posted
Just now, melron said:

you dont have to prove something to me im just saying my opinion , im not the judge.

 

to be cleared. if the same code that gave you is working for me while i got smart guard and not working for you is not his fault. did it was clear enough?

sure but it wont for you as well because he didnt use this method and probably thats why its bugged i guess.

Posted
1 minute ago, kavvadi said:

sure but it wont for you as well because he didnt use this method and probably thats why its bugged i guess.

if the code is bad by itself then you are right. but if the code is ok from him and tested and what ever, then the rest is about you,smartguard,l2jserver. 

Posted (edited)

Dafaq all talking about? My code is fine. Don't make me post the damn thing cause ill just waste 40 euro and my time. 

The problem is about the damn method. You don't believe me? Enter his damn PC. Write player.getHWID() and if in SQL print the normal HWID come back and tell me cause for me it print SMART-GUARD. 

 

Again even if all are FINE and i'm wrong, still this is not a SCAM. I dont know why we wasted 4 pages for a guy. He denied to let me work. One night said "its seem it working" and 5 hours later he said "its not working" and 5 hours later he reported me for scam. 

 

There are many ways to solve delay problem, (free codes, partial refund). I have clients like Zacapa that i delayed them month and i try help them anytime i can for free without ask for money. Don't act as if we are company here. If someone believe my code is trash and not working PM me to show u the code (Only mods or people i know that they wont share like melron e.t.c). I'm done with this shit. If u want 20e refund ok but forget it. 

 

Part of my code to see that is not shared shit or anything:

 

+		Site site = Site.valueOf(st.nextToken().toUpperCase());
+		SiteTemplate template = VoteManager.getInstance().getSite(site);
+		
+		String action = st.nextToken();
+		
+		switch (action)
+		{
+			case "reward":
+				player.getVariables().set(site.getSite(), System.currentTimeMillis() + (template.getHourToVote() * 60 * 1000));
+				
+				template.getRewardList().stream().filter(r -> Rnd.get(100) <= r.getChance()).forEach(r ->
+				{
+					L2ItemInstance item = new L2ItemInstance(r.getItemId());
+					item.setCount(r.getCount());
+					item.setEnchantLevel((r.getEnchant() > 0) && (item.isEnchantable() == 1) ? r.getEnchant() : 0);
+					player.addItem("Reward", item, player, true);
+				});
+				
+				template.getBuffList().stream().filter(b -> Rnd.get(100) <= b.getChance()).forEach(b -> b.getSkill().applyEffects(player, player));
+				break;
+			case "vote":
+				if (player.getVariables().hasVariable(site.getSite()) && (player.getVariables().getLong(site.getSite()) >= System.currentTimeMillis()))
+				{
+					player.sendMessage("You already vote in " + site.getSite() + ". Come in " + nextVoteAvailable(player.getVariables().getLong(site.getSite()), template));
+					return;
+				}

 

Edited by Kara`
Posted
3 minutes ago, Kara` said:

Dafaq all talking about? My code is fine. Don't make me post the damn thing cause ill just waste 40 euro and my time. 

The problem is about the damn method. You don't believe me? Enter his damn PC. Write player.getHWID() and if in SQL print the normal HWID come back and tell me cause for me it print SMART-GUARD. 

 

Again even if all are FINE and i'm wrong, still this is not a SCAM. I dont know why we wasted 4 pages for a guy. He denied to let me work. One night said "its seem it working" and 5 hours later he said "its not working" and 5 hours later he reported me for scam. 

 

There are many ways to solve delay problem, (free codes, partial refund). I have clients like Zacapa that i delayed them month and i try help them anytime i can for free without ask for money. Don't act as if we are company here. If someone believe my code is trash and not working PM me to show u the code (Only mods or people i know that they wont share like melron e.t.c). I'm done with this shit. If u want 20e refund ok but forget it. 

You are the one refusing to refund the work you didnt complete and thats why there are so many posts. Even when you said you will refund you added extra delay.

You still try to manipulate the audience. I said it seems to be working on local but i had to test on live server. (dont have 2nd tester on local) Also that happened like 5 times, did you forget about those?

Posted
1 minute ago, kavvadi said:

You are the one refusing to refund the work you didnt complete and thats why there are so many posts. Even when you said you will refund you added extra delay.

You still try to manipulate the audience. I said it seems to be working on local but i had to test on live server. (dont have 2nd tester on local) Also that happened like 5 times, did you forget about those?

Manipulate? 3 people on pm's tell me to ignore you cause you wasted their time and they are devs. And im sitting here listening to your bullshit cause you want full refund for a code you received. The other 3 codes i've done for you works perfect and each cost 15 to 20e. You paid 50 and you want 30 euro back. So it's like i haven't done any code for you. So your solution?

You have 3 of my codes + my vote engine + 30 euro (out of 50). Good solution good mate. Nice story bro.

Posted
1 minute ago, Kara` said:

Manipulate? 3 people on pm's tell me to ignore you cause you wasted their time and they are devs. And im sitting here listening to your bullshit cause you want full refund for a code you received. The other 3 codes i've done for you works perfect and each cost 15 to 20e. You paid 50 and you want 30 euro back. So it's like i haven't done any code for you. So your solution?

You have 3 of my codes + my vote engine + 30 euro (out of 50). Good solution good mate. Nice story bro.

If they want to complain about my behavior towards them they can msg me here or on my skype.

You didnt complete the codes No. 5, 6, 7, 9, 10 from the list i payed you to code.

You completed codes 2, 3, 8, 11. You sold me vote code for 20 euros so im adding extra 10 euros for the rest of the 4 codes you didnt make. It seems im asking less money that what i should. You didnt complete even 50% of what we agree and you want to refound 40%.

Posted
8 minutes ago, kavvadi said:

If they want to complain about my behavior towards them they can msg me here or on my skype.

You didnt complete the codes No. 5, 6, 7, 9, 10 from the list i payed you to code.

You completed codes 2, 3, 8, 11. You sold me vote code for 20 euros so im adding extra 10 euros for the rest of the 4 codes you didnt make. It seems im asking less money that what i should. You didnt complete even 50% of what we agree and you want to refound 40%.

I'm done with you mate you waste my time. You've got my codes that cost 60euro or so, you paid 50 and u want 30 back. Not even negotiate. 

Posted

Quick update:

Kara before 7 days said he would refund the codes he didnt complete in 4 days but i didnt receive anything yet.

My pack has/had HWID system as users above wrongly accused it and even mods like SweetS avoid answering on why i shouldnt get a refund for the following codes.

- right click toggle auto pots (left click still usable)
- oly cycle config not working
- commands party duel
- fort siege timer (like castle)
- trade input of weapon = yellow pm with link to item

Posted
1 hour ago, kavvadi said:

Quick update:

Kara before 7 days said he would refund the codes he didnt complete in 4 days but i didnt receive anything yet.

My pack has/had HWID system as users above wrongly accused it and even mods like SweetS avoid answering on why i shouldnt get a refund for the following codes.

- right click toggle auto pots (left click still usable)
- oly cycle config not working
- commands party duel
- fort siege timer (like castle)
- trade input of weapon = yellow pm with link to item

And here we are again.

Keep doing that and you will end up punished instead of the one you're trying to "punish".

Already answered to every possible question you have and you just don't get it.

Posted (edited)
4 minutes ago, Designatix said:

And here we are again.

Keep doing that and you will end up punished instead of the one you're trying to "punish".

Already answered to every possible question you have and you just don't get it.

You never answered on the previous 10+ posts why he didnt code those 5 codes?

Please show me your reply so i can understand whats my mistake.

Edited by kavvadi
typo
Posted

Beware of a scammer on discord trying to use Pufas name. Got scammed an in game item for l2 and this persona is smart to. After he got item he deleted his PMs with me but left a msg in my PM to show he was actually talking to me.

 

He dosnt have his discord listed even though I did not check his Skype.

 

 

https://imgur.com/a/W8mkOFz

  • 1 month later...
Posted
On 12/23/2018 at 12:03 AM, Memoriax said:

Beware of a scammer on discord trying to use Pufas name. Got scammed an in game item for l2 and this persona is smart to. After he got item he deleted his PMs with me but left a msg in my PM to show he was actually talking to me.

 

He dosnt have his discord listed even though I did not check his Skype.

 

 

https://imgur.com/a/W8mkOFz

Yes, someone tried to scam me using a fake pufa discord, be vigilent, his discord id: MrMolly#5390 and his profile https://maxcheaters.com/profile/219644-melinusam/

  • 2 weeks later...
Posted

I dont know if this is the right place to post it but seems ok to me since i fell like i got scammed.

 

i agree 13th  January 2019 with Reborn12 L2Moderator here, to create a project,he had the pack and i request him to add some codes and features.He told me he will sell the pack+source for 130 euro and with adds the price will be 260 euros and in 2 weeks the pack will be ready.I agreed i sent him 60 euros to start up,5 february i send 50 euro more since he have not finished since he was saying to me all the time he got something to do,and i send him 130 euros more 14 february because the Grand Opening for my project was in 2 days and i said to him i will send u the 20 euro more in a few days.Thats the short story read the proofs and screens on the following links do not trust him and i will request his L2Moderator title to be removed and i want my money back,i close the server because problems occurs all the time and he went off,he never log to test such a thing.Please take care

 

The conversation is in greeklish language.

 

https://imgbbb.com/image/1hRgU Chat

 

https://imgbbb.com/image/1h16v Chat

 

https://imgbbb.com/image/1h7br Chat

 

https://imgbbb.com/image/1hrPd Chat

 

https://imgbbb.com/image/1huve Chat

 

Payment Proofs below.

 

https://imgbbb.com/image/1hCoR

 

https://imgbbb.com/image/1hW1J

 

https://imgbbb.com/image/1hmON

 

Posted (edited)
1 hour ago, Observer™ said:

I dont know if this is the right place to post it but seems ok to me since i fell like i got scammed.

 

i agree 13th  January 2019 with Reborn12 L2Moderator here, to create a project,he had the pack and i request him to add some codes and features.He told me he will sell the pack+source for 130 euro and with adds the price will be 260 euros and in 2 weeks the pack will be ready.I agreed i sent him 60 euros to start up,5 february i send 50 euro more since he have not finished since he was saying to me all the time he got something to do,and i send him 130 euros more 14 february because the Grand Opening for my project was in 2 days and i said to him i will send u the 20 euro more in a few days.Thats the short story read the proofs and screens on the following links do not trust him and i will request his L2Moderator title to be removed and i want my money back,i close the server because problems occurs all the time and he went off,he never log to test such a thing.Please take care

 

The conversation is in greeklish language.

 

https://imgbbb.com/image/1hRgU Chat

 

https://imgbbb.com/image/1h16v Chat

 

https://imgbbb.com/image/1h7br Chat

 

https://imgbbb.com/image/1hrPd Chat

 

https://imgbbb.com/image/1huve Chat

 

Payment Proofs below.

 

https://imgbbb.com/image/1hCoR

 

https://imgbbb.com/image/1hW1J

 

https://imgbbb.com/image/1hmON

 

 

About the delay well its common, some people might have trouble with hours, but

seriously you paid that retard 200 euro for what? Mate i'm really sorry to say but you asked for it.

Like did you even check his codes before you buy ?

 

The guy shared 1 simple line of code that spawn a monster yet he made 200 mistakes

Seriously you asked for it..

 

Edited by Kara`

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Had to set up a bunch of virtual numbers for a small project last month, and SMS-Activate worked fine for quick testing. For longer-term stuff, I ended up using Telxi — their service made it easy to handle voice and messaging without extra headaches. It kept things simple and reliable, which mattered a lot when I was juggling other tasks.
    • So how to build this. As a concept. Farming actions should be done by coding. Target choose AI. Avoid getting stuck.   What is AI actually needed for inside a game?.   Chatting moving and choosing Example call for custom town event. Second example come for pvp at that area. It Is amazing to have players respond.   Is there a way to run something on each players PC? Like what boting programs do? Do it. To avoid server lag.   Second. AI for monster's. To be able to feel each monster like a pvp. is what makes a game a masterpiece. Plus insulting. In real Time.   AI for npcs. It can help but is not Worth if it causes even a fragment of lag.   AI and party. Clan. Can it be smart enough to have any meaning to use it as a real player?  If yes it should be added. AI should also be used on pets.   Chatting  with allied AI. If you can explain to it to focus the healer and it does. it's becoming perfect.   It should be like a friend and an assistant.    How this should be done. Different AI for fake players Different for monsters. Why? Monsters are easy to manage. Players are not. You must add also the events rules. Example. CTF go and try to score.   How to make AI for pvp. Set rules to avoid feeding. How? Smart call for friends. Events go all in unless something is wrong. Overseer needed.  Should npc try to be a real player? No. Unless it's a custom server. Npc must try to buy or auto earn only with fixed prices. To avoid getting scammed exploited. Should they farm forever? Yes. Should they progress? Yes. Having people on farm zones makes the game alive.   Now.  What is needed.   An AI as an overseer. Check and correct the rest. An AI for the players. An AI for the monsters. Npc really optional not worth. How it should be done.   Make the training data you want. Via interface assist. And copy paste them inside the main mother model. So people can actually use and train the AI for their own unique server.   If it is possible to explain as GM char  And the AI can be asked to save it. It would be the perfect scenario. Also option to showcase to you.   So one program for the AI. And another for training. Can AI be used for low rate servers? No it will never work. Can it be used for custom server's? Yes it will be able to thrive.   If there is anything you can't understand in general.   Or if you don't understand why everything should be done exactly as explained above. I can help you with it  in absolute detail.
    • 我们的 Telegram 频道 已达到 3000 名订阅者! 感谢大家对我们项目的支持与关注! 我们即将举办一场精彩的抽奖或比赛,专为您准备! 不要错过参与的机会 — 立即订阅:https://t.me/accsforyou_shop✅ 活跃链接: 数字商品商店(网站):前往 商店 Telegram 机器人:前往 用于购买 Telegram Stars 的机器人:前往 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的 促销与特别优惠,可用于购买我们平台的产品与服务: 1. 使用优惠码 OCTOBER2025(8% 折扣)在十月期间通过我们的网站或机器人购物!首次购买还可使用优惠码 SOCNET(15% 折扣)。 2. 获得 $1 商店余额或 10–20% 折扣 —— 只需在我们网站注册后在论坛留言:“SEND ME BONUS, MY USERNAME IS...”。 3. 首次试用 SMM 面板可获得 $1 奖励 —— 只需在我们网站(支持页面)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和用于购买 Stars 的机器人中赠送 Telegram Stars!
    • 我们的 Telegram 频道 已达到 3000 名订阅者! 感谢大家对我们项目的支持与关注! 我们即将举办一场精彩的抽奖或比赛,专为您准备! 不要错过参与的机会 — 立即订阅:https://t.me/accsforyou_shop✅ 活跃链接: 数字商品商店(网站):前往 商店 Telegram 机器人:前往 用于购买 Telegram Stars 的机器人:前往 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的 促销与特别优惠,可用于购买我们平台的产品与服务: 1. 使用优惠码 OCTOBER2025(8% 折扣)在十月期间通过我们的网站或机器人购物!首次购买还可使用优惠码 SOCNET(15% 折扣)。 2. 获得 $1 商店余额或 10–20% 折扣 —— 只需在我们网站注册后在论坛留言:“SEND ME BONUS, MY USERNAME IS...”。 3. 首次试用 SMM 面板可获得 $1 奖励 —— 只需在我们网站(支持页面)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和用于购买 Stars 的机器人中赠送 Telegram Stars!
    • 我们的 Telegram 频道 已达到 3000 名订阅者! 感谢大家对我们项目的支持与关注! 我们即将举办一场精彩的抽奖或比赛,专为您准备! 不要错过参与的机会 — 立即订阅:https://t.me/accsforyou_shop✅ 活跃链接: 数字商品商店(网站):前往 商店 Telegram 机器人:前往 用于购买 Telegram Stars 的机器人:前往 SMM 面板:前往 – 推广您的社交媒体账户。 我们向您展示当前的 促销与特别优惠,可用于购买我们平台的产品与服务: 1. 使用优惠码 OCTOBER2025(8% 折扣)在十月期间通过我们的网站或机器人购物!首次购买还可使用优惠码 SOCNET(15% 折扣)。 2. 获得 $1 商店余额或 10–20% 折扣 —— 只需在我们网站注册后在论坛留言:“SEND ME BONUS, MY USERNAME IS...”。 3. 首次试用 SMM 面板可获得 $1 奖励 —— 只需在我们网站(支持页面)提交标题为 “Get Trial Bonus” 的工单。 4. 每周在我们的 Telegram 频道和用于购买 Stars 的机器人中赠送 Telegram Stars!
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock