Page 1 of 2
City of Heroes Pre-Ordered
Posted: Thu Apr 01, 2004 3:02 pm
by SuperHelix
After the hellaous beta of Lineage 2, City of Heroes here I come.
Honestly, I don't want to play DAOC for the rest of my life, a new good MMPORG game has to come out soon PLEASE...
Posted: Thu Apr 01, 2004 3:11 pm
by Rhuac
WTF happened to switching it to WoW preorder?
Posted: Thu Apr 01, 2004 4:28 pm
by Hall
Sorry to burst your bubble D but COH is PVE,
APRIL FEWLZ seriously it is pve thou.
Posted: Thu Apr 01, 2004 5:48 pm
by SuperHelix
It's both and I enjoy the comics.
Rhuac, WoW preorder isnt out yet on EB sir.
Posted: Thu Apr 01, 2004 7:16 pm
by Hall
There is supposed to be a Villain expansion much later, but as far as i know its PVE, I will however be giving it a shot due to my old school comic love.
Posted: Thu Apr 01, 2004 8:41 pm
by Rhuac
Well I did mine over the phone with the store I walked in to... learn to get off your ass and go to a store

Posted: Thu Apr 01, 2004 10:12 pm
by Tingtong
Stick your finger in your ass while you wait to log onto Lineage2... it helps.
But seriously you have a whole Month just to fuck around and learn shit and you get to KEEP it when your done. Just by being level 20 at release will save you the heartache of fighting all the people at release for mobs. Yea you will have have SOME beta testers that will stick around but no where near the population of what there is now. I find myself at being above the people at release and below the Hardcore "I wanna be the leet beta tester who knows all."
That way when I run guild grps well have a decent amount of mobs in a less populated area. It will also swing the Guilds learning curve and leveling competency just above the normal "Rush" can't ask for anything better from a beta test.
So Sit and keep clicking "Confirm"

Posted: Fri Apr 02, 2004 10:04 am
by Rhuac
Now the problem isn't loggin in it's getting onto a server.
I guess "Net Cong" is supposed to be "Net Congestion?" As in their servers are full? And I'm retyping my password 100 times in the hopes that some schmuck logs off or goes LD right when I hit enter?
So much for getting a leg up on anyone else.
Posted: Fri Apr 02, 2004 1:52 pm
by Tingtong
only morons sit there and enter their password in 1,000 times waiting to get in

Login macro in wondows mode (REAL windows Mode) does the trick for me. Start program, get a soda and take a piss and you'll be in by the time you get back

??
Posted: Fri Apr 02, 2004 2:16 pm
by Yipee
care to elaborate Ting? what process steps do you use to do that?
Posted: Fri Apr 02, 2004 3:35 pm
by Gorilla
yes u crack whore
ELABORATE
Posted: Fri Apr 02, 2004 6:12 pm
by Zoidmeister
L2 gives me SB beta dejavu.
City of Heroes looks fun/different.
WoW reviews are encouraging - glad to see they have made getting to 30 actually fun unlike DAOC grind.
Until then ima bf1942 and perhaps get my boner to 50 in DAOC and/or get Rat's ML exp done.
Posted: Sat Apr 03, 2004 2:17 pm
by Twystyd
(from VN) Here is a great link to a macro program to log-in to L2 -
http://vnboards.ign.com/Lineage_2_Gener ... 666416/p1/ just load it up and go do some other stuff until it logs ya in on the 25235452345235 try ><
Posted: Sat Apr 03, 2004 11:18 pm
by Gorilla
i did it but everytime i get to log on ur char mode
the game wont reload onto the screen evferything does work fine though
except i cant ever get the last part to work
Posted: Wed Apr 07, 2004 11:17 am
by Mysticdrew
it's easier to log in latly, I also wrote a ACTOOL (/chuckle) macro to login if you use 1600x1200 it takes you to the char select screen.
mine is a little smarter than that guy's basic macro. but it only works for my resoloution. I had my first test model setup exactly like his but it messed up a lot. And i cannot tab out at char select screen, so it stops the macro when it gets there.
I'll post it.
SetActiveWindow Lineage II
delay 2000
Constants
UserName = // put your username here
Password = //put your password here
LocName = 850, 570
LocPass = 850, 595
LocLogin = 722, 519
ActiveWin = Nul
end
call main
procedure main
Mousepos $locname
leftclick
delay 100
Keys $username
Mousepos $locpass
leftclick
// keys {TAB}
delay 100
Keys $password
while 1 = 1
Keys {RETURN}
delay 100
Keys {RETURN}
delay 100
Keys {RETURN}
delay 100
Call ChkWin
If $ActiveWin = Login
keys {TAB}
delay 100
Keys $password
delay 100
End
end
end
Procedure ChkWin
IsWhite $Loclogin
SetConst ACTIVEWIN = Login
Else
Isblack 770, 417
Else
isblue 770, 417
else
stop
End
end
End
End