Jump to content

Recommended Posts

Posted
On 23/01/2018 at 3:24 PM, Nightw0lf said:

we all had to start from somewhere no shame on that

just enclose all the big code inside of this and it will be activated with 50% chance


if (Rnd.get(100) > 50){
  //paste the code here
}

 

Sidenote : Rnd.nextBoolean() is more straight.

Posted
On 27/1/2018 at 6:00 PM, xxdem said:

image.png.fbdd2ec4649d3b1b6ca4e83b8ddf27a8.png

 

straight from my source, enjoy

 

Bugtracking at your source must be a pain in the ass

kinda in parity with l2jfrozen devs

Posted
On 1/28/2018 at 8:51 PM, Versus said:

 

Bugtracking at your source must be a pain in the ass

kinda in parity with l2jfrozen devs

 

Wasn't made to be readable, it does its job extremely well and if you are able to read it you will realize that it is much more sophisticated than it looks

Posted

Actually if you really spent time to read through it if you are able to understand it you will see that this is a secret magic recipe code, of course readability is the least of my concerns

  • 6 months later...
Posted (edited)
13 hours ago, Xenokage said:

any way to make this code stop enchanting when item gets to +20 or smth ? cause like this it enchant more than ' max enchant '

 

No its impossible and need days of adjustment in core or...

 

if (enchant >= Config.MAX_ENCHANT)
return;

ok.

Edited by Kara`
  • 5 years later...
Posted

can you send it in pastebin because like this put this and that here and find this here i can't do nothing... 😛 by the way i have 1k pvp item costum... i am scared what if i put something like that will bugged... and after 1k pvp someone get like 100+ enchant to his gear... so will be broken 

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.



×
×
  • Create New...