Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: [Help] Kalima Spawn Fix  (Visto 2475 veces)

0 Miembros and 1 Guest are viewing this topic.

Offline fhengsho Posteado: September 05, 2022, 10:44:00 AM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 6
  • tw
hello tsm please help me fix kalima map dont return to safezone


Gracias:


Offline fhengsho #1 Posteado: September 05, 2022, 01:10:05 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 6
  • tw
please help me fix character wont go to safezone from kalima


Offline son1xx2 #2 Posteado: September 05, 2022, 03:06:00 PM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 1363
  • vn
please help me fix character wont go to safezone from kalima

add this line to: void DGCharacterInfoRecv(SDHP_CHARACTER_INFO_RECV* lpMsg) // OK

Code: [Select]
if (lpObj-> Map == 36)
{
gObjMoveGate(lpObj->Index, 17);
}

Do better, don't try to do the same ;)

Gracias:


Offline fhengsho #3 Posteado: September 05, 2022, 07:16:15 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 12
  • Gracias recibida: 6
  • tw
please help me fix character wont go to safezone from kalima

add this line to: void DGCharacterInfoRecv(SDHP_CHARACTER_INFO_RECV* lpMsg) // OK

Code: [Select]
if (lpObj-> Map == 36)
{
gObjMoveGate(lpObj->Index, 17);
}

was able to fix but bug


Gracias:


Offline son1xx2 #4 Posteado: September 06, 2022, 11:06:17 AM

  • 0 puntos por ventas
  • *
  • Rank: Heroe
  • Posts: 174
  • Gracias recibida: 1363
  • vn
please help me fix character wont go to safezone from kalima

add this line to: void DGCharacterInfoRecv(SDHP_CHARACTER_INFO_RECV* lpMsg) // OK

Code: [Select]
if (lpObj-> Map == 36)
{
gObjMoveGate(lpObj->Index, 17);
}

was able to fix but bug


that code works fine for me  lol

Do better, don't try to do the same ;)

Gracias:


Offline andreyzz #5 Posteado: September 21, 2022, 03:25:39 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 9
  • Gracias recibida: 447
  • br
please help me fix character wont go to safezone from kalima
ObjectManager.cpp
function:
bool CObjectManager::CharacterInfoSet(BYTE* aRecv,int aIndex) // OK

find:
Code: [Select]
else if(CC_MAP_RANGE(lpObj->Map) != 0)
{
result = gGate.GetGate(17,&gate,&map,&x,&y,&dir,&level);
}
add after:
Code: [Select]
else if (KALIMA_MAP_RANGE(lpObj->Map) != 0)
{
result = gGate.GetGate(17, &gate, &map, &x, &y, &dir, &level);
}


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
1 Replies
1564 Views
Last post February 13, 2018, 05:36:28 PM
by firemarcos
2 Replies
1341 Views
Last post June 13, 2019, 03:32:27 PM
by kayito
0 Replies
482 Views
Last post May 23, 2020, 09:16:52 AM
by brutalmu
0 Replies
307 Views
Last post June 14, 2021, 11:09:06 AM
by pinchareek
0 Replies
225 Views
Last post December 03, 2022, 01:45:58 PM
by kchzz1