1 Attachment(s)
White angelic Blessing fix for Lithium Source
here's the white angelic blessing fix (:
1st go to MapleStatsEffect.java
Search for this and add this below Note: There's two Case 2022747 in MapleStatsEffect.java
2nd go to PlayerStat.java
and search for this
Code:
case 1112585:
equippedSummon = 1085;
add this below
Code:
case 1112594:
equippedSummon = 1085;
then search for
Code:
Case 1112594:
equippedSummon = 1179;
replace WITH Next Go to EquipAdditions.java
and search for this
Code:
Angelic_Ring(1112585, 1112586, 1112594),
replace it with this
Code:
Angelic_Ring(1112585, 1112586, 1112594, 1112663),
Clean and Compile, White Angelic Blessing should be working now ^^
Enjoy! ^^
Attachment 109312
Re: White angelic Blessing fix for Lithium Source
Re: White angelic Blessing fix for Lithium Source
Quote:
Originally Posted by
pauljeki
Good job.
Thanks bro!
Re: White angelic Blessing fix for Lithium Source
Very nice but i beat you to it for fixing it XD
Re: White angelic Blessing fix for Lithium Source
Quote:
Originally Posted by
mervyn3366
Very nice but i beat you to it for fixing it XD
But he beat you by releasing it. Also, Nice release and thanks.
Re: White angelic Blessing fix for Lithium Source
Quote:
Originally Posted by
TestMS
But he beat you by releasing it. Also, Nice release and thanks.
Doesnt work for me! I cant equip white angelic ring.
Re: White angelic Blessing fix for Lithium Source
Quote:
Originally Posted by
CEO
Doesnt work for me! I cant equip white angelic ring.
Well, It works perfectly fine. That means you did something wrong.
(I do not know how you can possibly mess up putting this into a source..)
Re: White angelic Blessing fix for Lithium Source
Re: White angelic Blessing fix for Lithium Source
i have this problem in compile:
init:
deps-clean:
Updating property file: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\built-clean.properties
Deleting directory C:\Users\Ori\Documents\NetBeansProjects\Lithium\build
clean:
init:
deps-jar:
Created dir: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build
Updating property file: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\built-jar.properties
Created dir: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\classes
Created dir: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\empty
Compiling 331 source files to C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\classes
C:\Users\Ori\Desktop\Lithium\src\client\PlayerStats.java:436: error: not a statement
Case 1112663:
C:\Users\Ori\Desktop\Lithium\src\client\PlayerStats.java:436: error: ';' expected
Case 1112663:
2 errors
C:\Users\Ori\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:406: The following error occurred while executing this line:
C:\Users\Ori\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:196: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 9 seconds)
Re: White angelic Blessing fix for Lithium Source
Quote:
Originally Posted by
orikiller
i have this problem in compile:
init:
deps-clean:
Updating property file: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\built-clean.properties
Deleting directory C:\Users\Ori\Documents\NetBeansProjects\Lithium\build
clean:
init:
deps-jar:
Created dir: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build
Updating property file: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\built-jar.properties
Created dir: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\classes
Created dir: C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\empty
Compiling 331 source files to C:\Users\Ori\Documents\NetBeansProjects\Lithium\build\classes
C:\Users\Ori\Desktop\Lithium\src\client\PlayerStats.java:436: error: not a statement
Case 1112663:
C:\Users\Ori\Desktop\Lithium\src\client\PlayerStats.java:436: error: ';' expected
Case 1112663:
2 errors
C:\Users\Ori\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:406: The following error occurred while executing this line:
C:\Users\Ori\Documents\NetBeansProjects\Lithium\nbproject\build-impl.xml:196: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 9 seconds)
It's right there.
Re: White angelic Blessing fix for Lithium Source
where is MapleStatsEffect.java file? i find just MapleStatEffect.java
Re: White angelic Blessing fix for Lithium Source
Quote:
Originally Posted by
orikiller
where is MapleStatsEffect.java file? i find just MapleStatEffect.java
-Sigh- It was spelled wrong. Maybe.
Re: White angelic Blessing fix for Lithium Source
someone can give me PlayerStat.java after all changes?
Re: White angelic Blessing fix for Lithium Source
Great release. Thanks for that. :)
Just a small correction: when you add this
Quote:
case 1112594: equippedSummon = 1085;
Remember to add
after it. ;)
Re: White angelic Blessing fix for Lithium Source
still not working for me!! please give me the PlayerStat.java with all edit!! :(