Jump to content

Nezz

Trade With Caution
  • Posts

    1688
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    100%

Everything posted by Nezz

  1. +1 Also, Verified you may have more feedback than me. But I'd trust myself more than I trust you. ^.^ You have more feedback than Divinity, but I'd trust Divinity over you. +Asuna +Cinnamon +Mikasa +pretty much anyone else I know on this site. >.> Trust is relative.
  2. Your problem: You can only send one PM every 3 hours. Your solutions: 1. Buy Sponsor. 2. PM in Chat. 3. Make a thread in the spam section? 4. Post on your marketing thread that you're speaking to X on Skype. Why all of these work: 1. It's Sponsor. 2. PM's are put into a log, so if a dispute is opened, staff can check that for evidence. You can put the link of a screen shot in that just as easily as you can in a PM. 3. You're Verified, so spamming is your specialty. 4. This is probably the most professional way of doing it, even though it would cause a spam in your thread. I realize you can't privately do screen shots of the skype convo always (some people don't want their skype names leaked), but if you can quote what they're saying, it should work out. example of that: Verified: "k lets do this fgt" User: "Okay, can you post on thread pls?" Verified: "What do you want me to say?" User: "Say 'Speaking to *anonuser* currently, code word: bilgatetters'" Now you go post: 'Speaking to *anonuser* currently, code word: bilgatetters' He gets his confirmation, you get your sale.
  3. I do not, sorry. ^.^ Google is your friend, m8.
  4. Use an obfuscator. You can find them by googling them. I can't remember the one I used, most of them are paid. http://proguard.sourceforge.net/ was one. Just know that any common obfuscating program also generally has deobfuscating. Obfuscating your code is pretty useless unless you have a paid one or make your own obfuscation. And no matter what, your code can be deobfuscated, 99.99% of the time. They even have competitions on it. lel
  5. Maldesto posted on your script thread why it was removed.
  6. Mods already said now that exams and such are over, they're going to start cleaning the forums up again. I don't think we need a market mod.
  7. MIA for this weekend. If you have any issues leave them in a PM!

  8. Get the interfaces of those, put them into a 2d int array, int[][] interfaces = new int[][]{{123,4},{123,5}}; Make a method that is set up something like public void goThroughChat(int[][] interfaces){ for(int[] interface : interfaces){ if(client.getInterface(interface[0]) != null && client.getInterface(interface[0]).getChild(interface[1]) != null) interact with that interface; else{ if(isInDialogue()) continueDialogue(); else start conversation } } If that makes any sense. So if the option is available, do it. Otherwise, check if you're in a dialogue. If you're not in a dialogue, start the dialogue. Do you need me to explain anything else?
  9. getMessage(), searchInterfacesForText(String text), etc are all broken. You're correct when saying that the hook is broken. It's not broken on all situations, I know that much. Example: "Click here to continue" returns fine. You won't be able to check based on the text. You can try to find a specific interface parent/child to look for. Probably going to have to focus on the parent/child ID's of the "Click here to continue" If you're selecting a chat option, the interfaces should still be available for each one. If there are not options for specific chat actions, you can just use continueDialogue(), which will return true if the "Click here to continue" is available, false if it is not there. You can use isInDialogue(), but this only works in the dialogues where the NPC is saying something to you, I believe. If you can tell me one thing, I may be able to suggest a course of action. Are there any conversation instances where you select an option of chat? Example: NPC says "Can you take the quest?" >click "Click here to continue" >4 options come up "That's much too scary for me!" "I can take the quest." "Your face is ugly." "Thanks!" If any of these situations happen, let me know so I can more accurately give advice. ^.^
  10. It might be better if you used runescape related enums. Such as making an example Magic enum, and passing in the Spell.CAMELOT_TELEPORT or something into it. That way you can give scripters an area that they'll be able to see its usefulness, and easily integrate it into their scripts. Making an enum for Numbers isn't very useful at first glance. I realize it's an example, but if you put it into runescape terms people might understand how powerful enums can be.
  11. None of those would handle Super potions. I should probably go through and rewrite my snippet. :P
  12. I swear I posted the results already. Anyway @Designer is the winner. ^.^ 2nd and 3rd place will be announced at another time
  13. I love you, Cinn. Seriously though, you're one of my favorite people I've met here. I swear to christ if you stop talking to me I'm going to throw one hell of a hissy fit. I'm still going to talk to you on skype. And if you need help with java, I'm always willing to help.
  14. Selling vouchers for 07gp!

  15. I pretty much fully agree with this. Designer took the idea and ran with it, which is what we had hoped would happen. Zaros's is extremely high quality, with what looks like custom made ore images (or at the last, not the normal ore images) and alpha's displays all of the information while still leaving room to enjoy the actual graphics aspect.
  16. The contest is over!
  17. When I write personal scripts, I keep the perfection to a minimum. I make it inefficient, and full of small mistakes. I've never been banned using one of my own private scripts. :P But that could also be because there's not 100 users pounding it 24/7
  18. Was there any API added to help with custom banking? Things like finding out which tab an item is in, switching tabs, etc? EDIT: Nevermind, found it myself. ^.^ Thanks for all your hard work!
×
×
  • Create New...