Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Topic closed
Hi there!
I'm trying to change the aura color but not the shape. The problem is that the the 'send' aura commands needs 2 types of ints. The color and id.
con.send("aura", shapeID, colorID)
I know I can get the current aura shape and than just fill that in but I feel like there is an easier way of getting it to work.
Am I just lazy or is there an other way?
Any suggestions?
*Edit
Found out that for what I was trying I didn't really need to send only 1.
My question still remains. How can I send just 1 int if I dont need to change the other (or get the current).
Is this even possible?
MartenM
PS: Yes I'm quite noob at coding.
Ingame: marten22 My steam: MartenM
Offline
In init, you can set a value to be 7 or 8 and then use that value for shapeID/colorID
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
You can use null.
Offline
You can use null.
Using this code crashes the application
con.Send("aura", null, Colorid);
Object reference not set to an instance of an object. (Translated by google cause I use Dutch as language)
Ingame: marten22 My steam: MartenM
Offline
HG wrote:You can use null.
Using this code crashes the application
con.Send("aura", null, Colorid);
Object reference not set to an instance of an object. (Translated by google cause I use Dutch as language)
Don't send null. You need to add both aura type and aura color.
Offline
Don't send null. You need to add both aura type and aura color.
I guesse its not possible to send only the aura shape/color. Question anwsered.
Topic can be closed.
Ingame: marten22 My steam: MartenM
Offline
capasha wrote:Don't send null. You need to add both aura type and aura color.
I guesse its not possible to send only the aura shape/color. Question anwsered.
Topic can be closed.
Did you not even use my code? All you did was send null. Wow thanks I feel important
thanks zoey aaaaaaaaaaaand thanks latif for the avatar
Offline
capasha wrote:Don't send null. You need to add both aura type and aura color.
I guesse its not possible to send only the aura shape/color. Question anwsered.
Topic can be closed.
pretty pls report your own post instead of assuming we'll see it <3
closed on request
proc's discorb stylish themes for forums/the game
꧁꧂L O V E & C O R N꧁꧂ ᘛ⁐̤ᕐᐷ
danke bluecloud thank u raphe [this section of my sig is dedicated to everything i've loved that's ever died]
?
Offline
Pages: 1
Topic closed
[ Started around 1732426016.3991 - Generated in 0.056 seconds, 12 queries executed - Memory usage: 1.54 MiB (Peak: 1.7 MiB) ]