รวมวิธีการปรับแต่งเซิฟแบบทั่วๆ ไป
- วิธีการกำหนดให้ GM สามารถเข้าเซิฟเวอร์ได้เท่านั้น
เปิดไฟล์ conf/char-server.conf แล้วทำการค้นหา// Type of server. // No functional side effects at the moment. // Displayed next to the server name in the client. // 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=F2P char_server_type: 0ให้ทำการเปลี่ยน char_server_type: 0 เป็น 1 ครับ หลังจากนั้นทำการรันเซิฟเวอร์ใหม่
- การปรับห้ามเดล ห้ามโยน ห้ามขายและอื่นๆ
ให้เปิดไปที่ไฟล์ db/itemdb.conf หรือ db/itemdb2.conf แล้วจะเจอส่วนนี้ครับ ในไอเท็มแต่ละชิ้นครับTrade: { nodrop: true notrade: true noselltonpc: true nocart: true nogstorage: true nomail: true noauction: true }ถ้าต้องการให้ เดล โยน หรือซื้อขายได้ทั้งหมด ก็ให้ลบ ทั้งหมดใน code ของไอเท็มนั้นออกไปได้เลยนะครับ ส่วนความหมายของมันก็ตรงตัวเลย nodrop ก็ห้ามโยน notrade ก็ห้ามแลกเปลี่ยน noselltonpc ก็ห้ามขายให้ NPC และอื่นๆ
- วิธีปรับดีเลย์ตอน loot ไอเท็ม request โดย : dude-ro
ให้เปิดไปที่ conf/battle/drop.conf แล้วทำการแก้ไข ดีเลย์จากด้านล่างได้เลย// Grace time during which only the person who did the most damage to a monster can get the item? (in milliseconds) item_first_get_time: 3000 // Grace time during which only the first and second person who did the most damage to a monster can get the item? (in milliseconds) // (Takes effect after item_first_get_time elapses) item_second_get_time: 1000 // Grace time during which only the first, second and third person who did the most damage to a monster can get the item? (in milliseconds) // (Takes effect after the item_second_get_time elapses) item_third_get_time: 1000ช่องแรกก็คิอผู้เล่นที่ทำ Dmg จากมอนสเตอร์รองจากคนที่ฆ่ามอนสเตอร์สามารถ loot ไอเท็มได้ตอนระยะเวลาเท่าใด ช่องที่ 2 ก็คือคนที 2 และต่อมาก็คนที่ 3 เรียงกันไปนะครับ
- วิธีปรับให้ตีมอนสเตอร์แล้วเงินจากมอนสเตอร์ request โดย : dude-ro
ให้เปิดไปที่ conf/battle/monster.conf แล้วทำการแก้ไข// Zeny from mobs zeny_from_mobs: noเปลี่ยน no เป็น yes หรือ 1 ครับ เท่านี้ก็ใช้ได้ทันทีเลย
- วิธีปรับเงินเริ่มต้นของตัวละคร requst โดย : ranbo-ro
ให้เปิดไปที่ conf/char-server.conf แล้วทำการแก้ไข// Starting zeny for new characters start_zeny: 0โดยปรับเป็นจำนวนเงินที่ต้องการได้เลย อยากให้เกิดมามีเงินเท่าไหร่ก็ใส่ไป
- วิธีปรับไอเท็มเริ่มต้นของตัวละคร requst โดย : ranbo-ro
// Starting items for new characters // Format is: id1,quantity1,stackable1,idN,quantityN,stackableN // stackable: // 0 - Not stackable (weapon, armor, egg, pet armor) // 1 - Stackable start_items: 1201,1,0,2301,1,0รหัสไอเท็มในตัวอย่างคืน 1201 และ 2301 จำนวนหนึ่งชิ้น ถ้าต้องการเพิ่มไอเท็ม 2430 อีก 1 เช่นก็ให้ใส่แบบนี้ครับ 1201,1,0,2301,1,0,2430,1,0
- วิธีปรับจุดเกิดเมื่อเริ่มเข้าสู่เกมส์ requst โดย : ranbo-ro
ให้เปิดไปที่ conf/char-server.conf แล้วทำการแก้ไข// Start point, Map name followed by coordinates (x,y) start_point: new_1-1,53,111และปรับเมืองเกิดและพิกัดที่ต้องการได้เลย วิธีการเช็คพิกัด กด /where แล้วใส่พิกัดด้านบนครับ
ไม่มีความคิดเห็น :
แสดงความคิดเห็น