Jump to content

Recommended Posts

Posted

 

Chronicle Support/Protocol

 

- High Five

- Grand Crusade

- Salvation

- Ertheia

- Essence Battle Chronicles (338)

- Essence Vanguard (362)
- Hore's Tome / Master Class Ch. (388)

- Awakening

 

- Interlude not supported maybe in future

 

- The work is only made at unreal script by the default library from L2

- Dont Work with custom native functions by any DLL

- Work also with Server Connections (RequestByPass) and custom packet info used By UnrealScript like ExSendUITimer, TutorialWnd

- Every job will be encrypted and obfuscated.
- Before start the job i request a % of the job in case the costumer decides that don't want the service anymore so i don't waste my time
+We accept Paypal(10% extra fee)

 

- Be sure that my time is limited because of my real life so considered advised about it before order my services

 

- Price will depend on complexity

 

 

Discord

 

Join our discord for more informations i will accept Pms only through discord

  • Like 3
  • Thanks 1
  • Upvote 3
Posted

😘

10) Prices must be displayed (and visible) in public on the main topic.

- If you sell a product (code, server files, updater, etc.) the exact price must be displayed.
- If you sell your services, however, you need to show an estimated price for different tasks with examples.

  • Haha 1
  • Upvote 2
Posted

I remember having a conversation for h5 Interface with cele. 2 months it wasn't ready and then he disappeared. I really don't understand how you do business like that and also receive positive comments... Unless I did something wrong...

Posted
3 hours ago, Naseka said:

😘

10) Prices must be displayed (and visible) in public on the main topic.

- If you sell a product (code, server files, updater, etc.) the exact price must be displayed.
- If you sell your services, however, you need to show an estimated price for different tasks with examples.

 

Sadly no prices because any task i get the time i waste will tell you the price  but i can add modules later today and write prices

1 hour ago, BabayG said:

I remember having a conversation for h5 Interface with cele. 2 months it wasn't ready and then he disappeared. I really don't understand how you do business like that and also receive positive comments... Unless I did something wrong...

 

Been busy also h5 was not my main stuff now will be also you did nothing wrong

@BabayG  also about h5 interface its almost ready you can take a preview from my partner that he made the video Justice H5 Essence interface

 

Posted
1 hour ago, Naseka said:

Would be nice to see what you did/can do. Also following question, only essence or main too?

 

We did random craft from higher chronicles for H5 

Preview

 

https://i.imgur.com/nUGuSok.mp4

Posted
7 hours ago, Celestine said:

 

Sadly no prices because any task i get the time i waste will tell you the price  but i can add modules later today and write prices

 

Been busy also h5 was not my main stuff now will be also you did nothing wrong

@BabayG  also about h5 interface its almost ready you can take a preview from my partner that he made the video Justice H5 Essence interface

 

Nicu. Not interested in h5 though anymore. Working on 362

Posted
3 hours ago, BabayG said:

Nicu. Not interested in h5 though anymore. Working on 362

 

will take orders for higher chronicles aswell so not only H5

Posted
9 minutes ago, Celestine said:

 

for now we accept 338 and 362 protocols but probably we can

If you find compiler for 166 let me know I need it too 🙂

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • You always find a way to lower the bar. Consistency matters. I admire your dedication to being completely unaware of how little you matter.     at least you are not entirely useless you can always serve as a bad example
    • hahahahahahahahahahahaha this says more about MaxCheaters than about me xD
    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
    • A new template is available: Mystical-World - Responsive HTML Template    
  • 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