Maybe you want us to post all GS and DS port? =)
Maybe you want us to post all GS and DS port? =)
if you will not help, neither will interfere, since everyone wants to only make money at the expense of WebZen, and never want to share things, of course, unless some people.
so i fix it now item is used can someone help with this ...hi gyiz anyone can help with use Items
char ExpandedInventory;
char ExpandedWarehouse;
if (lpObj->pInventory[source].m_Type == ITEMGET(14,163)) // Warehouse expansion
{
lpObj->ExpandedWarehouse = 1;
return true;
}
if (lpObj->pInventory[source].m_Type == ITEMGET(14,166) ) // Inventory Expanion
lpObj->ExpandedInventory = 1;
return true;
}
So here they are used ingame can anyone help to make them open the inventory and warehouse extensions..... or just make a sample...else if ( citem->m_Type == ITEMGET(14,163) ) // Warehouse Extension
{
gObjInventoryItemSet(aIndex, pos, -1);
gObj[aIndex].pInventory[pos].Clear();
GCInventoryItemOneSend(aIndex, lpMsg->invenrotyTarget);
GCInventoryItemDeleteSend(aIndex, pos, 1);
SendMsg.MessageOut(aIndex, 0x01, "Warehouse Extension Item Used!");
}
lse if ( citem->m_Type == ITEMGET(14,166) ) // Inventory Extension
{
gObjInventoryItemSet(aIndex, pos, -1);
gObj[aIndex].pInventory[pos].Clear();
GCInventoryItemOneSend(aIndex, lpMsg->invenrotyTarget);
GCInventoryItemDeleteSend(aIndex, pos, 1);
SendMsg.MessageOut(aIndex, 0x01, "Inventory Extension Item Used!");
}
Anyone have the packets for Both :(
Last edited by zasmqniq; 17-09-12 at 02:44 PM.
When i trying send wcoins and goblin points to client ver. 1.07.48 kor:
there always shows 0. Wrong packet or bugged main?Code:PMSG_ANS_INGAMESHOP_POINT pMsg; PHeadSubSetB((LPBYTE)&pMsg, 0xD2, 0x01, sizeof(PMSG_ANS_INGAMESHOP_POINT)); pMsg.Goblin = 5.0; pMsg.WCoinC[0] = 100.0; pMsg.WCoinC[1] = 100.0; pMsg.WCoinP[0] = 100.0; pMsg.WCoinP[1] = 100.0; DataSend(aIndex, (LPBYTE)&pMsg, pMsg.h.size);
ty for reply, but you dont understand me. I have this struct from igcn source) When receive in server protocol packet with protoNum 0xD2, i send this packet. But all the time in client cash shop displayed 0 WCoins and Goblin points.
http://s1.ipicture.ru/uploads/20121004/2WpSJ53a.jpg
Are you sure that IGCN sniff and send correct packet? You tested it on them server? Try to debug main by yourself and watch if exist this case and subcode, I mean 0xD2, 0x01.
Forget enable #pragma pack(1). BYTE result was like DWORD size, and packet fail.
Hello guys,
I have a little problem, my GS and GS_CS says "WinLicense - The current key has been locked to a different machine" when i start them... Im using full season 4 SCF files.
can some one share decompile function BuyItemPersonalShop ?
thanks :D
deleted
Last edited by DeathArmy; 16-11-12 at 04:43 PM.
deleted
Last edited by DeathArmy; 16-11-12 at 04:43 PM.
can it download?
I need change time buff in energy elf char . Maybe someone has this offsets ?
; Elf Defense Buff; Defense = (skill_level(0) + 1)*EDBStartMul + (UserEnergy) / EDBEnergyDiv;EDBStartMul = 2 ; Start multiplierEDBEnergyDiv = 8 ; Energy divisorEDBStartTime = 1800 ; Buff Time (seconds); Elf Attack Buff; Attack = (skill_level(0) + 1)*EDAStartMul + (UserEnergy) / EDAEnergyDiv;EDAStartMul = 3 ; Start multiplierEDAEnergyDiv = 7 ; Energy divisorEDAStartTime = 1800 ; Buff Time (seconds)
Please Up mirror?
Last edited by sekuella; 13-01-17 at 06:32 PM.