Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source RoxGaming Season 6 - Update 10  (Visto 21309 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline RifleMaN_ #90 Posteado: December 11, 2022, 07:10:22 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 95
  • Gracias recibida: 15
  • ar
Has anyone managed to use the CustomItemToolTip?


Offline binho #91 Posteado: December 12, 2022, 05:03:44 PM

  • 0 puntos por ventas
  • *
  • Rank: Destacado
  • Posts: 91
  • Gracias recibida: 26
  • br
como faz para deixar com 1000 d lvl?? pq no arquivo esta assim e so chega ao 400

MaxLevel = 1000
MaxLevelUp = 1
MaxLevelUpEvent = 1
MaxLevelUpQuest = 1
MaxStatPoint_AL0 = 65535
MaxStatPoint_AL1 = 65535
MaxStatPoint_AL2 = 65535
MaxStatPoint_AL3 = 65535
DWLevelUpPoint = 5
DKLevelUpPoint = 5
FELevelUpPoint = 5
MGLevelUpPoint = 7
DLLevelUpPoint = 7
SULevelUpPoint = 5
RFLevelUpPoint = 7
PlusStatPoint = 1

Up................


Offline oxey.mu #92 Posteado: December 12, 2022, 05:38:00 PM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 499
  • Gracias recibida: 543
  • ar
como faz para deixar com 1000 d lvl?? pq no arquivo esta assim e so chega ao 400

MaxLevel = 1000
MaxLevelUp = 1
MaxLevelUpEvent = 1
MaxLevelUpQuest = 1
MaxStatPoint_AL0 = 65535
MaxStatPoint_AL1 = 65535
MaxStatPoint_AL2 = 65535
MaxStatPoint_AL3 = 65535
DWLevelUpPoint = 5
DKLevelUpPoint = 5
FELevelUpPoint = 5
MGLevelUpPoint = 7
DLLevelUpPoint = 7
SULevelUpPoint = 5
RFLevelUpPoint = 7
PlusStatPoint = 1

Up................
ç

Desde source amigo. Visita aqui para configurar.
https://tuservermu.com.ve/index.php?topic=40933.0

Gracias:


Offline samsunggon #93 Posteado: December 14, 2022, 01:34:14 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 468
  • Gracias recibida: 2561
  • ph
CustomItem

not working
Always invincible :D

any help


DISCORD: valentino1515


Offline thuongdo07 #94 Posteado: December 14, 2022, 02:29:36 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 102
  • Gracias recibida: 1060
  • vn
CustomItem

not working
Always invincible :D

any help
CustomGloves is not working,too jajaja


Offline samsunggon #95 Posteado: December 14, 2022, 02:41:09 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 468
  • Gracias recibida: 2561
  • ph
CustomItem

not working
Always invincible :D

any help
CustomGloves is not working,too jajaja

only CustomWing working :D

someone can help

thanks


DISCORD: valentino1515


Offline thuongdo07 #96 Posteado: December 15, 2022, 01:39:18 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 102
  • Gracias recibida: 1060
  • vn
CustomItem

not working
Always invincible :D

any help
CustomGloves is not working,too jajaja

only CustomWing working :D

someone can help

thanks
maybe @Denis Alves will have the answer  :D


Offline Felipe0211 #97 Posteado: December 17, 2022, 07:17:50 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 52
  • Gracias recibida: 105
  • co
RF nao ataca, opções de desativar item detail ta desativado na source tem q tirar o //
off ataque nao aparece.

El problema con el ataque de RF es este, elimínelo de la fuente:
Code: [Select]
	MemorySet(0x005B55D8,0x90,0x6);
SetCompleteHook(0xE9,0x005B55D8,&RuneBladeSkill);

El sistema CustomAttack.txt funciona normalmente, sigue la estructura que compartió un usuario de Rox UP11
Code: [Select]
// ---------------------------------------------------------------
// Skill   Group   Comment
// ---------------------------------------------------------------
   1       1       //Poison
   2       1       //Meteorite
   3       1       //Lightning
   4       1       //Fire Ball
   5       2       //Flame
   7       1       //Ice
   8       2       //Twister
   9       2       //Evil Spirit
   10      2       //Hell Fire
   11      1       //Power Wave
   12      2       //Aqua Beam
   13      2       //Blast
   14      2       //Inferno
   16      0       //Mana Shield
   17      1       //Energy Ball
   24      2       //Triple Shot
   38      3       //Decay
   39      3       //Ice Storm
   41      3       //Twisting Slash
end

Demasiados errores compartimos para armar el repack.
 

EN DONDE ESTA ESO EN QUE ARCHIVO DEL SOURCE SOY NUEVO MANEJANDO SOURCE


Offline esteban #98 Posteado: December 17, 2022, 08:12:45 AM

  • Colaborador
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 482
  • Gracias recibida: 4504
  • pe
RF nao ataca, opções de desativar item detail ta desativado na source tem q tirar o //
off ataque nao aparece.

El problema con el ataque de RF es este, elimínelo de la fuente:
Code: [Select]
	MemorySet(0x005B55D8,0x90,0x6);
SetCompleteHook(0xE9,0x005B55D8,&RuneBladeSkill);

El sistema CustomAttack.txt funciona normalmente, sigue la estructura que compartió un usuario de Rox UP11
Code: [Select]
// ---------------------------------------------------------------
// Skill   Group   Comment
// ---------------------------------------------------------------
   1       1       //Poison
   2       1       //Meteorite
   3       1       //Lightning
   4       1       //Fire Ball
   5       2       //Flame
   7       1       //Ice
   8       2       //Twister
   9       2       //Evil Spirit
   10      2       //Hell Fire
   11      1       //Power Wave
   12      2       //Aqua Beam
   13      2       //Blast
   14      2       //Inferno
   16      0       //Mana Shield
   17      1       //Energy Ball
   24      2       //Triple Shot
   38      3       //Decay
   39      3       //Ice Storm
   41      3       //Twisting Slash
end

Demasiados errores compartimos para armar el repack.
 

EN DONDE ESTA ESO EN QUE ARCHIVO DEL SOURCE SOY NUEVO MANEJANDO SOURCE

main.cpp


Offline samsunggon #99 Posteado: December 23, 2022, 11:37:25 PM | Modificado: December 23, 2022, 11:39:22 PM by samsunggon

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 468
  • Gracias recibida: 2561
  • ph
MUUN BUG

SAVE PASSWORD NO BOX


thanks
fix customitem/gloves


DISCORD: valentino1515

Gracias:


Offline bin9xhn2 #100 Posteado: December 24, 2022, 10:19:26 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 117
  • Gracias recibida: 228
  • vn

I lost the background, show me how to fix it


Offline myway #101 Posteado: December 24, 2022, 10:33:32 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 205
  • Gracias recibida: 868
  • ar

Offline bin9xhn2 #102 Posteado: December 24, 2022, 10:58:52 AM

  • 0 puntos por ventas
  • *
  • Rank: Sup. destacado
  • Posts: 117
  • Gracias recibida: 228
  • vn

Offline Thormat #103 Posteado: January 21, 2023, 10:46:38 AM | Modificado: January 21, 2023, 10:53:46 AM by Thormat

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 15
  • Gracias recibida: 0
Estoy usando tu actualización 10, ¿puedes ayudarme a arreglar la migración del repositorio muun al repositorio personal? @Denis Alves


Offline samsunggon #104 Posteado: February 01, 2023, 12:52:50 AM | Modificado: February 01, 2023, 01:09:47 AM by samsunggon

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 468
  • Gracias recibida: 2561
  • ph
BUG SIGN OF LORD / SYMBOL OF KUNDUN / RENA
ONLY IN UPDATE 10



FIXED :D


CODE:
search this in GameServer Source > ItemManager.cpp

void CItemManager::CGItemGetRecv(PMSG_ITEM_GET_RECV* lpMsg,int aIndex)

and replace all




DISCORD: valentino1515


Offline vaneavanea31 #105 Posteado: March 19, 2023, 09:26:52 AM

  • 0 puntos por ventas
  • *
  • Rank: Experto
  • Posts: 168
  • Gracias recibida: 40
  • md
Somebody Have This Sources, Files, Client ?


Offline samsunggon #106 Posteado: March 20, 2023, 04:59:50 AM

  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 468
  • Gracias recibida: 2561
  • ph

DISCORD: valentino1515

Gracias:


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
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
17 Replies
9197 Views
Last post October 01, 2023, 04:44:05 AM
by jeprax
3 Replies
2425 Views
Last post November 24, 2023, 02:56:05 PM
by imjay8
126 Replies
23358 Views
Last post September 23, 2025, 02:41:11 AM
by erickmalfoy