Hesabına erişemeyen eski üyeler Discord üzerinden yardım alabilir.
1. Young Sisteminin iptali.
2. Öncelikle ilk Dogma Yeri Herkezin Aynı olucak Onu Nasıl Ayarlıyacam


Sorularınızın cevabı Scripts/Misc/CharecterCreation.cs de


1)
Dosyayı açın ve &覶u kodu bulun

Kod:

         if ( newChar is PlayerMobile )
         {
            PlayerMobile pm = (PlayerMobile) newChar;

            pm.Profession = args.Profession;

            if ( pm.AccessLevel == AccessLevel.Player && ((Account)pm.Account).Young )
               young = pm.Young = true;
         }


buradaki
Kod:

            if ( pm.AccessLevel == AccessLevel.Player && ((Account)pm.Account).Young )
               young = pm.Young = true;

bölümünü komple silin ve youngl&覵k sistemini kald&覵r&覵n.


2)

yine aynı dosyada aşağıdaki bölümü bulun

Kod:
   CityInfo city = GetStartLocation( args, young );
         //CityInfo city = new CityInfo( "Britain", "Sweet Dreams Inn", 1496, 1628, 10, Map.Felucca );



bu bölümü aşağıdakiyle değiştirin.


Kod:

         //CityInfo city = GetStartLocation( args, young );
         CityInfo city = new CityInfo( "Green Acress", "Newbie Center", X, Y, Z, Map.Felucca );

Not / X, Y ve Z playerlar&覵n ba&覶lama yerinin koordinatlar&覵d&覵r&覵. Koordinatlar&覵 ö&覨renmek için oyun içinde [Where yaz&覵n.

Sevgiler...

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

t&覶kler yapt&覵m b&覵rde puplic moon gate koyuyorum tramel c&覵k&覵yor b&覵r kac dunya c&覵k&覵o onlar&覵 nas&覵l ayarl&覵yacag&覵m tokunoyu falan kap&覵yacam trameli kap&覵yacam mesela
-----------------------------------
Script / Item / Misc Publicmoongate.cs ac.

Kod:

public static readonly PMList[] UORLists      = new PMList[] { Felucca };
      public static readonly PMList[] UORlistsYoung   = new PMList[] { Trammel };
      public static readonly PMList[] LBRLists      = new PMList[] { Felucca, Ilshenar };
      public static readonly PMList[] LBRListsYoung   = new PMList[] { Trammel, Ilshenar };
      public static readonly PMList[] AOSLists      = new PMList[] { Felucca, Ilshenar, Malas };
      public static readonly PMList[] AOSListsYoung   = new PMList[] { Trammel, Ilshenar, Malas };
      public static readonly PMList[] SELists         = new PMList[] { Felucca, Ilshenar, Malas, Tokuno };
      public static readonly PMList[] SEListsYoung   = new PMList[] { Trammel, Ilshenar, Malas, Tokuno };
      public static readonly PMList[] RedLists      = new PMList[] { Felucca };
      public static readonly PMList[] SigilLists      = new PMList[] { Felucca };


Burayi bul.


Kod:
public static readonly PMList[] UORLists      = new PMList[] { Felucca };
      public static readonly PMList[] UORlistsYoung   = new PMList[] { Feluccal };
      public static readonly PMList[] LBRLists      = new PMList[] { Felucca, Ilshenar };
      public static readonly PMList[] LBRListsYoung   = new PMList[] { Ilshenar };
      public static readonly PMList[] AOSLists      = new PMList[] { Felucca, Ilshenar, Malas };
      public static readonly PMList[] AOSListsYoung   = new PMList[] { Ilshenar, Malas };
      public static readonly PMList[] SELists         = new PMList[] { Felucca, Ilshenar, Malas };
      public static readonly PMList[] SEListsYoung   = new PMList[] { Ilshenar, Malas };
      public static readonly PMList[] RedLists      = new PMList[] { Felucca };
      public static readonly PMList[] SigilLists      = new PMList[] { Felucca };


Bu sekilde degistir.
iyi anltım younglık çalışıor bıravo ama bence istediğin yerde başlatmayı daha detaylı anlatmalısın bir kaç ayar daha gerekiyor:evet
Silindi
Members
0
Ybir scripti yazarken hata yapmışsın zannedersem feluccal yazıyor felucca olmalıydı ama eline sağlık :)
Run uo anlamam ama emeğine sağlık.

Üye Ol veya Giriş Yap

Bu forum başlığına mesaj atmak istiyorsanız hemen üye olun veya giriş yapın.