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...
  • 2 weeks later...
  • 3 weeks later...
  • 1 year later...

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...

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