קהילות פורומים, הורדות, יעוץ ותמיכה


אשכולות דומים

  1. [עזרה] הגדרת השרת(v83,moopledev)
    על ידי Fryzon1997 בפורום שרתים פרטיים MapleStory
    תגובות: 6
    הודעה אחרונה: 20-10-2011, 15:02
  2. עזרה| מתי השרת יהיה פתוח?
    על ידי Future בפורום RolePlay
    תגובות: 2
    הודעה אחרונה: 11-11-2007, 00:06
  3. [עזרה] הגדרת רשת אחרי פירמוט..
    על ידי TrYcOn6 בפורום רשתות ונתבים
    תגובות: 3
    הודעה אחרונה: 25-10-2007, 01:33
  4. [עזרה] הגדרת תיקיה.
    על ידי Dor בפורום תמיכה טכנית
    תגובות: 5
    הודעה אחרונה: 28-09-2007, 16:03
  5. [עזרה] הגדרת האימיול.
    על ידי FireSide בפורום תמיכה טכנית
    תגובות: 5
    הודעה אחרונה: 13-02-2006, 22:06
נושא נעול
מציג תוצאות 1 עד 2 מתוך 2

עזרה|הגדרת השרת(v83,moopledev)

  1. #1
    משתמש מתחיל
    תאריך הצטרפות
    02/2011
    הודעות
    81
    לייקים
    0
    נקודות
    0
    מין: זכר

    ברירת מחדל [עזרה] הגדרת השרת(v83,moopledev)

    קראתי מדריך באינטרנט לבניית שרת v83 ונוצרה לי בעייה בהגדרת השרת..
    רשום לי ככה:

    עכשיו צריך להגדיר את ה סורס
    ניכנסים לתיקייה של הריפאק,ומישם ל - Src>Constants>Server Constants.java
    ותפתחו את זה אם Notepad / כתבן
    וזה אמור להראות משהו כזה :


    קוד:
     
    /*
    This file is part of the OdinMS Maple 
    Story Server
    Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
    Matthias Butz <matze@odinms.de>
    Jan 
    Christian Meyer <vimes@odinms.de>
     
    This program is free software: 
    you can redistribute it and/or modify
    it under the terms of the GNU Affero 
    General Public License as
    published by the Free Software Foundation version 3 
    as published by
    the Free Software Foundation. You may not use, modify or 
    distribute
    this program under any other version of the GNU Affero General Public
    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 
    Affero General Public License for more details.
     
    You should have received 
    a copy of the GNU Affero General Public License
    along with this program.  If 
    not, see <http://www.gnu.org/licenses/>.
     */
    package 
    constants;
     
    public class 
    ServerConstants {
    // Rate Configuration
    public 
    static int EXP_RATE = 500;
        public static int 
    MESO_RATE = 250;
        public static final byte 
    DROP_RATE = 1;
        public static final byte 
    BOSS_DROP_RATE = 1;
    // 
    ExpMode
    public static 
    int EM_EXP_RATE = 
    1000;
     
       public static byte EM_MESO_RATE 
    = 50;
        public static final byte 
    EM_DROP_RATE = 2;
        public static final byte 
    EM_BOSS_DROP_RATE = 3;
    // 
    MesoMode
    public static 
    byte MM_EXP_RATE = 
    50;
     
       public static int MM_MESO_RATE 
    = 1000;
        public static final byte 
    MM_DROP_RATE = 3;
        public static final byte 
    MM_BOSS_DROP_RATE = 3;
    // 
    DropMode
    public static 
    byte DM_EXP_RATE = 
    50;
     
       public static byte DM_MESO_RATE 
    = 50;
        public static final byte 
    DM_DROP_RATE = 7;
        public static final byte 
    DM_BOSS_DROP_RATE = 3;
    // 
    Custom Configuration
    public 
    static final byte NX_GAIN 
    = 15;
        public static final byte 
    NW_NX_GAIN = 75;
    // 
    Login Configuration
    public static 
    final byte NUM_WORLDS = 1;
        public static final byte 
    FLAG = 2;
        public static final int 
    CHANNEL_NUMBER = 2;
        public static final int 
    CHANNEL_LOAD = 50;
        public static final String 
    EVENT_MESSAGE = "ServerName 
    v83";
        public static final 
    String SERVER_NAME = "ServerName v83";
     
       public static final long 
    RANKING_INTERVAL = 3600000;
     
       public static final boolean 
    IS_TEST = false;
        public static final boolean 
    enableCooldowns = true;
    // 
    Channel Configuration
    public 
    static String SERVER_MESSAGE 
    = "Welcome 
    to ServerName v83 ";
        public 
    static final String EVENTS 
    = "OmegaPQ 
    TTPQ automsg BossQuest";
    // 
    IP Configuration
    public static 
    String HOST = 
    "127.0.0.1";
    // Debug Configuration
    public 
    static final boolean DEBUG 
    = false;
    // 
    Database Configuration
    public 
    static String url = "jdbc:mysql://localhost:3306/shootsource?autoReconnect=true";
        public static String 
    user = "root";
        public static String 
    password = "";
    } 
     
     
    
    
     
     
     
    
    
     
    
    


    ופשוט תערכו את כל מה שברצונכם בשרת כמו Exp/Drop/Worlds
    וכמובן שתשנו את הIP ושם מישתמש וסיסמא ל Sql במידה ושיניתם









    עכשיו במדריך הוא עבד על הריפאק LocalMS נראה לי,ומהסיבה הזאתי יכול ליהיות שזה שונה כי הקובץ ServerConstans.java אצלי מחסירים בו הרבה דברים..
    הוא ככה בכלל:
    קוד:
     
     
     
     
    /*
     This file is part of the OdinMS Maple Story 
    Server
        Copyright (C) 2008 Patrick Huy <patrick.huy@frz.cc>
     
    Matthias Butz <matze@odinms.de>
     
    Jan Christian Meyer <vimes@odinms.de>
     
     
        This program is free software: you can redistribute it 
    and/or modify
        it under the terms of the GNU Affero General 
    Public License as
        published by the Free Software 
    Foundation version 3 as published by
        the Free Software 
    Foundation. You may not use, modify or distribute
        this 
    program under any other version of the GNU Affero General 
    Public
        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 Affero General Public License 
    for more details.
     
     
        You should have received a copy of the GNU Affero General 
    Public License
        along with this program.  If not, see 
    <http://www.gnu.org/licenses/>.
    */
    package 
    constants;
     
     
    public class ServerConstants {
        public static short 
    VERSION = 83;
        public static String[] WORLD_NAMES = 
    {"Scania", "Bera", "Broa", "Windia", "Khaini", "Bellocan", "Mardia", "Kradia", 
    "Yellonde", "Demethos", "Galicia", "El Nido", "Zenith", "Arcenia", "Kastia", 
    "Judis", "Plana", "Kalluna", "Stius", "Croa", "Medere"};;
     
    // Rate Configuration
        public static final byte 
    QUEST_EXP_RATE = 4;
        public static final byte 
    QUEST_MESO_RATE = 3;
        // Login 
    Configuration
        public static final int CHANNEL_LOAD = 
    150;//Players per channel
        public static final long 
    RANKING_INTERVAL = 3600000;
        public static final boolean 
    ENABLE_PIC = true;
        //Event 
    Configuration
        public static final boolean PERFECT_PITCH = 
    false;
        public static final String EVENTS = "automsg 
    KerningPQ Boats Subway AirPlane elevator";
        // IP 
    Configuration
        public static final String HOST = 
    "localhost";
        //Database 
    Configuration
        public static final String DB_URL = 
    "jdbc:mysql://localhost:3306/MoopleDEV?autoReconnect=true";
     
    public static final String DB_USER = "root";
        public static 
    final String DB_PASS = "";
    }
    אשמח לקבל בזה עזרה,תודה!
    נערך לאחרונה על ידי Fryzon1997; 16-10-2011 בשעה 01:34.
    -מוכר משתמש במשחק "מייפל סטורי" ב100 שקלים חדשים,
    יצירת קשר עם רציניים בלבד בנושא!

    דרכים ליצירת קשר:

    דואר אלקטרוני: liam.cohen97@gmail.com
    או דרך הודעה פרטית בלבד..




  2. קישורים ממומנים

  3. #2
    אוי אלוהי אוי אלוהים סמן לי דרך חיים האוואטר של KirMa
    שם פרטי
    אביהו ツ
    תאריך הצטרפות
    03/2010
    גיל
    34
    הודעות
    5,740
    לייקים
    27
    נקודות
    114
    משפט מחץ
    יהודי תחייך אתה בן של מלך ערבי תזיל דמע אתה בן זו*ה
    מין: זכר

    ברירת מחדל

    תיוג לא תקין נעול


    אך מתי כבר תבחיני
    בין הטוב והרע ותביני
    אני לא אלוהים לא אינני
    אני רק בן-אדם אוהב הנני


    מי שצריך עזרה שיצטט או ישלח פרטית

נושא נעול


הרשאות פרסום

  • אין באפשרותך לפרסם נושאים חדשים
  • אין באפשרותך לפרסם תגובות
  • אין באפשרותך לצרף קבצים
  • אין באפשרותך לערוך את הודעותיך


כל הזמנים הם לפי GMT +3. השעה כרגע היא 09:19.
מופעל על ידי vBulletin™ © גרסה 4.1, 2011 vBulletin Solutions, Inc. כל הזכויות שמורות.
פעילות הגולשים
אומנות וגרפיקה
מוזיקה
ספורט
סדרות טלוויזיה
סרטים וקולנוע
קנייה ומכירה
רשתות חברתיות
הבורר 3
פורומי פנאי ובידור
סרטים
סדרות
משחקים
דיבורים
אקטואליה
בעלי חיים
בדיחות והומור
משחקי ספורט
הבורר
מחשבים וטכנולוגיה
תמיכה טכנית
חומרה ומודינג
תוכנות להורדה
סלולארי וגאדג'טים
רקעים למחשב
ציוד הקפי למחשב
אבטחת מידע
תכנות ובניית אתרים
כסף ברשת
אייפון
בריאות ואורח חיים
כושר ופיתוח גוף
דיאטה
צבא וגיוס
יעוץ מיני
מה שבלב
אומנות הפיתוי
יהדות
מיסטיקה ורוחניות
אתאיזם ודתות

נושאים: 2,450,304 | הודעות: 8,150,886 | משתמשים: 315,603 | המשתמש החדש ביותר: upizijoj | עיצוב גרפי: סטודיו עודד בביוף | קידוד: rellect