1 頁 (共 1 頁)

[問題]WOG 的[答問題]

發表於 : 2004-01-01 21:03
Breeze
I am using 2.05
I didn't remove ( 100% I will keep this)
* Online FF Battle - WOG v2.05 design by ETERNAL*

Does anyone can tell me how to delete WOG 的[答問題]
I have tried to change the mysql and wog_act.php
But it still doesn't work......

This is really annoying.....

because I am not using phpbb so some members asked me about 論壇上總共有幾位會員........I donno what answer to give them....


So please,please help me , Thanks a lot ^_^

發表於 : 2004-01-01 21:24
atthis
ET 的 readme.txt 就有寫了
欲關閉隨機問答在wog_fight.php把下面程式把註解起來
if($p[p_key]!=0)
{
event_start($user_id,$p[p_key]);
}
if(rand(1,70)==1)
{
event_creat($user_id);
}

發表於 : 2004-01-01 22:10
Breeze
thanks a lot
but what is 把下面程式把註解起來 ??

Delete ??

發表於 : 2004-01-01 22:23
Breeze
//=====================================================
//if($p[p_key]!=0)
//{
//event_start($user_id,$p[p_key]);
//}
//if(rand(1,70)==1)
//{
//event_creat($user_id);
//}
//====================================================

Like this ok ma ?

發表於 : 2004-01-02 09:41
atthis
對:-)

發表於 : 2004-01-02 11:00
aiken
如果嫌太麻煩的話\r
/*if($p[p_key]!=0)
{
event_start($user_id,$p[p_key]);
}
if(rand(1,70)==1)
{
event_creat($user_id);
}*/
這樣子應該也是可以的

發表於 : 2004-01-02 19:04
Breeze
thank you so much ^_^