Jump to content

Xerifos

Trade With Caution
  • Posts

    142
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Xerifos

  1. Ship is 80 years old?
  2. 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.
  3. 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."
  4. Xerifos

    DScim

    Alright will do
  5. Xerifos

    DScim

    Anyone has some suggestion what I could try next OSRS Related?
  6. nice nice seems like I can run a few then
  7. 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.
  8. having a similar idea but with less bots :P. What are the specs you run the bots on?
  9. Xerifos

    DScim

    I was bored so I thought to do some more 3D. First I made the model in Blender took me around 15 mins Divided the mesh in 2 so it would be easier to paint in Substance painter! After 30-40 minutes in Substance Painter this is the result:
  10. 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
  11. 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
  12. 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.
  13. 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
  14. I wouldn't use it for a tag but I would as banner or something more like that. Love the flow and colour palette.
  15. 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!
  16. Hahah once you get used to it you won't be that confused really, it's just a matter of time.
  17. 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
  18. I have to program that way everyday at school since we program in C#... #VisualStudioProblems
  19. 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
×
×
  • Create New...