



สคริปต์ระบบเมมเบอร์พร้อม NPC โอนแต้ม (Member System + Score Transfer NPC)
ระบบที่เราจะสามารถกระตุ้นให้ผู้เล่นอยากเติมเงินเผื่อที่จะได้รับสิทธิ์พิเศษต่างๆ ในเซิร์ฟเวอร์ เมื่อเป็นเมมเบอร์แล้วจะได้รับ Cash Bonus, EXP Bonus, Drop Bonus และ special buff
Commands that will allow players to play this game will receive various privileges. To be used as a member, you will receive cash bonuses, EXP bonuses, drop bonuses, and special buffs.
฿2,000.00
ผมพอทราบปัญหาของหลายๆ ท่านที่อยากได้ระบบ member แต่ดันไม่อยากแก้ src หรือไม่ก็ตัวเซิร์ฟแก้ src ไม่ได้ผมเลยใช้เวลานั่งคิดอยู่ซักพักก็พอเจอหนทาง ตัวสคริปต์ทำงานง่ายๆ ครับจับผู้เล่นที่เติมแยกเป็น VIP ระดับต่างๆ โดยใช้ยอดในการเติมเป็นตัววัด ตามในรูปด้านบนทุกท่านจะสามารถกำหนดว่าเติมเท่าไหร่จะได้เป็น VIP ระดับไหนได้แคชเมื่อเติมเพิ่มขึ้นกี่ % และสามารถกำหนดได้ว่าระดับไหนจะได้ EXP และ Drop เพิ่มขึ้นกี่ % สามารถใช้กับระบบเติมเงินได้ทุกเจ้านะครับ
การทำงานของระบบ
- เก็บยอดของผู้เล่นที่เติมมาแยกเป็นระดับ Member
- เมื่อ Member แต่ละระดับเข้าเกมจะได้รับโบนัส EXP และ Drop
- เมื่อ Member แต่ละระดับเติมเงินจะได้รับโบนัส Cash
- ตัวแปร #MemberLv จะเก็บระดับ Member ของผู้เล่นไอดีนั้นๆ ไว้
การตั้งค่าในสคริปต์
- กำหนดยอดเติมของ Member แต่ละระดับได้
- กำหนด % โบนัส Cash ของ Member แต่ละระดับได้
- กำหนด % โบนัส EXP ของ Member แต่ละระดับได้
- กำหนด % โบนัส Drop ของ Member แต่ละระดับได้
- สามารถนำตัวแปร #MemberLv ไปประยุกต์ใช้กับสคริปต์ต่างๆ ในเซิร์ฟของท่านได้
ตัวอย่างการใช้งานตัวแปร #VIPLevel
if (#MemberLv == 1) {
//ถ้าผู้เล่นเป็น Member ระดับ 1 จะได้รับ Red Potion
getitem 501,1;
}
Update v.2.0
- แก้ไขเพิ่มประสิทธิภาพการทำงานของสคริปต์
- หลังจากโอนแต้ม Member ทั้งผู้โอนและผู้รับไม่ต้องเลือกตัวละครหรือออกจากเกม
- สามารถเพิ่มสเตตัสหรือสถานะของ Member แต่ละเลเวลได้ด้วยตัวเองในสคริปต์
- แถม!! ไอคอนและวิธีติดตั้งโดยไม่ต้องแก้ไข SRC สูงสุด 10 เลเวล
- กำหนดโบนัสแคช EXP DROP แบบ % ได้เองในสคริปต์
- มี NPC ระบบโอนแต้ม Member
English Version
Separate players into members for each level according to donation or top-up. Each member will receive Cash Bonus, EXP Bonus, Drop Bonus and special buff according to server owner’s requirement. Pure script without SRC modifications.
system operation
• Separate players into members for each level according to donation or top-up. Each
• When each member level enters the game, they will receive EXP and Drop bonuses.
• When Member each top-up level will receive a cash bonus.
• The #MemberLv variable will store the Member level of that player.
Settings in the script
• Able to set top-up amount of each member level
• Set the % of the member’s cash bonus for each level.
• Determine the EXP Bonus % of each member level.
• Determine the Drop Bonus % of each member level.
The #MemberLv variable can be used with scripts. in your server
Example using the #VIPLevel variable
if (#MemberLv == 1) {
//If the player is a Level 1 member, they will receive a Red Potion.
get item 501,1;
}
Update v.2.0
• Fixed to improve script performance.
• After transferring member points Neither the sender nor the receiver need to select a character or leave the game.
• You can manually add stats or stats for each member level in the script.
• Free!! Icon and how to install without modifying SRC up to level 10
• Optimized EXP DROP % cache bonus in script.
• There is an NPC, member point transfer system.