Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source RoxGaming Main 5.2 - 60 FPS UPDATE  (Visto 23359 veces)

Eternity and 1 Guest are viewing this topic.

Offline Odisk #30 Posteado: June 12, 2025, 11:45:27 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 908
  • Gracias recibida: 14158
  • pr
one day

Gracias:


Offline sayfmaster #31 Posteado: June 12, 2025, 12:11:03 PM | Modificado: June 12, 2025, 12:15:10 PM by sayfmaster

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 7
  • Gracias recibida: 6
  • br
just run the animation at the end of each CASE in the
Goboid.cpp file

if (b) b->PlayAnimation(&o->AnimationFrame, &o->PriorAnimationFrame, &o->PriorAction, o->Velocity, o->Position, o->Angle);

before the break;

CASE MODEL_DARK_HORSE:
CASE MODEL_FENRIR_GOLD:
CASE MODEL_UNICON:



Offline sayfmaster #32 Posteado: June 12, 2025, 12:15:47 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 7
  • Gracias recibida: 6
  • br
just run the animation at the end of each CASE in the
Goboid.cpp file

if (b) b->PlayAnimation(&o->AnimationFrame, &o->PriorAnimationFrame, &o->PriorAction, o->Velocity, o->Position, o->Angle);

before the break;

CASE MODEL_DARK_HORSE:
CASE MODEL_FENRIR_GOLD:
CASE MODEL_UNICON:


dark horse animation bug

Gracias:


Offline anonymousgh #33 Posteado: June 12, 2025, 01:11:34 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 2
  • Gracias recibida: 3
  • br
Fix FENRIR_WALK/ FENRIR_RUN:

Em GOBoid.cpp, procure por:

bool MoveBug ( OBJECT* o, bool bForceRender )

Antes de:
      switch (o->Type)
      {
      case MODEL_FENRIR_BLACK:
      case MODEL_FENRIR_BLUE:
      case MODEL_FENRIR_RED:
      case MODEL_FENRIR_GOLD:

Colocar:
      b->PlayAnimation(&o->AnimationFrame, &o->PriorAnimationFrame, &o->PriorAction, o->Velocity, o->Position, o->Angle);

Gracias:


Offline dakosmu #34 Posteado: June 12, 2025, 03:07:06 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 786
  • Gracias recibida: 12208
  • ve
Al Parecer todo el source trae los sistemas. falta activarlos






Dakosmu Colaborador

Gracias:


Offline lukaz2z #35 Posteado: June 12, 2025, 09:03:11 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 6
  • Gracias recibida: 2
  • ar
Al Parecer todo el source trae los sistemas. falta activarlos






disculpa tendrias para compartir los archivos necesarios para activarlo ? a mi me falta "#include "CGFxMacroMain.h"
#include "CGFxMacroSubMain.h"
#include "CGFxMacroGaugeBar.h""

y tambien #include "CAIController.h"

Gracias:


Offline phuongcuongmsqm #36 Posteado: June 13, 2025, 05:24:12 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 101
  • Gracias recibida: 30
  • vn
Al Parecer todo el source trae los sistemas. falta activarlos





YOU CAN SHARE IT


Offline T-LEGENDARY #37 Posteado: June 13, 2025, 07:32:06 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 11891
  • br
Al Parecer todo el source trae los sistemas. falta activarlos






Share for us pack complet with source code


Offline KhongGianOL #38 Posteado: June 13, 2025, 10:21:07 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 246
  • Gracias recibida: 719
  • vn
Does everyone get the Lua Error when opening Main.exe?

Be kind, for everyone you meet is fighting their hard battle

Offline T-LEGENDARY #39 Posteado: June 13, 2025, 10:28:25 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 11891
  • br

Offline T-LEGENDARY #40 Posteado: June 13, 2025, 10:47:46 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 11891
  • br
@Odisk , how i desactive rotation character in selec character? help


Offline T-LEGENDARY #41 Posteado: June 13, 2025, 11:51:29 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 11891
  • br


help , how to fix GameServerCS?


Offline Nakamura #42 Posteado: June 13, 2025, 01:05:01 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 48
  • Gracias recibida: 141
  • br


help , how to fix GameServerCS?

If you don't know how to resolve this error, you could kill yourself...

It's a problem with the configuration of MapServerInfo.dat and the ServerCode of your GameServer.

Gracias:


Offline T-LEGENDARY #43 Posteado: June 13, 2025, 01:11:43 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 11891
  • br


help , how to fix GameServerCS?

If you don't know how to resolve this error, you could kill yourself...

It's a problem with the configuration of MapServerInfo.dat and the ServerCode of your GameServer.

Eu nem verifiquei isso , tinha me esquecido kk vlw


Offline dakosmu #44 Posteado: June 13, 2025, 05:26:23 PM | Modificado: June 13, 2025, 05:34:50 PM by dakosmu

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 786
  • Gracias recibida: 12208
  • ve
Dakosmu Colaborador

Offline Dexign #45 Posteado: June 14, 2025, 02:02:50 AM

  • Diseñador
  • +1 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 290
  • Gracias recibida: 1145
  • ve
@Odisk , how i desactive rotation character in selec character? help

Eso se quita en el lua no se que archivo exacto, pero es en la carpeta clienta/data/config/lua


Offline T-LEGENDARY #46 Posteado: June 14, 2025, 06:26:39 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 11891
  • br
@Odisk , how i desactive rotation character in selec character? help

Eso se quita en el lua no se que archivo exacto, pero es en la carpeta clienta/data/config/lua


When you find the exact location, let me know. I looked and couldn't find where to disable it.  aplausos


Offline T-LEGENDARY #47 Posteado: June 14, 2025, 06:41:57 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 11891
  • br

Offline roshux #48 Posteado: June 14, 2025, 06:55:21 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 19
  • Gracias recibida: 14
  • gb

Offline KhongGianOL #49 Posteado: June 14, 2025, 11:05:28 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 246
  • Gracias recibida: 719
  • vn
@T-LEGENDARY , @dakosmu: Help please fix error luacall_Generic_Call error running function '%s': '%s'"

Be kind, for everyone you meet is fighting their hard battle

Gracias:


Offline Dizzy #50 Posteado: June 14, 2025, 11:12:47 AM

  • 0 puntos por ventas
  • *
  • Rank: Usuario activo
  • Posts: 78
  • Gracias recibida: 550
  • ru
Al Parecer todo el source trae los sistemas. falta activarlos







share your files my friend  magia2

Skype: mu-legend.ru
Discord: Dizzy#1469

Gracias:


Offline KhongGianOL #51 Posteado: June 14, 2025, 11:48:55 AM | Modificado: June 14, 2025, 11:50:30 AM by KhongGianOL

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 246
  • Gracias recibida: 719
  • vn


 please please please please please please please

Be kind, for everyone you meet is fighting their hard battle

Offline T-LEGENDARY #52 Posteado: June 14, 2025, 01:09:33 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 764
  • Gracias recibida: 11891
  • br
@T-LEGENDARY , @dakosmu: Help please fix error luacall_Generic_Call error running function '%s': '%s'"

Later I share my fillets, I even put the /zen, but I need to know where it deactivates the character from rotation in select character



Offline TryMenow #53 Posteado: June 14, 2025, 01:32:25 PM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 50
  • Gracias recibida: 1587
  • kr
anyone can share  60 FPS  System Here


Offline Odisk #54 Posteado: June 14, 2025, 02:09:37 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 908
  • Gracias recibida: 14158
  • pr
the animations of the monsters are the same as all of them when they die and etc.

one day

Offline Odisk #55 Posteado: June 14, 2025, 02:17:32 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 908
  • Gracias recibida: 14158
  • pr
anyone can share  60 FPS  System Here

no es un modulo de copiar y pegar. son muchas cosas que se tienen que cambiar dentro de casi todo los cpp para que funcionen

one day

Offline dakosmu #56 Posteado: June 14, 2025, 02:35:21 PM | Modificado: June 14, 2025, 02:43:23 PM by dakosmu

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 786
  • Gracias recibida: 12208
  • ve
Dakosmu Colaborador

Gracias:

Eternity, aiui007, ndhieu8x, adamdouglascl, @Violent, GG-Bond, victorrz17, mutruye1, reidomall2, khdoop, zhujianhui, libertygames, luckystar, ValkyrieDevs, skinmuonline, Watuyusei, Argentuc, JavixFer, luckianm, vantruong, panda, magos22, manoxxx, positive, conter, vttcue, ecosedd, ScottLy, kiosuke, shu2004, fenixpe, Rifah, gustavocold, CezarMaster, santiagolp3, jonhz, Genius05, roshux, muccone, 2str0kE, 0342043033, Odisk, mpy1, rogonidas, baojianyang, zw0314, Darki12345, nujd00, ycr4zy, nofeara, ieie10, xlockee, drakulla, vampzao123, LuisGaming, straiker23, ryuzahi, maksuel, stopk, bebefox, Saxius, marlo1x1, elcrom, zurect, kendy93, ailsoncost, JhonaTanLR, BastarDesing, andredeco, wener1992, datccqc, e911217, davidrcj, AlejandrO777, zeronycs, ggdibe, jeuzinn, xianwen, xDeeH, jessy, tienduy1992, minhchanh, m1sterio, giangpha, Shellshock, Malyk, chuckhai, truongtienhp, UrbaNDraft, l2j-ct, duongcao, theducgm, Macario, cascadeballa, Plate98, neeck1234, Hax.Gaming, daimer, Matt1995, laulinh2, jeffzkie69, esteban, Marceliin, samsunggon, GATITO, Lotto4K4k, coolgepds, AvaritiA, 183358, Malkom99, GoldSun, tcbaoanh, bin9xhn2, zodiacddos, bigrealtk92, fengyun52894, ssmunet, Supremo, zHammer, trungpv, ledemkhoc, dangnhapnee, wallaceh, 2448778229, welison14, muedit, beibei, quyanxu, Nakamura, matheusgomesb, backerchen, k33n00, chipcoidj, sh4ll3, tiagozika, kaiocnx, Sub-Zero, hoangtammedia, sayfmaster, lukaz2z, HaPKoTuK, Dizzy, KhongGianOL, axeman192, Part1zanBelarus, spartacus, T-LEGENDARY, cavalcante, thekillrj, gang, erickmalfoy, Heimdall, nescafe, nhantac

Offline dakosmu #57 Posteado: June 14, 2025, 03:42:32 PM | Modificado: June 14, 2025, 03:46:33 PM by dakosmu

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 786
  • Gracias recibida: 12208
  • ve
Dakosmu Colaborador

Offline dakosmu #58 Posteado: June 14, 2025, 03:53:24 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 786
  • Gracias recibida: 12208
  • ve
Dakosmu Colaborador

Offline dakosmu #59 Posteado: June 14, 2025, 04:08:32 PM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 786
  • Gracias recibida: 12208
  • ve
Dakosmu Colaborador

Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
15 Replies
6141 Views
Last post January 26, 2022, 12:29:29 PM
by victorrz17
2 Replies
3139 Views
Last post March 17, 2021, 01:23:36 AM
by matheusgom
125 Replies
35536 Views
Last post April 14, 2023, 05:11:07 PM
by esteban
7 Replies
2968 Views
Last post April 11, 2023, 08:53:28 PM
by bin9xhn2
106 Replies
21309 Views
Last post March 20, 2023, 04:59:50 AM
by samsunggon