Jump to content

Recommended Posts

  • 1 month later...
  • 9 months later...
  • 1 month later...
  • 3 months later...
Posted

can i ask something?cauze i m newbie in java modifications and newbie at developer either.  when i edit the java and i delete those lines i don't like i make Save?! and then just open login,gameserver and it's working?

 

Posted

can i ask something?cauze i m newbie in java modifications and newbie at developer either.  when i edit the java and i delete those lines i don't like i make Save?! and then just open login,gameserver and it's working?

 

Posted

It's a nice guide. I also added these lines so you can only subclass another class in the same race you are. Now I would like to make it so there subclass stacks with their main class. Does anyone know of a guide I could learn how to do this?

switch (player.getRace())

{

case elf:

subclasses.removeAll(getSet(DarkElf, Third));

                subclasses.removeAll(getSet(Human, Third));

                subclasses.removeAll(getSet(Dwarf, Third));

                subclasses.removeAll(getSet(Orc, Third));

break;

case darkelf:

subclasses.removeAll(getSet(LightElf, Third));

                subclasses.removeAll(getSet(Human, Third));

                subclasses.removeAll(getSet(Dwarf, Third));

                subclasses.removeAll(getSet(Orc, Third));

break;

case orc:

                  subclasses.removeAll(getSet(LightElf, Third));

                  subclasses.removeAll(getSet(DarkElf, Third));

                  subclasses.removeAll(getSet(Human, Third));

                  subclasses.removeAll(getSet(Dwarf, Third));

                  break;

}

  • 4 months later...
  • 2 weeks later...
Posted

ty dude

i see you are new!!  frist is not alowed to use  "ty"  "nice" .. frist go and learn the rulles after try to do a post!  frist warn..
  • 2 weeks later...
  • 3 weeks later...
  • 1 year later...

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