Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: takumi12 - CustomMix v2 100%  (Visto 8399 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline takumi12 Posteado: May 20, 2020, 04:31:38 PM | Modificado: June 07, 2022, 12:38:27 PM by takumi12

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Php Coder
  • +11 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 1.310
  • Gracias recibida: 39644
  • mx



Antes que vayan a bardear porfavor ver el código, ya que es código único ya había compartido una versión de esta, la cual funciona perfecto, este código es diferente al otro lo cual hice optimizaciones mejoras, cambie el algoritmo y la forma del 95% así que lo comparto como una segunda versión.

Before you go to barde please see the code, since it is a unique code I had already shared a version of it, which works perfectly, this code is different from the other which I made optimizations improvements, I changed the algorithm and the shape of 95% like this I share it as a second version.

SYSTEMA DE CUSTOMMIX ÚNICO

Code: [Select]
0
//Index MixMoney MixRate_AL0 MixRate_AL1 MixRate_AL2 MixRate_AL3 CountGroup CountItem
148 1000 100 100 100 100 27 6
end

1
//Index ItemMix level Count
//-- SET HOLYANGEL
148 6809 0 1 //HolyAngel Soul
148 6159 0 1 //Jewel Chaos
148 6174 2 1 //Jewel Bless
148 6175 2 1 //Jewel Soul
148 7190 0 1 //Jewel Creation
end
2
//Index Group Count ItemIndexMin ItemIndexMax MinItemLevel Skill Luck MinAdicional Exe ItemSetOption
//-- HELM DARKANGEL
148 0 1 3722 3722 11 0 -1 4 -1 5
148 1 1 3723 3723 11 0 -1 4 -1 5
148 2 1 3724 3724 11 0 -1 4 -1 5
148 3 1 3725 3725 11 0 -1 4 -1 5
148 4 1 3727 3727 11 0 -1 4 -1 5
148 5 1 3728 3728 11 0 -1 4 -1 5
//-- ARMOR DARKANGEL
148 6 1 4234 4234 11 0 -1 4 -1 5
148 7 1 4235 4235 11 0 -1 4 -1 5
148 8 1 4236 4236 11 0 -1 4 -1 5
148 9 1 4237 4237 11 0 -1 4 -1 5
148 10 1 4238 4238 11 0 -1 4 -1 5
148 11 1 4239 4239 11 0 -1 4 -1 5
148 12 1 4240 4240 11 0 -1 4 -1 5
//-- PANTS DARKANGEL
148 13 1 4746 4746 11 0 -1 4 -1 5
148 14 1 4747 4747 11 0 -1 4 -1 5
148 15 1 4748 4748 11 0 -1 4 -1 5
148 16 1 4749 4749 11 0 -1 4 -1 5
148 17 1 4750 4750 11 0 -1 4 -1 5
148 18 1 4751 4751 11 0 -1 4 -1 5
148 19 1 4752 4752 11 0 -1 4 -1 5
//-- GLOVES DARKANGEL
148 20 1 5259 5259 11 0 -1 4 -1 5
148 21 1 5260 5260 11 0 -1 4 -1 5
148 22 1 5261 5261 11 0 -1 4 -1 5
148 23 1 5263 5263 11 0 -1 4 -1 5
//-- BOOTS DARKANGEL
148 24 1 5770 5770 11 0 -1 4 -1 5
148 25 1 5774 5774 11 0 -1 4 -1 5
148 26 1 5776 5776 11 0 -1 4 -1 5
//------------------------------------------------------------------------------------------------------------------------
end
//------------------------------------------------------------------------------------------------------------------------
3
//Index Group ItemIndexMin ItemIndexMax ItemLevel Skill Luck Adicional Exe ItemSetOption
//-- HELM HOLYANGEL
148 0 3734 3734 11 0 -1 -1 0 5
148 1 3735 3735 11 0 -1 -1 0 5
148 2 3736 3736 11 0 -1 -1 0 5
148 3 3737 3737 11 0 -1 -1 0 5
148 4 3739 3739 11 0 -1 -1 0 5
148 5 3740 3740 11 0 -1 -1 0 5
//-- ARMOR HOLYANGEL
148 6 4246 4246 11 0 -1 -1 0 5
148 7 4247 4247 11 0 -1 -1 0 5
148 8 4248 4248 11 0 -1 -1 0 5
148 9 4249 4249 11 0 -1 -1 0 5
148 10 4250 4250 11 0 -1 -1 0 5
148 11 4251 4251 11 0 -1 -1 0 5
148 12 4252 4252 11 0 -1 -1 0 5
//-- PANTS HOLYANGEL
148 13 4758 4758 11 0 -1 -1 0 5
148 14 4759 4759 11 0 -1 -1 0 5
148 15 4760 4760 11 0 -1 -1 0 5
148 16 4761 4761 11 0 -1 -1 0 5
148 17 4762 4762 11 0 -1 -1 0 5
148 18 4763 4763 11 0 -1 -1 0 5
148 19 4764 4764 11 0 -1 -1 0 5
//-- GLOVES HOLYANGEL
148 20 5271 5271 11 0 -1 -1 0 5
148 21 5272 5272 11 0 -1 -1 0 5
148 22 5273 5273 11 0 -1 -1 0 5
148 23 5275 5275 11 0 -1 -1 0 5
//-- BOOTS HOLYANGEL
148 24 5782 5782 11 0 -1 -1 0 5
148 25 5786 5786 11 0 -1 -1 0 5
148 26 5788 5788 11 0 -1 -1 0 5
end

CustomMix.h



en ChaosBox.cpp hacer #include "CustomMix.h"


posteriormente declarar la función void CustomItemMix(LPOBJ lpObj, int type); en ChaosBox.h
luego inicializar dicha función

then declare the function void CustomItemMix(LPOBJ lpObj, int type); in ChaosBox.h
then initialize that function




y llamarla en: void CChaosBox::CGChaosMixRecv(PMSG_CHAOS_MIX_RECV* lpMsg,int aIndex) // OK

dentro en la ultima parte del switch agregar esto



CREDITOS
Takumi12  boxing


Las offset no se crea, ni se destruye, solo se transforma

Gracias:

Dragonvl15, Xysad, oliiver, ninjanegro, kidnokid, pnicacio, bloppey, hola23, fer73, samsunggon, Smudevelop, loco1705, OBBY, kellington, lumic, nescafe, Saige, pokashi157, usersa, Hilper, feerve, movesty, lucastayub, antonionni, kameleonu, backerchen, mutest740, xzebaa, Iямαηɗαɗ ☠, CzCarl27, T-LEGENDARY, rodrigoo22, kebirkan, luizleao87, footballmuonline, elasesino1, greensk8er, llZeuzll, ledemkhoc, linkvas12, Sweng, buuug7, kimrubi, stopk, Wikka, Hoangsy99, LuciferXT, xiazaipw, ZIIIIIK, gang, LeoNico, LePepe, FOX, iamzuika, Robins, LuisGaming, eduardo253, Erick05, HavertsMU, Sergio Franco, Ifreat, ziza, NghienMU, korron, ShadowWolf, thieugiapc, z33zaza, Adema, victhorinox, nemesis28, HighLevelTeam, mgajat, animator, MUPHOENIXADV, areliux, Mazepa, KhongGianOL, voriyor, Tomsky75, Dear, princekannon001, Dubzy93, NasLy, heropower, oxey.mu, Cabelo97, banam8910, yosimworld, 153426, frenzo2009, birdy491, anh1pk, duglas_nike9, jhampool13, walkeny, martinmaya, rekis, xxcondexx, Skillz, HappyDay, rodriiigo, zhangjianle865, vitrex, clairtoncb, lucas123, whisky123, judakiss21, byweltin@gmail.com, nujd00, totigrando, qchaiquan, shokboy03, lstuan, qixar, drakulla, wachinnet, -MitSuki-, Djassar, thienthan1117, yakomamic263, legacy101, khyle650, maniacpro, Konnopny, drendy, dreamboy7, clerigz, VictorKing, hoaint116, hanzel, tedomi, Concha, vnshell, lemiks, weekly, _SocrateS_, Odisk, manfromvn, makijs, mcalbert1, sunthah12, Slayer, OverLoad, BladeKnight109, theanh27, heroes1412, juniorcgr, z348870672, koito89, FaNaMaN, cobyzero, haziel, trkgncmg, showmax, tiendoanit, Peluuca, sagat202, hfhmu, ailsoncost, MsotoC, PachoRasta, nhanphu200, idpnguyeni, Androjd123, dark, Thor Host, m1sterio, wnz5678, admkolla, nguqua, Dieguinho, SHENii, haitacxyz, deathsquad, neeck1234, leilo2000, DarkEternity, BrayanMix2016, dlawls662, wanwaycom, beecubin, thesofer, DIOSES, binho, jonamix, boncha, mustx1, admmunowar, kayito, Yasser, Arelost, Aguila, calabocajea, ldads, Jean LR, roxtste, duodie, Kosh, notengo, demmian2, jhonhy, smallz170, esteban, AizeN_LP, awayvn, GabrielDevel, erickmalfoy, josexluis, melo920, alexfy, |darkness|, Shaman, angel3858, Higgs, osvaldo1811, pulsefire, dainam, guigonvg, emersonx13, kallixtho, Templario89, Nexus, mavine, NguyenAnh, 6atters, MaxVoll, addictedbrr, Genilson23, SaintZeus, tsx24, 423646802, LeeHenry, cri0, fer1992, sahar01235, VadimashRS, thunwa1, hiep, xxmenonxx, comelon666, luciferlg, AZURE, gacon201294, luckydead, stark98, beibei, binhchivn, Andre1981, Denif, zlethanhlong, higlans, npt.formu, onlinezajzaj, yhoon, reveage, iggfree, seedmaker, xz18786628, quyanxu, dieguitox, axeman192, mrhung95, GabrielDev, gauyeutho, ConejoMalo, JavixFer, dahouzi, ZabiinoOo, djagripnos, spartacus, Dr4G0N, Karuritoku, kaiocnx, Orion88, Lude, joselagos, pquintal, Denis Alves, GX_KYO, 183358

Offline 183358 #1 Posteado: May 20, 2020, 04:48:37 PM | Modificado: May 20, 2020, 05:53:18 PM by 183358

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 81
  • Gracias recibida: 3415
  • vn
I tried not seeing them work you can guide thank bro



Gracias:


Offline onlinezajzaj #2 Posteado: May 20, 2020, 06:22:16 PM

  • MAESTRO

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 700
  • Gracias recibida: 18231
  • vn
I tried not seeing them work you can guide thank bro


Giống source lão vũ tú thế nhỉ !

 magia2 magia2 magia2 magia2 magia2 magia2

Chuyên cung cấp Server MU -  Dạy dev MU online - Giá rẻ.
TEACHER MU ONLINE VIỆT NAM / TRAO ĐỔI KINH NGHIỆM MU ONLINE TOP 1 tại VIỆT NAM
WhatApps/Zalo : +886983042918 - ONLINEZAJZAJ : https://zalo.me/caongochavt
https://www.paypal.me/teacherzajzaj

Gracias:


Offline 183358 #3 Posteado: May 20, 2020, 06:27:28 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 81
  • Gracias recibida: 3415
  • vn
I tried not seeing them work you can guide thank bro


Giống source lão vũ tú thế nhỉ !

 magia2 magia2 magia2 magia2 magia2 magia2

đúng r nhưng đc làm lại hết r


Offline takumi12 #4 Posteado: May 20, 2020, 06:37:32 PM | Modificado: May 20, 2020, 06:42:36 PM by takumi12

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Php Coder
  • +11 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 1.310
  • Gracias recibida: 39644
  • mx
I tried not seeing them work you can guide thank bro


Giống source lão vũ tú thế nhỉ !

 magia2 magia2 magia2 magia2 magia2 magia2

đúng r nhưng đc làm lại hết r

index = headcode


Las offset no se crea, ni se destruye, solo se transforma

Gracias:


Offline 183358 #5 Posteado: May 20, 2020, 06:46:53 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 81
  • Gracias recibida: 3415
  • vn
I tried not seeing them work you can guide thank bro


Giống source lão vũ tú thế nhỉ !

 magia2 magia2 magia2 magia2 magia2 magia2

đúng r nhưng đc làm lại hết r

index = headcode

thank you
Perfectly used function
thanks takumi12


Gracias:


Offline axeman192 #6 Posteado: May 21, 2020, 12:56:53 AM

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 287
  • Gracias recibida: 11881
  • vn
Funciona perfectamente.  cool2
Thanks takumi12


Offline binhchivn #7 Posteado: May 21, 2020, 03:39:13 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 45
  • Gracias recibida: 260
  • vn

Why are they not working, please help


Offline iggfree #8 Posteado: May 22, 2020, 05:00:11 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 47
  • Gracias recibida: 15
  • bn
Hello axeman192 can you share your CustomMix.txt? Thank you.


Offline iggfree #9 Posteado: May 22, 2020, 05:00:41 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 47
  • Gracias recibida: 15
  • bn
Funciona perfectamente.  cool2
Thanks takumi12



Hello axeman192 can you share your CustomMix.txt? Thank you.


Offline reveage #10 Posteado: May 22, 2020, 05:58:11 AM | Modificado: May 22, 2020, 05:20:53 PM by reveage

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 64
  • Gracias recibida: 22
  • cl
@takumi12 puedes ayudarme a identificar el error?...

Mix.bmd

CustomMix.txt


los items no se combinan solo hace los brillitos xD

Gracias:


Offline takumi12 #11 Posteado: May 22, 2020, 08:43:34 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Php Coder
  • +11 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 1.310
  • Gracias recibida: 39644
  • mx
@takumi12 puedes ayudarme a identificar el error?...

Mix.bmd

CustomMix.txt


los items no se combinan solo hace los brillitos xD


estas leyendo el archivo custommix.txt??

gCustomMix.Load(gPath.GetFullPath("Custom\\CustomMix.txt"));

esto es en serverinfo.cpp


Las offset no se crea, ni se destruye, solo se transforma

Offline reveage #12 Posteado: May 22, 2020, 09:26:27 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 64
  • Gracias recibida: 22
  • cl
@takumi12 puedes ayudarme a identificar el error?...

Mix.bmd

CustomMix.txt


los items no se combinan solo hace los brillitos xD


estas leyendo el archivo custommix.txt??

gCustomMix.Load(gPath.GetFullPath("Custom\\CustomMix.txt"));

esto es en serverinfo.cpp

si lo tengo justamente asi.



Offline axeman192 #13 Posteado: May 22, 2020, 09:36:27 PM

  • 3D Maker
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 287
  • Gracias recibida: 11881
  • vn
@takumi12 puedes ayudarme a identificar el error?...

Mix.bmd

CustomMix.txt


los items no se combinan solo hace los brillitos xD
Code: [Select]
CountItem = 3 
Solo declaras 3 ingredientes para combinar, no 4

Gracias:


Offline takumi12 #14 Posteado: May 22, 2020, 10:00:59 PM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • Php Coder
  • +11 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 1.310
  • Gracias recibida: 39644
  • mx
@takumi12 puedes ayudarme a identificar el error?...

Mix.bmd

CustomMix.txt


los items no se combinan solo hace los brillitos xD
Code: [Select]
CountItem = 3 
Solo declaras 3 ingredientes para combinar, no 4

estas equivocado si declaro 4 item, la sección 1 es para declarar las joyas o iitembag, principal los que no cambian, la seccion 2 es para declarar los items que pueden cambiar es por eso que se genera grupo , y la sección 3 es para otorgar el resultado de la combinación según el item.


Las offset no se crea, ni se destruye, solo se transforma

Offline reveage #15 Posteado: May 22, 2020, 10:05:00 PM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 64
  • Gracias recibida: 22
  • cl
@takumi12 puedes ayudarme a identificar el error?...

Mix.bmd

CustomMix.txt


los items no se combinan solo hace los brillitos xD
Code: [Select]
CountItem = 3 
Solo declaras 3 ingredientes para combinar, no 4

estas equivocado si declaro 4 item, la sección 1 es para declarar las joyas o iitembag, principal los que no cambian, la seccion 2 es para declarar los items que pueden cambiar es por eso que se genera grupo , y la sección 3 es para otorgar el resultado de la combinación según el item.

esto va a sonar un poco loco pero declarando 3 items en vez de 4 funciono...
yo deje 4 siguiendo el ejemplo que ya estaba antes, pero por alguna razon funciona poniendo 3 aunque use 4 materiales.


Offline 6atters #16 Posteado: June 03, 2020, 06:44:53 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 452
  • Gracias recibida: 2083
  • ru
make an installation guide))




Gracias:


Offline 6atters #17 Posteado: June 05, 2020, 04:48:53 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 452
  • Gracias recibida: 2083
  • ru


tell me what I'm doing wrong here????





Offline Nation Network #18 Posteado: June 05, 2020, 11:56:16 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 215
  • Gracias recibida: 2179
  • us
Que tiene que ver VueJS con las sources de Mu? xD


Offline SaintZeus #19 Posteado: June 13, 2020, 02:24:56 PM | Modificado: June 13, 2020, 03:54:33 PM by SaintZeus

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 482
  • Gracias recibida: 2753
  • ar
Al intentar combinar un item me desconecta, cual sera el error?
Me cierra el GS

facebook photo downloader online



Citar
0
//Index   MixMoney   MixRate_AL0   MixRate_AL1   MixRate_AL2   MixRate_AL3   CountGroup   CountItem
148   1000      100      100      100      100      0      9   //Creacion de Reliquia
end

//==========================================================================================================
// ITEMS MIX PARA LA COMBINACIÓN
//==========================================================================================================
1
//Index   ItemMix   level   Count
148   7429   0   5   //Fragment De Reliquia
148   6159   0   1   //Jewel Chaos
148   7181   0   1   //Jewel Bless
148   7182   0   1   //Jewel Soul
148   7190   0   1   //Jewel Creationend
end

//==========================================================================================================
// ITEMS RESULTANTE DE LA COMBINACIÓN
//==========================================================================================================
2
//Index   Group   Count   ItemIndexMin   ItemIndexMax   MinItemLevel   Skill   Luck   MinAdicional   Exe   ItemSetOption
end
//==========================================================================================================
// ITEMS RESULTANTE DE LA COMBINACIÓN
//==========================================================================================================
3
//Index   Group   ItemIndexMin   ItemIndexMax   ItemLevel   Skill   Luck   Adicional   Exe   ItemSetOption
148   0   7428      7428      0      0   0   0      0   0      //Creacion de Reliquia
end


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
3 Replies
920 Views
Last post May 13, 2020, 08:16:51 AM
by mundomuc
35 Replies
5729 Views
Last post April 28, 2023, 08:34:01 PM
by Saige
4 Replies
2841 Views
Last post July 18, 2020, 12:03:16 AM
by Axcel
1 Replies
616 Views
Last post August 06, 2020, 02:03:53 PM
by Axcel
1 Replies
661 Views
Last post October 08, 2022, 11:13:45 AM
by Nakamura