Page 1 of 2 12 LastLast
Results 1 to 25 of 26

Thread: emps-scape uptext, urgent

  1. #1
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default emps-scape uptext, urgent

    Hello, iv been playing emps-scape, same as runescape, just older version and xp comes faster. I need to get uptext and chooseoption function working, any idea?

    you can have look on game here: http://www.emps-scape.net/play.php

    How to get text function working?

  2. #2
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    You'd have to make the fonts for the game, I assume. Too lazy to check it out, but basically you just have to make the fonts for that. Maybe some different coords, too. Not super easy.

  3. #3
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have tried replaceing scar 3.22 fotns with old 3.15b portalbe ones.

    Why should i need to make fonts, its basically rs copy

  4. #4
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    If it's the same fonts as RuneScape, then I don't see what you're asking.

  5. #5
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't see why its not working..

  6. #6
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    please someone

  7. #7
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default



    Font is same, right?

  8. #8
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    I don't believe so.

  9. #9
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what??

  10. #10
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default


  11. #11
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you're right, so whrere i can get old fonts? I bet freddy got them somewhere, or i can download them myself too?

  12. #12
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i tryed replacing fonts in 3.22 folder with 3.12 ones, didnt work either

  13. #13
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    RuneScape fonts are from SRL, not SCAR. SCAR isn't RuneScape based.

  14. #14
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Runescape fonts are from scar, scar has runescape specific functions.

    Edit: but few
    edit: shite compared to autorune -.-
    Last edited by Neg_; 05-02-2010 at 01:44 PM.

  15. #15
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    ^ I meant to say RuneScape font finding is from SRL, not SCAR (for the most part). Sorry, my fault.

  16. #16
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

    Default

    I don't think rs_getuptext uses the fonts in the font folder (not sure though), but you could try using an older version of SCAR.

  17. #17
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, getUpText uses rs_getUpText(which is scar function), so again, text matching is from scar.

  18. #18
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nielsie95 View Post
    I don't think rs_getuptext uses the fonts in the font folder (not sure though), but you could try using an older version of SCAR.

    tryed, 2.03, 3.02, 3.12, 3.15, 3.22

    Edit: also i think 2.03 fonts matched emps-scape fonts quite well, but still, it prints just blank

    PHP Code:
    program New;
     var 
    upchars integer;
    begin
     activateclient
    ;
     
    wait(3000);
     
    //writeln(rs_GetUpText);
     
    UpChars:= LoadChars2(AppPath 'CharsRS22\');
     writeln(GetTextAtEx(13, 38, 130, UpChars, True, False, 0, 1, $E0E0E0, 20, False, tr_AlphaNumericChars))
    end. 
    Last edited by Neg_; 05-02-2010 at 02:15 PM.

  19. #19
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    bump

  20. #20
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    Or just use get color for specific uptext if you want .
    Oh Hai Dar

  21. #21
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Main_Ftw View Post
    Or just use get color for specific uptext if you want .

    Good idea,

    But replacement for chooseOption? DTM for text? ..

    SRL object finding function what uses MM for finding from mainscreen would be handy atm, so Im really looking forward to getting it work.

    E:

    Nielsie, fonts are same..(at least from 2.03) still it seems not to work.

  22. #22
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Well I used to just use co-ordinates instead of ChooseOption when it wasn't working. Most of the time the option will always be in the same spot, so you just have to do GetMousePos(x, y); Mouse(x, y + 50, 2, 2, True); (and instead of y + 50, do whatever the actual location is, of course).

  23. #23
    Join Date
    Oct 2009
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    Well I used to just use co-ordinates instead of ChooseOption when it wasn't working. Most of the time the option will always be in the same spot, so you just have to do GetMousePos(x, y); Mouse(x, y + 50, 2, 2, True); (and instead of y + 50, do whatever the actual location is, of course).
    What if you have to right click in item whats at bottom of inv, menu appears little different position.

    Did it with dtms, work fine.

    Solved the upper text thingy with findcolor, so if it finds yellow color from upper left corner, then theres some npc or fishin spot etc..

    Did 1k monks yesterday w/o problems.

  24. #24
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Are you neG by any chance?



  25. #25
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Also, why do you need to check uptext? Isn't this a private server? There shouldn't be any reason to, in my mind. It's not like you'll get banned for autoing.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •