韩冰 发表于 2004-10-4 05:48

三国志源代码

aleikiss 发表于 2005-3-17 18:03

xiexie

cyberagui 发表于 2005-3-26 21:55

什么东西?不是会个游戏吧? 楼主请 详细说明一下!

maleesky 发表于 2005-4-1 15:53

<P>这么厉害难道是三国游戏的代码,不知道是第几版的?</P>

gang___feng 发表于 2005-4-4 12:17

thank you

开罗之鹰 发表于 2005-4-8 13:00

楼主?怎么用呀?看源程序可以!但是可以运行吗?

xiedt2004 发表于 2005-4-8 17:08

thanks a lot!!

kavguodawei 发表于 2007-7-30 18:33

xiexie!!

Tingmei 发表于 2010-1-19 23:29

不会是真的吧!!!!!!!!!!

juneshumo 发表于 2010-1-20 14:50

if (strcmp(work,"其它")==0)
{
for(;;)
if (m>x+50 && m<x+150)
{
if (j>1 && n>y-75 && n<y-50) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>2 && n>y-50 && n<y-25) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>3 && n>y-25 && n<y) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>4 && n>y && n<y+25) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>5 && n>y+25 && n<y+50) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>6 && n>y+50 && n<y+75) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>7 && n>y+75 && n<y+100) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (j>8 && n>y+100 && n<y+125) {if (buttons==1) midhero=temp;if (buttons==2) midhero=0;}
if (buttons==1 && m>x+60 && m<x+90 && n>y+125 && n<y+150)
{back=1;for(k=1;k<9;k++) actionhero=0;for(k=1;k<9;k++) if (midhero!=0) actionhero=midhero;back=1;break;}
if (buttons==1 && m>x+110 && m<x+140 && n>y+125 && n<y+150) {back=0;break;}
}
}其中部分……
页: [1] 2 3
查看完整版本: 三国志源代码