Jump to content


Morpheas

Member Since 27 Feb 2012
Offline Last Active May 10 2012 06:47 AM

Posts I've Made

In Topic: Clockwork - Free Online Highscores and Stats

05 May 2012 - 06:58 AM

np to tell u the truth i quited temporally from clockwork because i near completion of my game and i ll give it to some sites to sell.so i didn't had time for this errors and i found 1 good tutorial about how to host on your server with php scripts and sql and made my own.
yes  i used the cw start but i had 4 maps so i had 4 cw start in different rooms because tags doesn't work ether for me at least.but since the rooms where nt persistent there was np. anyway i hope u fix this because also some1 above reported it also.

In Topic: clockwork (online) cw_highscore_get() need help

04 May 2012 - 07:33 AM

i saw your page and created an account
in the code you wanted to paste in the script u say http_post_string
i have game maker 8.1 pro but it doesn't understand it.
is there some trick to it or your code is for HTML 5 or studio only?
i am a newbie:)
help is needed:)
and is there a way to chance the game name after you have created the account because i cant find it:)

In Topic: clockwork (online) cw_highscore_get() need help

04 May 2012 - 06:48 AM

I made a script and a website to support online scoring. google gm scoreboard.
Its a lot less complicated.


does the player has to login or is it a basic score?i will see it in a while.thanks

In Topic: Clockwork - Free Online Highscores and Stats

04 May 2012 - 06:29 AM

i don't use anywhere else cw code and this is my latest code
any1 to help?:)
cw_highscore_get(10,"",0);
ole = cw_highscore_create(global.username,score,"");
show_message("You got " + string(ole) + "th place!");
if (cw_highscore_count() > 0)
{
    show_message("The top player is " + cw_highscore_player(1));
    show_message("Their score is " + cw_highscore_score(1));
    room_goto(roommenu0);
    splash_set_position(1,1);
    splash_show_web("http://www.ioannisgames.com/test1.1111111111111.html","");
}
else
{
    show_message("No highscores were retrieved.");
    room_goto(roommenu0); 
    splash_set_position(1,1);
    splash_show_web("http://www.ioannisgames.com/test1.1111111111111.html","");
}

in the debug i get

Failed to retrieve highscore: 103 'Action Complete, Information Retrieved'
Failed to retrieve token: 102
Failed to create highscore: 101 'Action Complete'

all the other code is in the scripts of the ClockworkSDK_v_0_1_8

In Topic: clockwork (online) cw_highscore_get() need help

04 May 2012 - 06:28 AM

i don't use anywhere else cw code and this is my latest code
any1 to help?:)
cw_highscore_get(10,"",0);
ole = cw_highscore_create(global.username,score,"");
show_message("You got " + string(ole) + "th place!");
if (cw_highscore_count() > 0)
{
    show_message("The top player is " + cw_highscore_player(1));
    show_message("Their score is " + cw_highscore_score(1));
    room_goto(roommenu0);
    splash_set_position(1,1);
    splash_show_web("http://www.ioannisgames.com/test1.1111111111111.html","");
}
else
{
    show_message("No highscores were retrieved.");
    room_goto(roommenu0); 
    splash_set_position(1,1);
    splash_show_web("http://www.ioannisgames.com/test1.1111111111111.html","");
}

in the debug i get

Failed to retrieve highscore: 103 'Action Complete, Information Retrieved'
Failed to retrieve token: 102
Failed to create highscore: 101 'Action Complete'

all the other code is in the scripts of the ClockworkSDK_v_0_1_8