Jump to content

Recommended Posts

Posted

After my bad coding in the last one,  i decided to rework it

idea fully taken from here : http://l2jesios.org/index.php?topic=2210.0

 

89633783.png

 

you will need to add two new columns to your character.sql

rank , text , length : 20 , allow null

wins , tinyint , length : 100 , allow null

loses, tinyint , length : 100 , allow null

and excute this to your dp

CREATE TABLE `rankedteams` (
  `name` text,
  `leader` text,
  `member1` text,
  `member2` text,
  `member3` text,
  `member4` text,
  `wins` int,
  `loses` int,
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

to add new rank go to Ranks.java and add after

Rank("Ranked", 100),
Rank2("Unrnked", 0);

this

	Rank3("rank name here ", rank pts here),

 

code : http://pastebin.com/jKdPQDLK

 

 

Posted

What is supposed to do with your ranked team 5 vs 5;o

give more info,i like the idea much!

your team members is registerd and if there is other team registered match will start

Posted

After my bad coding in the last one,  i decided to rework it

idea fully taken from here : http://l2jesios.org/index.php?topic=2210.0

 

89633783.png

 

you will need to add two new columns to your character.sql

wins , tinyint , length : 100 , allow null

loses, tinyint , length : 100 , allow null

and excute this to your dp

CREATE TABLE `rankedteams` (
  `name` text,
  `leader` text,
  `member1` text,
  `member2` text,
  `member3` text,
  `member4` text,
  `wins` int,
  `loses` int,
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

to add new rank go to Ranks.java and add after

Rank("Ranked", 100),
Rank2("Unrnked", 0);

this

	Rank3("rank name here ", rank pts here),

 

code : http://pastebin.com/N30ujxAc

 

 

I will add this to hellas for sure! thanks for the share dude!

Posted

half code was done from Matim ?

because it says at L2LeagueInstance.java

 

+/**
+ * @author Matim
+ * @version 1.0
+ */

since I was using Matim npc as a  base so forgot to change authority

Posted

why 5v5 solo and 5vs5 team?

the meaning of solo is beign 1 your self vs others? it could be 1v1 2v2 3v3 4v4 5v5 etc

no 5vs5 you register for a 5 vs 5 match you're assigned to random team in 5vs5 team match you are with your team which you create

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



×
×
  • 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