-
Posts
142 -
Joined
-
Last visited
-
Feedback
100%
Everything posted by Xerifos
-
You can do center pieces, but not in a landscape dimension. The rule of 3rds is far more interesting in a landscape dimension. Centering can be really nice in a portait dimension.
-
Tag is nice but just like in a picture you need to check it's position. Check this out: http://digital-photography-school.com/divine-composition-with-fibonaccis-ratio-the-rule-of-thirds-on-steroids/ It's not cool to have it on center yes we will notice it since it's big and the only thing but believe me, place the dude a bit more to the left so there's more "watching space" to the right, if you do that we will feel more action since we notice better that he is watching something to his right. Goodluck and criticism is never bad unless it's a troll! Always try to ask for even more, just say "Mhmm, yes, tell me more please."
-
nice nice seems like I can run a few then
-
Once you linked your bank account you'll receive 2 payments of a few cents. Both the payments are the verification code for PayPal. Once entered it's verified.
-
having a similar idea but with less bots :P. What are the specs you run the bots on?
-
I made a script like this fully functioning making afk misclicks etc. It's Make-10. Notice the - inbetween the word and number. Widgets need to be 100 correctly spelled. EDIT: No spaces either just "Make-10". And why don't you use Make-X?? EDIT2: RS2Widget wid = this.client.getMethods().getWidgets().get(446,34); if(wid != null) { String[] actions = wid.getInteractActions(); wid.interact(actions[3].toString()); Notice how String[] actions makes an array of all the possiblities of the widget. Saying to interact with the 4th of the array [3] will do Make-X if I'd put [2] it would doe Make-10
-
These -> {} are lambda expressions you can use them if you import java.util.functions if I can recall correctly. These expressions can be used in various ways to save more lines of code. I am not 100℅ sure if you have to import something. Edit: check here for more info http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/Lambda-QuickStart/index.html
-
Why does it have to walk to a specific tree? What I do is I let it webwalk to a location close to the object/npc then I let it check for the closest object/npc and it'll interact with it by itself without having to hardcode every position.
-
Tags are your alias written in a cool way or something that refers to your alias for example if you go on the streets and you see some graffititi on a wall displaying a name in a cool font that's a tag
-
I wouldn't use it for a tag but I would as banner or something more like that. Love the flow and colour palette.
-
You should say thank you to them instead hahah learning something is about noticing the bad things ASAP the faster you notice the more progress you can make. Keep it up!
-
Hahah once you get used to it you won't be that confused really, it's just a matter of time.
-
Was an assignment for my 3D class. We had to improvise our own "Endboss" without anything humanlike. This is kind of a snake with bat wings that can hypnotise the player so that he can attack oh also we couldn't use projectiles etc
-
I have to program that way everyday at school since we program in C#... #VisualStudioProblems
-
Does 3D count as graphics? If yes: This is my latest creation for school. Would like some opinions (Animation sucks need to work on that real bad). This was made in Blender and painted in Substance Painter. Sketchfab Link: https://skfb.ly/XKUN Pictures
-
Let me know if it worked :xdoge: