Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate

Autor Topic: Source 5.2 BASE  (Visto 25108 veces)

samsunggon and 2 Guests are viewing this topic.

Offline kirinuh #240 Posteado: February 21, 2026, 10:25:29 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 11
  • Gracias recibida: 3
  • br
Invasion index arent working

IF i remove some events, my invasions display disabled, anyone have a fix ?

https://imgur.com/a/Oj3RHgz

If i put more events, some invasions display correct time, but if i remove the events, my invasions get broken

up


Online mos02673 #241 Posteado: February 26, 2026, 01:11:11 PM

  • 0 puntos por ventas
  • *
  • Rank: Principiante
  • Posts: 5
  • Gracias recibida: 0
  • th
ItemTRSData.xml   to ItemTRSData.bmd   ???


Offline multipleer #242 Posteado: February 27, 2026, 10:19:02 AM | Modificado: February 27, 2026, 01:25:11 PM by multipleer

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 35
  • Gracias recibida: 86
  • az

Offline multipleer #243 Posteado: February 27, 2026, 02:20:58 PM | Modificado: February 27, 2026, 03:05:38 PM by multipleer

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 35
  • Gracias recibida: 86
  • az
[POR]
Alguma correção para o problema abaixo?
Problema ao converter Item.xml para Item.bmd através do Tools -> Export BMD do GameServer.exe.
O problema ocorre no nome de alguns itens ao serem dropados no chão. Se alguém tiver a correção e puder compartilhar, agradeço!

[ENG]
Any fix for the problem below?
Issue converting Item.xml to Item.bmd via Tools -> Export BMD in GameServer.exe.
The problem occurs with the name of some items when they are dropped on the ground. If anyone has the correction and can share it, I'd appreciate it!

[SPN]
¿Alguna corrección para el problema a continuación?
Problema al convertir Item.xml a Item.bmd mediante Tools -> Export BMD en GameServer.exe.
El problema ocurre en el nombre de algunos ítems cuando son droppeados en el suelo. Si alguien tiene la corrección y puede compartirla, ¡se lo agradezco!



Alguma Solução?

You need to edit in client ItemToolTip

ItemToolTip has not been changed, I simply generated the item.bmd file through the GameServer and it ended up like this.
build gs 2010
ZzzObject.cpp
find
Code: [Select]
if (pObject->Type == MODEL_POTION + 15)
{
    item_info = GMItemMng->find(pObject->Type - MODEL_ITEM);
    sprintf(tItem->Name, "%s %d", item_info->Name, Level);
}
replace
Code: [Select]
if (pObject->Type == MODEL_POTION + 15)
{
    sprintf(tItem->Name, "%s %d", GlobalText[100], Level);
}
at the end of the same CreateDropItemName(...) function
add transfer function
Code: [Select]
if (g_pNewItemTooltip != NULL && pItem->Type != ITEM_POTION + 15)
{
    char tooltipName[100] = { 0 };
    g_pNewItemTooltip->CreateItemName(pItem, tooltipName);

    if (tooltipName[0] != '\0')
    {
        strncpy_s(tItem->Name, tooltipName, _TRUNCATE);
    }
}

work with 2022


Offline Xysad #244 Posteado: February 27, 2026, 05:21:27 PM | Modificado: February 27, 2026, 05:23:22 PM by Xysad

  • Php Coder
  • 0 puntos por ventas
  • *
  • Rank: Puto amo
  • Posts: 292
  • Gracias recibida: 1522
  • ar
Im Working en este project base.


Offline tuyentc #245 Posteado: Today at 04:04:14 AM

  • 0 puntos por ventas
  • *
  • Rank: Dedicado
  • Posts: 54
  • Gracias recibida: 178
  • vn
fix pet muun and pet EAGLE not Inmortal





Fix shader and ....


Solo usuarios registrados pueden comentar y agradecer, Logueate o Registrate


 

Related Topics

  Subject / Started by Replies Last post
46 Replies
18626 Views
Last post June 03, 2025, 12:53:24 AM
by ZabiinoOo
38 Replies
10074 Views
Last post June 14, 2025, 12:08:22 AM
by Eureka26
20 Replies
6071 Views
Last post April 11, 2025, 12:03:23 AM
by Nexus
21 Replies
4792 Views
Last post January 15, 2026, 12:52:13 PM
by straiker23
7 Replies
541 Views
Last post February 21, 2026, 06:53:21 AM
by k33n00