Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Sources MonsterReward System - MuEmu  (Visto 3638 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline Lude Posteado: May 14, 2021, 02:39:03 AM | Modificado: May 14, 2021, 09:24:02 PM by Lude

  • MAESTRO

  • US. DE HONOR

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 392
  • Gracias recibida: 21183
  • us
INFORMACIÓN
Bueno, en esta ocasión les traigo este codigo bastante viejo, es simple, pero inquebrantable xD
Basicamente funciona igual que el CustomMonster que trae MuEmu por defecto, sin embargo este contiene unicamente el reward y trabaja con el GDSetCoin, para que no tengan que usar ninguna otra query externa, también se puede usar en un Mapa en especifico.

PROCEDIMIENTO



CREDITOS
ExTeam (Source base)
Lude (Adaptación a MuEmu)

Gracias:

yaoge, elniqho18, matheusgomesb, nelson, blogger02, tutu100, dedek1, Hoangtu34, kasah, hoangtammedia, xeru00, dkservermus6, makyntosh, vietbangnl, ADMtec, dakosmu, itamar, Zike, elcrom, wesleypam, MuyMeonGaymes, Lotto4K4k, angel321, darkes607, ninjanegro, hola23, pujol, Xysad, dedicadobk, carmax, zerg24, qq670348570@hotmail, dark32, Arazox, Zeus, clockbooster, iguana63, pablosk4, Ryzenn, Domedica, ValkyrieDevs, RAGNAR111, pnicacio, e911217, conter, teamrz, DEATH, PachoRasta, James, dasgrid, rando, GabrielDev, WebShok, weberson, stopk, thekillrj, zodiacddos, douglera21, usersa, carper, vokirval, daniel202, phuongduc91, vitor, wildriff66, lobinhopk, Dragonvl15, llZeuzll, kimrubi, adrain.aurelio, glmmlg, T-LEGENDARY, tunhi3000, LuisGaming, wahaha, tammadall, Robins, FOX, GameNet, Erick05, skinmuonline, NghienMU, Hiếu Đại Ca, snopke, thunwa1, bin9xhn2, awayvn, thienthan1117, victhorinox, redf0x, solar, comelon666, mapsung, deathsquad, spyderverr, thang1987, Lazarocp2020, lramon, Crowley, leanh, thesofer, NasLy, whisky123, broly, nguqua, mcalbert1, Gordon, 7glorious, ArcSyS, iggfree, Tomsky75, Jean LR, KhongGianOL, duglas_nike9, Miisoia, MsotoC, matheusgom, mos02673, byweltin@gmail.com, dahouzi, Xiltor, GX_KYO, drakulla, Daniel@, pulsefire, chuckhai, knight.php, Dieguinho, vnfiac, SbaGomez, cobyzero, Ryuno, birdy491, spartacus, Peluuca, backerchen, joselagos, k12leito, samsung13, tiendoanit, walkeny, wasj5299, khyle650, LeeHenry, elcris99, z348870672, GabrielDevel, manfromvn, winzcpe, aantonioo, luciferlg, Angel18, xtestx, lechianh88, Orion88, xz18786628, xuanyuan, 183358, jamiones24, alexfy, vuhaihoang, smil158, Nexus, tcbaoanh, coolnware, cri0, Wendigo, pimkungclub, Overkomp, ailsoncost, animator, Odisk, sagamacus, 6atters, peruzi, ZabiinoOo, TzCr4ck, melo920, cornoBK, showmax, dizzys, XCodeCorp, xlockee, tuyendam, andreyzz, SaintZeus, gamingmu, gredy, Pyke, korron, xDeeH, yosimworld, phantrungloi, Betell Host, ZTMarkz, esteban, zlethanhlong, gang, thieugiapc, judakiss21, frenzo2009, thanggsm, tuanbombt, djagripnos, emersonx13, axeman192, vantuan02hn, lstuan, Genilson23, anh1pk, zhangjianle865, c4nhsatcodong, allhoy, muzic25, Higgs, sannea, vnshell, beibei, gacon201294

Offline emersonx13 #1 Posteado: May 14, 2021, 05:44:17 AM

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 531
  • Gracias recibida: 38015
  • br
Working fine, but you forgot a column in the configuration file.

Code: [Select]
0
//Index   Map   WCoinC   WCoinP   GoblinP   AccountLevel
561       1     10       20       30        0
end

Thank you!

 cool2

Donate for my Work

BTC: 1HnXqN1wAh3EUC2Gi4WVH5Cj8fmihgeQze

Gracias:


Offline Lude #2 Posteado: May 14, 2021, 05:48:43 AM | Modificado: May 14, 2021, 06:04:26 AM by Lude

  • MAESTRO

  • US. DE HONOR

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 392
  • Gracias recibida: 21183
  • us
Working fine, but you forgot a column in the configuration file.

Code: [Select]
0
//Index   Map   WCoinC   WCoinP   GoblinP   AccountLevel
561       1     10       20       30        0
end

Thank you!

 cool2

Not really, the source originally doesnt work with AccountLevel variable, its appear there, but dont work because i never complete it, just delete it from the cpp and the struct, because i forget to delete before posted here. Post edited now xD

Gracias:


Offline emersonx13 #3 Posteado: May 14, 2021, 06:05:37 AM | Modificado: May 14, 2021, 06:08:01 AM by emersonx13

  • MAESTRO

  • US. DE HONOR

  • LEYENDA

  • 3D Maker
  • 0 puntos por ventas
  • *
  • *
  • Rank: Puto amo
  • Posts: 531
  • Gracias recibida: 38015
  • br
Working fine, but you forgot a column in the configuration file.

Code: [Select]
0
//Index   Map   WCoinC   WCoinP   GoblinP   AccountLevel
561       1     10       20       30        0
end

Thank you!

 cool2

Not really, the source originally doesnt work with AccountLevel variable, its appear there, but dont work because i never complete it, just delete it from the cpp and the struct, because i forget to delete before post. Post edited now xD

Oh yes thanks! I will review everything calmly soon.
It is that when I started my GameServer, it resulted in a b.a.d configuration error, so I saw that it was an extra column.

 cool2

Donate for my Work

BTC: 1HnXqN1wAh3EUC2Gi4WVH5Cj8fmihgeQze

Offline Lude #4 Posteado: May 14, 2021, 06:11:52 AM

  • MAESTRO

  • US. DE HONOR

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 392
  • Gracias recibida: 21183
  • us
@emersonx13 the post its edited now, just copy again and you not will have problems.

Gracias:


Offline Ryuno #5 Posteado: May 30, 2021, 03:37:14 PM | Modificado: May 30, 2021, 03:39:37 PM by Ryuno

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 502
  • Gracias recibida: 2150
  • dz
Hace tiempo no paso analizar codigos que aportan toca tener en cuenta no es recomendable la repetición de codigo como desarrolladores toca enfocarnos en  optimizar recursos si el codigo de xteam tiene por defecto el custom monster que otorga premios podemos tomar solo la funcion de GDCoin y se la incluimos con eso mejoramos lo existente y evitamos crear otro lector para algo que ya existe. aclaro no es hate solo son observaciones.


Offline Lude #6 Posteado: May 30, 2021, 03:54:19 PM | Modificado: May 30, 2021, 03:59:28 PM by Lude

  • MAESTRO

  • US. DE HONOR

  • C++ Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 392
  • Gracias recibida: 21183
  • us
Hace tiempo no paso analizar codigos que aportan toca tener en cuenta no es recomendable la repetición de codigo como desarrolladores toca enfocarnos en  optimizar recursos si el codigo de xteam tiene por defecto el custom monster que otorga premios podemos tomar solo la funcion de GDCoin y se la incluimos con eso mejoramos lo existente y evitamos crear otro lector para algo que ya existe. aclaro no es hate solo son observaciones.

Hola juan, tiempo sin saber de vos. Tu argumento tiene bastante validez, de hecho lo que dices seria lo ideal, sin embargo esta custom fue adaptada hace como 3-4 años, simplemente la tenia en una source vieja y decidi aportarla para el que desee darle uso y/o mejorarla ya que esta basada en exteam/zteam originalmente, ahora hay que tener algo en cuenta tambien y es que nuestro deber es "hacerle la vida mas facil" a los usuarios, por lo que esta custom es bastante simple y al punto que realmente interesa a la gente, el 90% de las personas que usa files xteam (muemu) no tiene ni idea de como usar el custommonster lado files y mucho menos correr la query que trabaja con el custommonster para la parte del reward, así que en esa parte esto les caeria como anillo al dedo  jajaja
Saludos.

Gracias:


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
7639 Views
Last post May 08, 2017, 12:22:59 PM
by ZabiinoOo
6 Replies
4047 Views
Last post February 15, 2021, 04:00:15 PM
by drakulla
0 Replies
815 Views
Last post August 04, 2020, 05:44:43 PM
by itaialroy
160 Replies
28944 Views
Last post October 18, 2024, 01:44:55 PM
by Xingaw
0 Replies
1228 Views
Last post September 14, 2023, 10:51:39 AM
by dakosmu