發新話題
打印

(2.1.3.5/2.1.4.6) [Coop/Sur] 法頓伺服器RPG Coop01

[Close]

回復 1262# 的帖子

改rpg sp檔的

TOP

好難的感覺-0-"""
另外轉生在那SET!!!

TOP

回復 1264# 的帖子

你在SP檔找一下:
MenuFunc_NewLife
然後嘗試將這個function放到轉職Menu內的選項
希望幫到你

[ 本帖最後由 ~煙嵐客〃 於 2013-3-13 19:24 編輯 ]

TOP

感謝法頓兄指教~~~~~~~!

TOP

法頓兄
我又無左SAVE了~_~!!!
名:小羔羊
有勞法頓兄!

TOP

回復 1259# 的帖子

好像還有一個gamedata檔:
UnitedRPG.txt
複製內容到剪貼板
代碼:
"Games"
{
    "left4dead2"
    {
        "Signatures"
        {
                   "GetTeamScore"
                        {
                    "library"    "server"
                    "linux"    "@_ZN16CTerrorGameRules12GetTeamScoreEib"
                    "windows" "\x8B\x2A\x2A\x2A\x85\xC0\x2A\x2A\x33\xC0\xC2"
                        }
                        "TakeOverBot"
            {
                "library"    "server"
                "linux"    "@_ZN13CTerrorPlayer11TakeOverBotEb"
                "windows" "\x81*****\x53\x55\x56\x8D***\x57\x8B\xF1\x33\xDB"
            }
            "SetHumanSpec"
            {
                "library"    "server"
                "linux" "@_ZN11SurvivorBot17SetHumanSpectatorEP13CTerrorPlayer"
                "windows" "\x53\x56\x8B\xF1\x33\xDB\x39*******\x5E\x32\xC0\x5B"
            }
        }
    }
}
回復 1267# 的帖子
已回data,
入返請先洗點

[ 本帖最後由 ~煙嵐客〃 於 2013-3-13 23:34 編輯 ]

TOP

恩!感謝法頓兄~_~"
我會試試!!

TOP

請問法頓兄邊到SET衛星炮唔會TK到人同自己!!!

TOP

回復 1270# 的帖子

引用:
#define SatelliteCannonSurvivorDamage[%1]                40 + 2*SatelliteCannonLv[%1]
改成
引用:
#define SatelliteCannonSurvivorDamage[%1]                0
如果唔得:
就將SatelliteCannonTimerFunction內的這段code
引用:
for (new i = 1; i <= MaxClients; i++)
    {
        if (IsClientInGame(i))
        {
                        if(GetClientTeam(i) == TEAM_INFECTED && IsPlayerAlive(i))
                        {
                                GetEntPropVector(i, Prop_Send, "m_vecOrigin", entpos);
                                SubtractVectors(entpos, pos, distance);
                                if(GetVectorLength(distance) <= Ra**粗俗文字**s)
                                {
                                        DealDamage(Client, i, SatelliteCannonDamage[Client], 64, "satellite_cannon");
                                }
                        } else if(GetClientTeam(i) == TEAM_SURVIVORS && IsPlayerAlive(i))
                        {
                                GetEntPropVector(i, Prop_Send, "m_vecOrigin", entpos);
                                SubtractVectors(entpos, pos, distance);
                                if(GetVectorLength(distance) <= Ra**粗俗文字**s)
                                {
                                        DealDamage(Client, i, SatelliteCannonSurvivorDamage[Client], 64, "satellite_cannon");
                                }
                        }
                }
        }
改成
引用:
for (new i = 1; i <= MaxClients; i++)
    {
        if (IsClientInGame(i))
        {
                        if(GetClientTeam(i) == TEAM_INFECTED && IsPlayerAlive(i))
                        {
                                GetEntPropVector(i, Prop_Send, "m_vecOrigin", entpos);
                                SubtractVectors(entpos, pos, distance);
                                if(GetVectorLength(distance) <= Ra**粗俗文字**s)
                                {
                                        DealDamage(Client, i, SatelliteCannonDamage[Client], 64, "satellite_cannon");
                                }
                        } else if(GetClientTeam(i) == TEAM_SURVIVORS && IsPlayerAlive(i))
                        {
                                GetEntPropVector(i, Prop_Send, "m_vecOrigin", entpos);
                                SubtractVectors(entpos, pos, distance);
                                if(GetVectorLength(distance) <= Ra**粗俗文字**s)
                                {
                                        //DealDamage(Client, i, SatelliteCannonSurvivorDamage[Client], 64, "satellite_cannon");
                                }
                        }
                }
        }
[ 本帖最後由 ~煙嵐客〃 於 2013-3-14 18:41 編輯 ]

TOP

法頓我冇左D資料呀
..法頓5該
hk78952

TOP

回復 1272# 的帖子

已回data,
入返請先洗點

TOP

為了迎合MSN既退位,
已經設立Facebook群組:
http://www.facebook.com/groups/flattenrpgserver/

TOP

Game名::花心蘿蔔  
無曬D LV  場主可唔可以幫我回復?

TOP

回復 1275# 的帖子

已回data,
入返請先洗點

TOP

我好耐之前玩過,
但係由於太耐冇更新,所以我再重新裝過主程式,
版本係2.1.0.2

我裝完之後搵唔到你個SERVER..

TOP

發新話題