Page 2 of 4 FirstFirst 1234 LastLast
Results 21 to 40 of 62

Thread: Oest's Relay Chat

  1. #21
    Please change line 155 in Connect.java, aka this line:
    Code:
    url = "http://auno.org/ao/db.php?id=" + prt[0] + "&ql=" + prt[2];
    to this:
    Code:
    url = "http://aomainframe.info/showitem.asp?LowID=" + prt[0] + "&HiID=" + prt[1] + "&QL=" + prt[2];
    or create an option somewhere for it
    ***Zacix***
    President
    of
    ***Underworld***
    Equipment

    "It's widely believed that Jesus was Chuck Norris' stunt double for crucifixion due to the fact that it is impossible for nails to pierce Chuck Norris' skin."

  2. #22
    Quote Originally Posted by TheJackal View Post
    Please change line 155 in Connect.java, aka this line:
    Code:
    url = "http://auno.org/ao/db.php?id=" + prt[0] + "&ql=" + prt[2];
    to this:
    Code:
    url = "http://aomainframe.info/showitem.asp?LowID=" + prt[0] + "&HiID=" + prt[1] + "&QL=" + prt[2];
    or create an option somewhere for it
    dunno if that diplaying frame will handle aomainframe better,
    btw arent some of those sites providing xml or some other more useful format?

  3. #23
    v0.56 release notes
    changed auno.org to aomainframe.com

    its better

  4. #24
    that's why I asked you to change it I tested it myself Also, Auno isn't updated with latest items.
    ***Zacix***
    President
    of
    ***Underworld***
    Equipment

    "It's widely believed that Jesus was Chuck Norris' stunt double for crucifixion due to the fact that it is impossible for nails to pierce Chuck Norris' skin."

  5. #25
    non Latin language still not supported (WTB Cyrilic)
    The Clan Messiah statement
    You hit Nirvelle with nanobots for 7110365 points of radiation damage.
    Alternity: I never initiated a serious dialog

    "... who are you, then?"
    "I am part of that power which eternally wills evil and eternally works good" (c) Goethe

    |^^^^^^^^^^^^^^^^^^^^^^\| ||\____
    |.............Vodka-Vodka..........| ||','''|'''''''\____,
    |_______..... _________________| ||__|'__|_____||<
    '''''(@)'(@)''''''''''''''''''''''**|(@)(@)******| (@)*

  6. #26
    Quote Originally Posted by Mavritanic View Post
    non Latin language still not supported (WTB Cyrilic)
    i can actually look into
    --

    bug confirmed, working on it

  7. #27
    This is much better then your I R Bestest agent threads.

    Good job
    TL 7
    RK2 - Maxisolja - 220/24 Trox Soldier | RK2 - Blitztrick - 220/25 Soli Fixer E | RK2 - Krakenz - 220/21 Trox Keep
    RK1 - Shanue - 218/30 Opi MA | RK2 - Redenf5 - 218/22 Trox Enf | RK2 - Jrollin - 214/25 Opi Shade
    TL 5
    RK2 - Memorial - 170/16 Opi Engi | RK2 - Maxisfix - 168/21 Opi Fixer E
    RK1 - Clento - 150/20 Soli Soldier | RK1 - Losodoc - 150/20 Soli Doctor
    RK2 - Loso - 150/20 Opi Advy | RK2 - Tachun - 150/13 Opi MP
    RK1 - Krakenz - 150/15 Trox Advy | RK1 - Loso - 150/13 Trox Advyoo.
    TL5 Fixer Information | GMT -08:00 West Coast Canada | Java AO Chat API | Dnet

  8. #28
    Quote Originally Posted by -Oest- View Post
    v0.56 release notes
    changed auno.org to aomainframe.com

    its better
    can you change it back to auno as long as aomainframe down?

  9. #29
    Kudos for making the effort, not thrilled about Java but that's your choice I guess.

    Also, I wish Funcom could re-hire Cz so we actually had some forum moderation going on again, this place is going to hell recently.

  10. #30
    Removed several posts. Please do not post accusations on the forums. If you have evidence or su****ions of a scam, please e-mail support@anarchy-online.com to have your concerns addressed in the proper manner.

    Ziliath, if you have a point to make about moderation or you have concerns about the quality of our moderation, please feel free to PM me, and I'd be happy to speak to you about them. However, I must ask you don't post your concerns on forums. That is not as constructive as speaking to us, so issues can be addressed and we can try and make improvement.

    Best Regards,
    Guardian Venachar
    Public Forums Moderator - Deputy Team Lead | Professionals Liaison
    Forums Team | Community Relations Department | Advisors of Rubi-Ka

  11. #31
    encoding bug was fixed i will release it soon.

    now looking into adding some scripting support

  12. #32
    hm i decided to integrate full scripting for certain events in like incoming message and such for start, it will be very easy to use, but release is delayed till end of week

    -- EDIT: just basic scripting so u see options, if anybody find it useful, give some ideas i can do that, was released in 0.60
    Last edited by -Oest-; Jan 20th, 2009 at 19:41:25.

  13. #33
    v0.60 release notes
    added basic java scripting support (exe button)
    fixed utf-8 encoding problem, russians can write native now
    since aomainframe is offline changed back to auno
    you can press enter after filling name instead of click

    released in files of first post

  14. #34
    Bump for this
    Thor Mastablasta Hammersmith - Level 220, AI 30, LE 70 Clan Atrox Nano Technician - Setup
    The Red Brotherhood

    I'm a Nano-Technician, don't ever expect me to fight unbuffed, alone or fair.

    Means: about f'ing time :P
    Satenia: heresy <3
    Znore: Mastablasta <3
    Kinkstaah: I have agro from many mobs ;(
    Madarab: we are aoe class, we are supose to use pistols
    Marxgorm: the NT toolset does not fit into my raiding tactics

  15. #35
    if anybody is actually using this program i would appreciate some constructive feedback

  16. #36
    Had to make some changes and rebuild it to make it run on mac os x 10.5:

    java version "1.5.0_16"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
    Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)

    1. just changed pom.xml
    Code:
    <plugin>
    	<artifactId>maven-compiler-plugin</artifactId>
    		<configuration>
    			<source>1.6</source>
    			<target>1.6</target>
    		</configuration>
    </plugin>
    To 1.5, not sure why it worked then, thought that was the version of that plugin not the java version..

    and changed this part like this (.isEmpty() to .length()) in Connect.java
    Code:
    public void sendMsg(String txt) {
    	if (box.isSelected()) {
    		if (txt.length() == 0)
    			return;
    		x.sendMessageToGroup(txt, text2.getText());
    		text.setText("");
    	} else {
    		if (txt.length() == 0)
    			return;
    		sendMessage("<font color=\"#0000FF\">To <a href=\"cmdt" + text2.getText()
    				+ "\">"+text2.getText() + "</a>: </font>" + txt);
    		x.sendMessageToUser(txt, text2.getText());
    		text.setText("");
    	}
    }
    After those changes it built ok and seems to run fine..
    Neophyte "Ruberaa" 5/0 - lolequip

  17. #37
    Quote Originally Posted by rubera View Post
    Had to make some changes and rebuild it to make it ...

    After those changes it built ok and seems to run fine..
    thanks for comment i will change 1.6 dependant code to 1.5, np in that

    also, im working whole day on proggie, got addicted to it, so todays release v0.7 will be brutal hehe

  18. #38
    RELEASED AT
    different location now, its in first post but here is it:
    http://ao.sigp.sk/

    v0.70 release notes
    scripting feature was severely enhanced
    theres reaction script you can program you own bot for example easy there
    see reaction.bsh (nice bot like features are included) -
    for enabling reactions you have to copy reactions.bsh on same level where
    defaults.bsh is.
    theres defaults color customization script
    see defaults.bsh, to enable black scheme u have to replate defaults.bsh with one
    in black_scheme folder (default is white scheme now)
    you can choose color of text youre writing now (click on side of message bar)
    auno item reference was fixed, its displaying just needed information and well formated
    code was tided up a bit
    several bug fixes
    there was added apache httpclient to maven, its needed to fetch data from auno
    sources were adjusted to java 1.5 for mac compatibility
    archive is bloated a bit cos of dependencies are extended now, but still bearable

  19. #39
    v0.80 is in works - console chat app support will be added

    if theres anything you would like to contribute with or any comments or suggestions, please dont hestitate to ask/post

  20. #40
    61 downloads and no feedback, comon guys

    i thought many r interested in experiments with making your own bot or so, seems not.. was fun to develop and debug reaction scripts thou..

    there wont be any new version if i wont recieve feedback, its like engine that moves me forward with development if i see people r actually using my work and its not just development for myself

    so please some feedback?

Page 2 of 4 FirstFirst 1234 LastLast

Posting Permissions

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