• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot

Status
Not open for further replies.
Legendary Battlemage
Loyal Member
Joined
Sep 28, 2008
Messages
600
Reaction score
291
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

What's the chaos you meant? o.o...
 
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

Whens Chaos, I've read spadow's blog and everything and can't find the date?
Just say School is very gay. Does Multi-World actually work or is it just bein implanted then worked on?
Yes, they should. In the next revision the storage will be seperate too.

And Chaos is coming the 15th of June.

Search it if you don't know what it is.

And did something wrong in previous post:

This:
Code:
if (notifications.get(ch.getId() - 1).size() > 0) {
Should be this:
Code:
if (notifications.get(ch.getId()).size() > 0) {

But there is more to change, next revision it will be here.
 
Newbie Spellweaver
Joined
May 11, 2011
Messages
26
Reaction score
2
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

I guess so, haven't heard of any bugs yet. I tested it a bit and did not see any bugged stuff


o_O
Can I just copy the MapleParty.java and transfer into my moopledev source folder ?
I dont want to update coz I edited many new custom thing inside my old source folder ....
 
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

o_O
Can I just copy the MapleParty.java and transfer into my moopledev source folder ?
I dont want to update coz I edited many new custom thing inside my old source folder ....
No you can't. Any bug report related to multi worlds (except storage). And what about the wrong skill animations?
 
Newbie Spellweaver
Joined
Apr 28, 2010
Messages
41
Reaction score
11
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

the channel load couldn't be displayed [REV112]

here's my image
kevintjuh93 - [Source] [v83] MoopleDEV | Multi Worlds | Rev 120 | Rev121 Snapshot - RaGEZONE Forums
nvm, I just fixed it myself.
 
Junior Spellweaver
Joined
Nov 23, 2010
Messages
173
Reaction score
9
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

solution for fix?
 
Custom Title Activated
Loyal Member
Joined
Mar 17, 2009
Messages
1,911
Reaction score
538
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

When you receive more then one buddy request at a time you DC.
 
Newbie Spellweaver
Joined
Apr 28, 2010
Messages
41
Reaction score
11
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

The function 'silentPartyUpdate' needs to be repaired too. (It doesn't update after someone in your party gets level.) [REV112]
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

Thanks for the bug report. Will fix them ASAP.
@C00KIE, can you save me some work by telling me what you did?
 
Newbie Spellweaver
Joined
Apr 28, 2010
Messages
41
Reaction score
11
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

Thanks for the bug report. Will fix them ASAP.
@C00KIE, can you save me some work by telling me what you did?
sure,

Code:
    public Map<Byte, Integer> getLoad(byte i) {
        //Map<Byte, Integer> ppl = Server.getInstance().getLoad(i);
        Map<Byte, Integer> ppl = new HashMap<Byte, Integer>();
        for (Channel cwi : Server.getInstance().getChannelsFromWorld(i)) {
            ppl.put(cwi.getId(), cwi.getPlayerStorage().getAllCharacters().size());
        }
        return ppl;
    }
 
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

Oh wow, Kevin still going pro like always :D Goodjob on the source xD
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

sure,

Code:
    public Map<Byte, Integer> getLoad(byte i) {
        //Map<Byte, Integer> ppl = Server.getInstance().getLoad(i);
        Map<Byte, Integer> ppl = new HashMap<Byte, Integer>();
        for (Channel cwi : Server.getInstance().getChannelsFromWorld(i)) {
            ppl.put(cwi.getId(), cwi.getPlayerStorage().getAllCharacters().size());
        }
        return ppl;
    }
I wanted to do that first, but have to check if it fucks things because you have to load these instances whenever someone gets to the channel selection. Thanks anyways.
 
Newbie Spellweaver
Joined
Jul 17, 2008
Messages
12
Reaction score
0
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

Ok, I know Moople isn't supposed to have rebirths but I added them (a maximum of 2 though) anyway.
But now my players are running into a problem. When they rebirth, they can't add points into 2nd job skills anymore. After the first job they keep getting "You are lacking level 1 skills" even though all of them are maxed.

Is this something that could be fixed in the source? If so, any idea where? I've been looking through the method where you actually increase the skill levels but it looks fine.

Edit:

Also, Pendant of Spirit resets after entering the Cash Shop. Is there any way to make it stop doing that? Really annoying for people who click the CS button by accident, or press the ` on their keyboard.
 
Last edited:
Custom Title Activated
Loyal Member
Joined
Jun 30, 2008
Messages
3,451
Reaction score
1,616
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

Ok, I know Moople isn't supposed to have rebirths but I added them (a maximum of 2 though) anyway.
But now my players are running into a problem. When they rebirth, they can't add points into 2nd job skills anymore. After the first job they keep getting "You are lacking level 1 skills" even though all of them are maxed.

Is this something that could be fixed in the source? If so, any idea where? I've been looking through the method where you actually increase the skill levels but it looks fine.

Edit:

Also, Pendant of Spirit resets after entering the Cash Shop. Is there any way to make it stop doing that? Really annoying for people who click the CS button by accident, or press the ` on their keyboard.

Thanks that problem will be next revision.

And go to the help section for custom stuff.
 
Custom Title Activated
Loyal Member
Joined
Mar 17, 2009
Messages
1,911
Reaction score
538
Re: [Source] [v83] MoopleDEV | Multi Worlds | Rev 112

Kev, players are getting stuck in game, and DCing them won't work.
 
Last edited:
Status
Not open for further replies.
Back
Top