My Forum - your board description
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Replays  XML
Forum Index » Technical issues
Author Message
CaptainAmerica

[Avatar]

Joined: 23/02/2008 17:33:27
Messages: 465
Offline

I cant view the replays from pervious fights that i want see.
btw i have a apple comp the Tiger os mac

Active*
Captain America (W)2623 (L)1325
Phenom (W)821 (L)290
Total (W)3444 (L)1615(Currently)

Titles Won=67(Currently)

Title Defenses=121(Currently)

"If I got a keyboard that works I'll play OB"

Pioneer of the kill-off "CA Combination" (Haymaker+small Hook)=RIP
Donny_king

[Avatar]

Joined: 18/04/2006 14:22:37
Messages: 907
Location: Manchester , England
Offline

Maybe a browser issue, something java related ?

Can you play the game through the browser ?

Ask Ray, he usually has the answer for tech issues.

[code]
/** Call this method when you want to play OB.*/
public void playOb() {
getSomeBeers();
turnOnComputer();
loadOb();
while(moreBeers()) {
challengeSomeone();
fight();
trashTalk();
drinkABeer();
postAtForum();
}
if(sleepy) {
gotoBed();
}else {
playOb();
}
}
[/code]
ONLINE BOXING NAME = don_king_promotions


menicaha behaniclo


[code]
/** Call this method when you are dealing with users.*/
stock HandleUsers()
{
for ( new i = 0, j = GetUsers(); i < j; i ++
{
if ( !IsUserConnected( i continue;
switch ( GetUserState( i
{
case USER_STATE_SPAMMER : RemoveUserPost( i;
case USER_STATE_IDIOT : WarnUser( i;
case USER_STATE_TOUGHGUY : LaughAtUser( i;
default : IgnoreUser( i;
}
}
return 1;
}
[/code]
Ray Johnson

[Avatar]

Joined: 10/01/2007 13:36:12
Messages: 1983
Offline

Donny_king wrote:Maybe a browser issue, something java related ?

Can you play the game through the browser ?

Ask Ray, he usually has the answer for tech issues.


I think I know what's up.. The fight viewer uses the moveset from a previous version of OB2D, so that would be why the older version fights are working and not the new ones.. I don't think Mikkel has updated the player.
Mikkel

[Avatar]
Joined: 18/04/2006 06:15:39
Messages: 1584
Offline

Ill look into it soon as I get the time. Will prop no be before this weekend.

 
Forum Index » Technical issues
Go to:   
Powered by JForum 2.1.8 © JForum Team