Jump to content

Recommended Posts

Posted (edited)

Hello, Im Gabriel.


I've been working for almost 7-8 years with lineage 2 java version for various clients with various types of request. Till now, I never really announced my job because I didn't felt like it. All of those clients that I have now, came to me via recommendations from friends and/or older clients. 
And due request of old and new potential clients, they asked me to make an site and announce my job, because they think that there are a lot of servers that might need my help.

So here am I, 

I make core/data-sided changes on any type of pack as long the source code is present, everything can be edited or added.

for Client-Sided stuff I recommend my friend: @NevesOma
On my website you can find the prices for the things I've coded and/or adapted for various clients.
For any custom request, the price is 40 Euros per hour. 80 Euros if it is urgent.

You can find my contact info and more stuff on my website -> l2jgabdev
 

Wondering about who I am, or if I'am trustable, you can check this post on mxc and see the comments. There are a few of my clients and friends that left a little word about my job: -> WTS [H5] L2 EliteClub / L2Neptune Source / Project Pack.

For any other questions, you can send me an PM here or on any of my other contact methods.

Have a nice day!
 

Edited by HyperBlown
new price.
  • Like 6
  • Thanks 2
  • Upvote 1
Posted (edited)

well looks awesome job , do u work for client side also ?

 

i m interest for auto farm , but for me now the price is 2 hight

Edited by GsL
  • Upvote 1
Posted

Half of those were free shared, some of those are work of other devs. Some others were broken free shared or parts of shared packs. Weird you selling them as yours.

You have great html editing skills.

 

No hate. Just facts.

  • Thanks 1
  • Upvote 1
Posted
  On 5/21/2021 at 7:57 AM, GsL said:

well looks awesome job , do u work for client side also ?

 

i m interest for auto farm , but for me now the price is 2 hight

Expand  

My knowledge is very little on client side. Check with neves or Celestine for client sided stuff.

 

  On 5/21/2021 at 10:46 AM, `Son said:

Half of those were free shared, some of those are work of other devs. Some others were broken free shared or parts of shared packs. Weird you selling them as yours.

You have great html editing skills.

 

No hate. Just facts.

Expand  

Yes indeed! There are a few there that ain't mine, you can see that on the lower priced mods. But hey, I worked on them, fixed broken stuff, changed a lot of things. and Time is Money right? And thanks, Html in Lineage is a pain in the ass without css and other frameworks!

Posted (edited)

Skillful and he knows what he's doing. Just name the concept and he will be able to come with ideas on how to implement it. I have purchased many codes and everything works like a charm. Even if they're not the support  is great.  Good luck with future sales. 

Edited by Seamless
  • Like 1
Posted
  On 5/21/2021 at 11:51 AM, HyperBlown said:

My knowledge is very little on client side. Check with neves or Celestine for client sided stuff.

 

Yes indeed! There are a few there that ain't mine, you can see that on the lower priced mods. But hey, I worked on them, fixed broken stuff, changed a lot of things. and Time is Money right? And thanks, Html in Lineage is a pain in the ass without css and other frameworks!

Expand  

Even myself I would pay just for some of those html designs. They are amazing. I would insist tho to try modify htmls kinda more so they don't remind anything of the old versions. (eg: Clan Board)

Well done!

  • Thanks 1
Posted

Gabriel offers top notch services.

  • Good communication skills (and a friendly person)
  • Good in-game knowledge
  • Well structured and documented code
  • Fast delivery

I'm glad our paths crossed ðŸ™‚

 

  • Like 2
  • 1 month later...
Posted

Damn , he is good
1. Fast Response
2. Friendly
3. Trusted Person
4. Responsible with job
5. He Have Quality
6. Fast Worker and Skilled

He will finish the task even the task is hard, Recommended Developer for your Server :readrules:
 

pricePerHour: 20.0
pricePerMinute: 0.33333334
pricePerSecond: 0.0055555557
1: "-" 00:00:35.125 // € 0,19
2: "-" 00:00:00.000 // € 0,00
3: "-" 00:35:12.378 // € 11,73
4: "-" 00:04:35.197 // € 1,53
5: "-" 00:43:45.765 // € 14,58
6: "-" 00:59:32.291 // € 19,84
7: "-" 00:00:00.000 // € 0,00
8: "-" 00:00:00.000 // € 0,00
9: "-" 00:13:38.128 // € 4,54
Total: 02:37:17
Total Price (Non Taxed - Revolut): € 52,43
Taxes Paypal: 7%: 3.6699448
Taxes Paypal: 3.5% (Client - Paypal): 1.8349724
Total Price (Taxed): € 54,26
If Paypal, please send € 54,26 To: -------
Thank you very much!

 

  • Thanks 1
  • Upvote 1
  • 2 months later...
Posted

Helpful & reliable a really friend guy I would vouch for using him for making your server more beautiful and enjoyable with his custom mods.💯
 

  • Thanks 1
  • 6 months later...
Posted

I will be locking this topic and won't be accepting new clients for a while. I am currently full booked every week working for some big essence - classic servers. When I find some place I will unlock the topic for new requests. If you still think you need me or what so ever, explain it to me on my discord why it can only be me and no other dev.

Yours truly.

 

Guest
This topic is now closed to further replies.


  • Posts

    • hello, i want to wtt my charracter in l2elmorelab 1x harbor for 1.5kkk adena in l2reborn 10x new. Or if you interested tell me your offer. :)) Clean Mail 30 lvl Cleric Naked   Updated.
    • package ai.npc.NFWalker; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Random; import l2r.gameserver.enums.CtrlIntention; import l2r.gameserver.model.Location; import l2r.gameserver.model.actor.L2Npc; import l2r.gameserver.model.quest.Quest; import l2r.gameserver.network.clientpackets.Say2; import l2r.gameserver.network.serverpackets.NpcSay; public class NFWalkerAI extends Quest { private static final int WALKER_NPC_ID = 20116; private final Map<String, Route> routes = new HashMap<>(); private final Map<Integer, Integer> npcIndexes = new HashMap<>(); private final Map<Integer, Boolean> npcReverse = new HashMap<>(); private final Map<Integer, String> npcCurrentRoute = new HashMap<>(); public NFWalkerAI() { super(-1, NFWalkerAI.class.getSimpleName(), "ai/npc/NFWalker"); loadRoutes(); addSpawnId(WALKER_NPC_ID); } private void loadRoutes() { // Route 1 Data Route route1 = new Route("route1"); route1.addPoint(new RoutePoint(0, 149363, 172341, -941, 0, false, "")); route1.addPoint(new RoutePoint(1, 148568, 172328, -980, 5, true, "Puff")); route1.addPoint(new RoutePoint(2, 148536, 172792, -980, 0, false, "")); // Route 2 Data Route route2 = new Route("route2"); route2.addPoint(new RoutePoint(0, 149363, 172341, -941, 0, false, "")); route2.addPoint(new RoutePoint(1, 150248, 172328, -980, 5, true, "Rise my children! Bring me the servants of the god! Let them be offered to our god Bifrons!")); route2.addPoint(new RoutePoint(2, 150248, 172776, -980, 0, false, "")); // Add routes to the map routes.put("route1", route1); routes.put("route2", route2); } @Override public String onSpawn(L2Npc npc) { if (npc.getId() == WALKER_NPC_ID) { selectInitialRouteForNpc(npc); } return super.onSpawn(npc); } @Override public String onAdvEvent(String event, L2Npc npc, l2r.gameserver.model.actor.instance.L2PcInstance player) { if (event.equalsIgnoreCase("move")) { moveNpc(npc); } else if (event.equalsIgnoreCase("check_reached")) { checkIfReached(npc); } return null; } private void moveNpc(L2Npc npc) { String routeName = npcCurrentRoute.get(npc.getObjectId()); Route route = routes.get(routeName); Integer pointIndex = npcIndexes.get(npc.getObjectId()); if (route != null && pointIndex != null) { RoutePoint point = route.getPoints().get(pointIndex); if (point.isRun()) { npc.setRunning(); } else { npc.setWalking(); } if (!point.getChat().isEmpty()) { npc.broadcastPacket(new NpcSay(npc.getObjectId(), Say2.NPC_ALL, npc.getId(), point.getChat())); } npc.getAI().setIntention(CtrlIntention.AI_INTENTION_MOVE_TO, new Location(point.getX(), point.getY(), point.getZ())); // Log movement intention System.out.println("NPC " + npc.getObjectId() + " moving to " + point.getX() + ", " + point.getY() + ", " + point.getZ()); // Schedule a check to see if the NPC has reached its destination startQuestTimer("check_reached", 1000, npc, null); } } private void checkIfReached(L2Npc npc) { String routeName = npcCurrentRoute.get(npc.getObjectId()); Route route = routes.get(routeName); Integer pointIndex = npcIndexes.get(npc.getObjectId()); if (route != null && pointIndex != null) { RoutePoint point = route.getPoints().get(pointIndex); Location currentLocation = npc.getLocation(); Location targetLocation = new Location(point.getX(), point.getY(), point.getZ()); // Check if the NPC has reached the target location if (currentLocation.equals(targetLocation)) { // Log that the NPC has reached the target System.out.println("NPC " + npc.getObjectId() + " reached target " + targetLocation); // Schedule the next movement startQuestTimer("move", point.getDelay() * 1000, npc, null); if (!npcReverse.get(npc.getObjectId())) { pointIndex++; if (pointIndex >= route.getPoints().size()) { npcReverse.put(npc.getObjectId(), true); pointIndex = route.getPoints().size() - 1; } } else { pointIndex--; if (pointIndex < 0) { npcReverse.put(npc.getObjectId(), false); pointIndex = 0; // Choose a new route after completing the current one in both directions switchRouteForNpc(npc); return; } } npcIndexes.put(npc.getObjectId(), pointIndex); } else { // Check again after 1 second startQuestTimer("check_reached", 1000, npc, null); } } } private void selectInitialRouteForNpc(L2Npc npc) { // Randomly select either route1 or route2 String selectedRouteName = "route" + (new Random().nextInt(2) + 1); npcCurrentRoute.put(npc.getObjectId(), selectedRouteName); npcIndexes.put(npc.getObjectId(), 0); npcReverse.put(npc.getObjectId(), false); startQuestTimer("move", 5000, npc, null); // Log initial route selection System.out.println("NPC " + npc.getObjectId() + " selected initial route " + selectedRouteName); } private void switchRouteForNpc(L2Npc npc) { String currentRoute = npcCurrentRoute.get(npc.getObjectId()); String newRoute = currentRoute.equals("route1") ? "route2" : "route1"; npcCurrentRoute.put(npc.getObjectId(), newRoute); npcIndexes.put(npc.getObjectId(), 0); npcReverse.put(npc.getObjectId(), false); startQuestTimer("move", 5000, npc, null); // Log route switching System.out.println("NPC " + npc.getObjectId() + " switched to route " + newRoute); } private static class Route { private List<RoutePoint> points = new ArrayList<>(); public Route(String name) { } public void addPoint(RoutePoint point) { points.add(point); } public List<RoutePoint> getPoints() { return points; } } private static class RoutePoint { private int id; private int x, y, z, delay; private boolean run; private String chat; public RoutePoint(int id, int x, int y, int z, int delay, boolean run, String chat) { this.id = id; this.x = x; this.y = y; this.z = z; this.delay = delay; this.run = run; this.chat = chat; } public int getId() { return id; } public int getX() { return x; } public int getY() { return y; } public int getZ() { return z; } public int getDelay() { return delay; } public boolean isRun() { return run; } public String getChat() { return chat; } } } I looking for help, with this, the npc not start to move. Im trying to create, an NPC wich have multiple walk routes basic logic is  random pick a route complite the route  like Route 1 start form zero (0 -> 1 -> 2(or more) -> 1 -> 0) When the npc return to 0, the script should pic the other route and start again.  And if there is a message like point 1 here     "route1.addPoint(new RoutePoint(1, 148568, 172328, -980, 5, true, "Puff"));" The npc should display the chat message. Currently my problem is the npc not moving, but if I manage it to start moving its randomly move between the route 1 and 2 set of coordinates. Currently for me its  a nightmare. I hope anyone can help somhow.
    • We are certainly not an ambulance, but we will definitely cure you of blacklists and empty pockets. Live freely with SX! Each of you will receive a trial version of SX to familiarize yourself with the product, all you have to do is post in this thread
    • qual e o valor pra atualizar o java da soucer ?
  • Topics

×
×
  • Create New...