waiting79a 發表於 2010-1-30 08:14:10

組隊經驗值倍增書 Ver1.1完整版

下載了 為私服而開大大所原創的腳本

組隊經驗加倍書 他留下一個BUG 但是新手的我 真的不知去哪下去 或者是爬文

bug更改:請加入沒有組隊時不能使用的判定

跪求答案 拜託。

goddameit 發表於 2010-1-30 15:33:33

if(!getcharid(1)){end;}*getcharid(<type>{,"<character name>"})

This function will return a unique ID number of the invoking character, or, if a
character name is specified, of that character.

Type is the kind of associated ID number required:

0 - Character ID number.
1 - Party ID number.
2 - Guild ID number.
3 - Account ID number.

For most purposes other than printing it, a number is better to have than a name
(people do horrifying things to their character names).

If the character is not in a party or not in a guild, the function will return 0
if guild or party number is requested. If a name is specified and the character
is not found, 0 is returned.

If getcharid(0) returns a zero, the script got called not by a character and
doesn't have an attached RID. Note that this will cause the map server to
print "player not attached!" error messages, so it is preferred to use
"playerattached" to check for the character attached to the script.

if( getcharid(2) == 0 ) mes "Only members of a guild are allowed here!";
頁: [1]
查看完整版本: 組隊經驗值倍增書 Ver1.1完整版