Jump to content
Araştır
  • Diğer seçenekler ...
Sonuçları bul ...
Sonuçları bul ...

goto566

Aktif Üye
  • İçerik sayısı

    166
  • Katılım

  • Son ziyaret

  • Günün Kazananı

    3
  • Puan

    7,747 [ Bağış Yap ]

goto566 kullanıcısının paylaşımları

  1. attığın fotoda WIZ_SPEEDHACK_CHECK paketi geldikten sonra bağlantın kapatılmış yani disconnect atmış void CUser::SpeedHackTime(Packet & pkt) buraya break point koy neden dc attığını bulursun
  2. teşekkürler
  3. goto566

    [C#] Editör Yardimı Hakkında

    public static Dictionary m_iconList; public static void LoadItemIconList() { m_iconList = new Dictionary(); StreamReader sr = new StreamReader(Application.StartupPath + "\\ITEMS\\items.txt"); string line = null; while ((line = sr.ReadLine()) != null) { string[] sp = line.Split(':'); m_iconList[sp[0]] = sp[1]; } } public static string getNumToImg(int num) { if (num.ToString().Length return "none"; if (m_iconList == null) LoadItemIconList(); num /= 1000; num *= 1000; if (num.ToString().Length return "none"; string img = m_iconList[num.ToString()]; if (img.Length return "none"; string str = "itemicon_" + img[0] + "_" + img.Substring(1, 4) + "_" + img.Substring(5, 2) + "_" + img.Substring(7, 1); return str; } kullanımı : string strimg = Application.StartupPath + "\\ITEMS\\" + getNumToImg(item.Num) + ".jpg"; ; if (!File.Exists(strimg)) strimg = Application.StartupPath + "\\ITEMS\ one.jpg"; pictureBox2.Image = new Bitmap(strimg); item dosyası için Link http://pathoswar.com/items.txt
  4. goto566

    VipStorage Depo Sıkındı Yardım

    Dikkatli incelemedim ama gözüme direk çarpan birşey var dbCommand->FetchUInt32(54/*54 yazmışsın*/, pUser->nVIPExpirationTime); update bölümündede expirationtime yok. birazcık incelemen gerek emre kopyala yapıştırla olmaz herzaman
  5. Teşekkürler 🙂
  6. okey , skype:nyzakts6066
  7. GetReturnStatus int8? int32?
  8. send me your getuserinfo function
  9. Eğer Tatto Gelen Exeyi Kullanıyorsan, GetUserInfo fonksiyonunda equippedItems dizisine Tatto Slotunu eklemen gerek. Ingilizcesi Güzel bir Arkadaş Çevirirse sevinirim
  10. Teşekkürler
  11. goto566

    Gab ve Faun Hk ufakbir soru

    TriggerProcItem fonksiyonuna break point koyarak sorunu bulabilirsin. MagicInstance o skili çalıştırmıyor olabilir o yüzden izleyerek nerede failed verdiğini vs bulup ona göre işlem yapman gerek
  12. goto566

    Gab ve Faun Hk ufakbir soru

    Skilld ID si doğru. TriggerProcItem fonksiyonuna break point koyarak sorunu bulabilirsin. MagicInstance o skili çalıştırmıyor olabilir o yüzden izleyerek nerede failed verdiğini vs bulup ona göre işlem yapman gerek
  13. goto566

    Gab ve Faun Hk ufakbir soru

    Db'deki ITEM_OP tablosu, srclerdeki TriggerProcItem Fonksiyonu Test etmek için ITEM_OP Tablosundaki patlama oranını yüksek tutup dene tablodaki bTriggerType değerleri : TriggerTypeAttack = 3,//Damage Attıgı zaman tetikler TriggerTypeDefend = 13//Damage Yediği Zaman tetikler
  14. goto566

    Basit Süre Sistemi

    UNIXTIME = 1510480883 dersek, m_lLastExperienceTime başlangıçda 0 olacak. sen UNIXTIME -m_lLastExperienceTime derken 1510480883 - 0 diyorsun. yani sonuc =1510480883 if(UNIXTIME - m_lLastExperienceTime >= 2)// ile sonuc2 den buyuk veya eşitmi diye kontrol ediyor. eğerki 2den büyük veya eşitse expini veriyor ve sonra m_lLastExperienceTime değerini 1510480883 yapıyor. her saniye UNIXTIME değeri ayrı bir thread'da otomatik olarak artmaktadır.
  15. goto566

    Oyuncuya Cash Hedıye edılmesı hk

    else if (pUser->GetLevel() >= 79 && pUser->GetLevel() pUser->GiveItem(SILVERY_GEM); pUser->GiveKnightCash(100, false); pUser->AchieveMainCount(0, 6, 0, 0); EĞERKİ parantezleri kullanmadan if kullanacaksan sadece 1 komut yazabilirsin. 1 den fazla komut için parantezler şart düzenli hali else if (pUser->GetLevel() >= 79 && pUser->GetLevel() { pUser->GiveItem(SILVERY_GEM); pUser->GiveKnightCash(100, false); pUser->AchieveMainCount(0, 6, 0, 0); }
  16. goto566

    [0x0E] WIZ_MYINFO

    teşekkürler
  17. goto566

    [C#] CRC32 Sınıfı

    teşekkürler
×
×
  • Yeni Oluştur...