Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Celestial Divination Lite [Deleted]

Status
Not open for further replies.
Primate
Joined
Oct 30, 2014
Messages
3,452
Defeat3d submitted a new resource:

Celestial Divination Lite - The Divination bot you are looking for.

Celestial Divination (Lite edition)

everyone


Features:
  • All wisps/springs, all locations. (Anything higher than Gleaming only in premium edition)
  • All conversion methods.
  • Collects Chronicle Fragments.
  • Prioritizes Enriched wisps/springs over normal ones.
  • Informative and elegant paint.
  • Dynamic signature...

Read more about this resource...
 
Last edited by a moderator:
Joined
Mar 29, 2015
Messages
606
yeah, whats Lite about it? XD since it has the same gui i think
 
Joined
Dec 13, 2014
Messages
186
can you make it doesnt support summoning only? :D that would be kind :D
 
Joined
Mar 13, 2015
Messages
151
I've got the same error that happenes with me while using celestial runespan, the script stops after a minute giving me this
app.zp: app.zP: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
at app.kN.catch(zac:221)
at app.kN.catch(zac:219)
at com.runemate.game.api.rs3.net.GrandExchange.catch(rvb:240)
at com.runemate.game.api.rs3.net.GrandExchange.true(rvb:219)
at com.runemate.game.api.rs3.net.GrandExchange.lookup(rvb:13)
at productions.celestial.api.cppaint.Paint$2.run(Paint.java:340)
Caused by: app.zP: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
at app.pO.catch(shc:1836)
at app.pO.if(shc:1506)
at app.pO.catch(shc:1504)
at app.pO.true(shc:375)
at app.pO.catch(shc:442)
at app.kN.catch(zac:273)
... 5 more
idk why I'm unable to use your scripts properly :\
 
Primate
Joined
Oct 30, 2014
Messages
3,452
I've got the same error that happenes with me while using celestial runespan, the script stops after a minute giving me this
app.zp: app.zP: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
at app.kN.catch(zac:221)
at app.kN.catch(zac:219)
at com.runemate.game.api.rs3.net.GrandExchange.catch(rvb:240)
at com.runemate.game.api.rs3.net.GrandExchange.true(rvb:219)
at com.runemate.game.api.rs3.net.GrandExchange.lookup(rvb:13)
at productions.celestial.api.cppaint.Paint$2.run(Paint.java:340)
Caused by: app.zP: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
at app.pO.catch(shc:1836)
at app.pO.if(shc:1506)
at app.pO.catch(shc:1504)
at app.pO.true(shc:375)
at app.pO.catch(shc:442)
at app.kN.catch(zac:273)
... 5 more
idk why I'm unable to use your scripts properly :\
Because we use the Grand Exchange API to track your profit, and you happen to have some really weird bugs using it. @Cloud
 
Joined
Mar 13, 2015
Messages
151
I did sparkling and transforming memories into energy, it worked well.. here's a little proggy
ldxprCN.png


when I tried it again but transforming memories into exp it crashed :D
 
Primate
Joined
Oct 30, 2014
Messages
3,452
I did sparkling and transforming memories into energy, it worked well.. here's a little proggy
ldxprCN.png


when I tried it again but transforming memories into exp it crashed :D
Any specific info about how it crashed?
 
Joined
Mar 13, 2015
Messages
151
Any specific info about how it crashed?
it was absorbing memories really well, but when I got a full inventory it scrushed giving me this
java.lang.ArrayIndexOutOfBoundsException: 3
at javafx.animation.SequentialTransition.impl_playTo(Unknown Source)
at javafx.animation.AnimationAccessorImpl.playTo(Unknown Source)
at com.sun.scenario.animation.shared.SingleLoopClipEnvelope.timePulse(Unknown Source)
at javafx.animation.Animation.impl_timePulse(Unknown Source)
at javafx.animation.Animation$1.lambda$timePulse$26(Unknown Source)
at javafx.animation.Animation$1$$Lambda$163/2059702109.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javafx.animation.Animation$1.timePulse(Unknown Source)
at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(Unknown Source)
at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(Unknown Source)
at com.sun.javafx.tk.quantum.PaintCollector.liveRepaintRenderJob(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$ViewEventNotification.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleViewEvent$364(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler$$Lambda$142/283836809.get(Unknown Source)
at com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
at com.sun.javafx.tk.quantum.GlassViewEventHandler.handleViewEvent(Unknown Source)
at com.sun.glass.ui.View.handleViewEvent(Unknown Source)
at com.sun.glass.ui.View.notifyResize(Unknown Source)
at com.sun.glass.ui.win.WinWindow._setResizable(Native Method)
at com.sun.glass.ui.Window.setResizable(Unknown Source)
at com.sun.javafx.tk.quantum.WindowStage.setResizable(Unknown Source)
at javafx.stage.Stage.impl_visibleChanged(Unknown Source)
at javafx.stage.Window$9.invalidated(Unknown Source)
at javafx.beans.property.BooleanPropertyBase.markInvalid(Unknown Source)
at javafx.beans.property.BooleanPropertyBase.set(Unknown Source)
at javafx.stage.Window.setShowing(Unknown Source)
at javafx.stage.Window.show(Unknown Source)
at javafx.stage.Stage.show(Unknown Source)
at productions.celestial.divination.ui.DivinationGUI.<init>(DivinationGUI.java:26)
at productions.celestial.divination.Main.lambda$onStart$52(Main.java:35)
at productions.celestial.divination.Main$$Lambda$548/1137751515.run(Unknown Source)
at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unknown Source)
at com.sun.javafx.application.PlatformImpl$$Lambda$55/1193762281.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(Unknown Source)
at com.sun.javafx.application.PlatformImpl$$Lambda$54/1277369409.run(Unknown Source)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown Source)
at com.sun.glass.ui.win.WinApplication$$Lambda$43/2089782108.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
app.zp: app.zP: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
at app.kN.catch(zac:221)
at app.kN.catch(zac:219)
at com.runemate.game.api.rs3.net.GrandExchange.catch(rvb:240)
at com.runemate.game.api.rs3.net.GrandExchange.true(rvb:219)
at com.runemate.game.api.rs3.net.GrandExchange.lookup(rvb:13)
at productions.celestial.api.cppaint.Paint$1.run(Paint.java:317)
Caused by: app.zP: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
at app.pO.catch(shc:1836)
at app.pO.if(shc:1506)
at app.pO.catch(shc:1504)
at app.pO.true(shc:375)
at app.pO.catch(shc:442)
at app.kN.catch(zac:273)
... 5 more
and
app.zp: app.zP: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
at app.kN.catch(zac:221)
at app.kN.catch(zac:219)
at com.runemate.game.api.rs3.net.GrandExchange.catch(rvb:240)
at com.runemate.game.api.rs3.net.GrandExchange.true(rvb:219)
at com.runemate.game.api.rs3.net.GrandExchange.lookup(rvb:13)
at productions.celestial.api.cppaint.Paint$1.run(Paint.java:317)
Caused by: app.zP: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 9 path $
at app.pO.catch(shc:1836)
at app.pO.if(shc:1506)
at app.pO.catch(shc:1504)
at app.pO.true(shc:375)
at app.pO.catch(shc:442)
at app.kN.catch(zac:273)
... 5 more
:D
 
Works pretty well right now than you!
PYycEx7.png
 
Primate
Joined
Oct 30, 2014
Messages
3,452
This resource has been removed and is no longer available for download.
 
Status
Not open for further replies.
Top