Help Crystal Master Code Support

Mu online season 21 - grand opening

Hab

Legend Of Mir 2 Oblivion Server Owner
Jun 12, 2024
688
312
85
Middlesbrough
Hi guys, I'm having the same code error popping up even though nothing has been edited in the code.
It's been running fine until this message self generated.
1766579475454.png

I thought it was my awakening NPC, so It got removed.

Any coders able to sort this out i'll pay
 

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,287
520
Find this in PlayerObject.cs
public void AwakeningNeedMaterials(ulong UniqueID, AwakeType type)

Below this line
if (type == AwakeType.None) return;

Add this
if (Awake.AwakeMaterials.Count < (int)type)
{
return;
}

Below this line

int idx = 0;

Add this
if (Awake.AwakeMaterialRate.Length < (int)item.Info.Grade)
{
continue;
}

Your issue is Awakening is only setup to work for the first 4 item grades. It doesn't work with Heroic.

My Pay pal link is in my signature thanks.
 
Upvote 0

Hab

Legend Of Mir 2 Oblivion Server Owner
Jun 12, 2024
688
312
85
Middlesbrough
Find this in PlayerObject.cs


Below this line


Add this


Below this line



Add this


Your issue is Awakening is only setup to work for the first 4 item grades. It doesn't work with Heroic.

My Pay pal link is in my signature thanks.
Thanks mate, can you drop me a PM on WhatsApp please? I'll offer you £20 if you can fix this via AnyDesk real quick and possibly add in the heroic glyphs and soul
, I would PM you here but I've got a ban on lol.
Post automatically merged:

Have you paid back the people you scammed yet, or are you planning to scam someone else? The error message clearly tells you everything you need to know tho.
I'm just hoping for a post that doesn't get jumped in peace lol.
I didn't scam anyone, I owed Jev £50 for a set of files from like 1 year ago because my Discords kept getting banned.
 
Last edited by a moderator:
  • Haha
Reactions: Wummy
Upvote 0

Hab

Legend Of Mir 2 Oblivion Server Owner
Jun 12, 2024
688
312
85
Middlesbrough
I've been looking for a coder tbh lol, I just need an overhead to keep an eye on that side of things for errors like this I'm unaware of lol
 
Upvote 0

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,287
520
Thanks mate, can you drop me a PM on WhatsApp please? I'll offer you £20 if you can fix this via AnyDesk real quick and possibly add in the heroic glyphs and soul
, I would PM you here but I've got a ban on lol.
Post automatically merged:


I'm just hoping for a post that doesn't get jumped in peace lol.
I didn't scam anyone, I owed Jev £50 for a set of files from like 1 year ago because my Discords kept getting banned.
I've just commited them to the public source with the Heroic changes too. You should be able to just merge your code in.


Feel free to send me more money
 
Upvote 0

Hab

Legend Of Mir 2 Oblivion Server Owner
Jun 12, 2024
688
312
85
Middlesbrough
I've just commited them to the public source with the Heroic changes too. You should be able to just merge your code in.


Feel free to send me more money
You are a legend, I'll ping you £15
 
  • Like
Reactions: Far
Upvote 0

Hab

Legend Of Mir 2 Oblivion Server Owner
Jun 12, 2024
688
312
85
Middlesbrough
U said £20 🤓
Already sent some for the code he wrote
Post automatically merged:

U said £20 🤓
Your turn :P
Post automatically merged:

@Far
I've got another £15 if you could write up a Name Change Colour Script for Crystal mate.
At the moment there is commands but the colour change isn't implemented yet.
Are you able to do this one please?
 
Last edited:
  • Like
Reactions: Hercules
Upvote 0

Far

tinmymouthpl0x
Staff member
Administrator
May 19, 2003
20,683
34
3,287
520
Upvote 0