資源簡介
魔獸模擬器源碼SunwellCore,添加很多自定義功能
xy_item_teleport:功能寶石
xy_npc_trainer:綜合訓練師
xy_npc_teleport:傳送大師
xy_doc:物品信息發布
xy_jcsr:集成商人
xy_itemup:物品強化寶石
xy_Vip_system:會員開通NPC
xy_pay_reward:充值返利領取NPC
xy_online_reward:每日在線獎勵領取NPC
item_repution_up:聲望提示物品
npc_guildBattle:公會戰管理員
npc_guildBattle_tele:公會戰比賽場地傳送員
等等...
代碼片段和文件信息
/*?Copyright?(C)?2009?Sun?Microsystems?Inc
?
?This?program?is?free?software;?you?can?redistribute?it?and/or?modify
?it?under?the?terms?of?the?GNU?General?Public?License?as?published?by
?the?Free?Software?Foundation;?version?2?of?the?License.
?This?program?is?distributed?in?the?hope?that?it?will?be?useful
?but?WITHOUT?ANY?WARRANTY;?without?even?the?implied?warranty?of
?MERCHANTABILITY?or?FITNESS?FOR?A?PARTICULAR?PURPOSE.??See?the
?GNU?General?Public?License?for?more?details.
?You?should?have?received?a?copy?of?the?GNU?General?Public?License
?along?with?this?program;?if?not?write?to?the?Free?Software
?Foundation?Inc.?51?Franklin?St?Fifth?Floor?Boston?MA??02110-1301??USA?*/
/*?Check?stack?direction?(0-down?1-up)?*/
int?f(int?*a)?
{
??int?b;
??return(&b?>?a)?1:0;?
}
/*
?Prevent?compiler?optimizations?by?calling?function?
?through?pointer.
*/
volatile?int?(*ptr_f)(int?*)?=?f;
int?main()?
{
??int?a;
??return?ptr_f(&a);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????138??2018-09-09?20:35??SunwellCore\.editorconfig
?????文件????????189??2018-09-09?20:40??SunwellCore\.git\config
?????文件?????????73??2018-09-09?20:38??SunwellCore\.git\desc
?????文件?????????77??2018-09-09?20:41??SunwellCore\.git\FETCH_HEAD
?????文件????????216??2018-09-14?23:08??SunwellCore\.git\gitk.cache
?????文件?????????23??2018-09-09?20:38??SunwellCore\.git\HEAD
?????文件????????478??2018-09-09?20:38??SunwellCore\.git\hooks\applypatch-msg.sample
?????文件????????896??2018-09-09?20:38??SunwellCore\.git\hooks\commit-msg.sample
?????文件???????3505??2018-09-09?20:38??SunwellCore\.git\hooks\fsmonitor-watchman.sample
?????文件????????189??2018-09-09?20:38??SunwellCore\.git\hooks\post-update.sample
?????文件????????424??2018-09-09?20:38??SunwellCore\.git\hooks\pre-applypatch.sample
?????文件???????1642??2018-09-09?20:38??SunwellCore\.git\hooks\pre-commit.sample
?????文件???????1348??2018-09-09?20:38??SunwellCore\.git\hooks\pre-push.sample
?????文件???????4898??2018-09-09?20:38??SunwellCore\.git\hooks\pre-reba
?????文件????????544??2018-09-09?20:38??SunwellCore\.git\hooks\pre-receive.sample
?????文件???????1492??2018-09-09?20:38??SunwellCore\.git\hooks\prepare-commit-msg.sample
?????文件???????3610??2018-09-09?20:38??SunwellCore\.git\hooks\update.sample
?????文件?????415846??2018-09-13?23:09??SunwellCore\.git\index
?????文件????????240??2018-09-09?20:38??SunwellCore\.git\info\exclude
?????文件?????????59??2018-09-11?22:31??SunwellCore\.git\info\refs
?????文件????????912??2018-09-13?23:09??SunwellCore\.git\logs\HEAD
?????文件????????727??2018-09-13?23:09??SunwellCore\.git\logs\refs\heads\master
?????文件??????10202??2018-09-11?23:42??SunwellCore\.git\ob
?????文件????????279??2018-09-12?00:27??SunwellCore\.git\ob
?????文件????????125??2018-09-12?00:27??SunwellCore\.git\ob
?????文件????????125??2018-09-11?23:44??SunwellCore\.git\ob
?????文件??????34926??2018-09-11?23:43??SunwellCore\.git\ob
?????文件????????482??2018-09-12?00:27??SunwellCore\.git\ob
?????文件???????8319??2018-09-09?20:40??SunwellCore\.git\ob
?????文件????????481??2018-09-13?23:09??SunwellCore\.git\ob
............此處省略4214個文件信息
評論
共有 條評論