i looked, and windows.dds from last unpack are same like old ones
Beiträge von Saitan
-
-
can you send me link ? i didnt finded it
-
llo does anyone have new windows.dds after last gf update ?
-
Hello, iam looking for someone who really know what to do in PS message me .
-
Hello, i have a little problem. I did this : Bitte melden Sie sich an, um diesen Link zu sehen. but i forget that i have special switchers for belts, is there aby way to put 2 switchers 1 for normal 1-5 bons and 1 for belts into this python switchbot ?
-
Do this and show us Error+ line of code
Bitte melden Sie sich an, um diesen Anhang zu sehen.
Bitte melden Sie sich an, um diesen Anhang zu sehen.
-
Hello, today i tried co compile source and i got this problem
putty :
Code- cmd_general.cpp: In function 'void do_mushroom_pick(LPCHARACTER, const char*, in t, int)':
- cmd_general.cpp: 1005 :93: error: 'class CHARACTER' has no member named 'IsOpenMai lBox'
- if (ch->GetExchange() || ch->GetMyShop() || ch->IsOpenSafebox() || ch->IsCubeO pen() || ch->IsOpenMailBox() || ch->isChangeLookOpened())
CMD general :
Code- ACMD(do_mushroom_pick)
- {
- if (!ch)
- return;
- if (!ch->IsPC())
- return;
- if (ch->IsDead() || ch->IsStun())
- return;
- if (ch->IsHack())
- return;
- if (ch->GetExchange() || ch->IsOpenMailBox() || ch->GetMyShop() || ch->IsOpenSafebox() || ch->IsCubeOpen() || ch->isChangeLookOpened())
- {
- ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("kelime_event_kpt"));
- return;
- }
- if (ch->CountSpecifyItem(18089) == 0 || ch->CountSpecifyItem(31372) < 4)
- {
- ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("kelime_event_yk"));
- return;
- }
- ch->RemoveSpecifyItem(18089, 1);
- ch->RemoveSpecifyItem(31372, 5);
- ch->AutoGiveItem(19000, 1);
- }
anyone knows why ? i tried to disable the system.. delete it and still dont work..
Remove
from
I tried it actually, still same error
-
Hello, today i tried co compile source and i got this problem
putty :
cmd_general.cpp: In function 'void do_mushroom_pick(LPCHARACTER, const char*, in t, int)':
cmd_general.cpp: 1005 :93: error: 'class CHARACTER' has no member named 'IsOpenMai lBox'
if (ch->GetExchange() ch->GetMyShop() ch->IsOpenSafebox() ch->IsCubeO pen() ch->IsOpenMailBox() ch->isChangeLookOpened())CMD general :
ACMD(do_mushroom_pick)
{
if (!ch)
return;if (!ch->IsPC())
return;if (ch->IsDead() ch->IsStun())
return;if (ch->IsHack())
return;if (ch->GetExchange() ch->IsOpenMailBox() ch->GetMyShop() ch->IsOpenSafebox() ch->IsCubeOpen() ch->isChangeLookOpened())
{
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("kelime_event_kpt"));
return;
}if (ch->CountSpecifyItem(18089) == 0 ch->CountSpecifyItem(31372) < 4)
{
ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("kelime_event_yk"));
return;
}ch->RemoveSpecifyItem(18089, 1);
ch->RemoveSpecifyItem(31372, 5);
ch->AutoGiveItem(19000, 1);
}anyone knows why ? i tried to disable the system.. delete it and still dont work..
Bitte melden Sie sich an, um diesen Anhang zu sehen.
done x)
-
Hello, today i tried co compile source and i got this problem
putty :
Code- cmd_general.cpp: In function 'void do_mushroom_pick(LPCHARACTER, const char*, in t, int)':
- cmd_general.cpp: 1005 :93: error: 'class CHARACTER' has no member named 'IsOpenMai lBox'
- if (ch->GetExchange() || ch->GetMyShop() || ch->IsOpenSafebox() || ch->IsCubeO pen() || ch->IsOpenMailBox() || ch->isChangeLookOpened())
CMD general :
Code- ACMD(do_mushroom_pick)
- {
- if (!ch)
- return;
- if (!ch->IsPC())
- return;
- if (ch->IsDead() || ch->IsStun())
- return;
- if (ch->IsHack())
- return;
- if (ch->GetExchange() || ch->IsOpenMailBox() || ch->GetMyShop() || ch->IsOpenSafebox() || ch->IsCubeOpen() || ch->isChangeLookOpened())
- {
- ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("kelime_event_kpt"));
- return;
- }
- if (ch->CountSpecifyItem(18089) == 0 || ch->CountSpecifyItem(31372) < 4)
- {
- ch->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("kelime_event_yk"));
- return;
- }
- ch->RemoveSpecifyItem(18089, 1);
- ch->RemoveSpecifyItem(31372, 5);
- ch->AutoGiveItem(19000, 1);
- }
anyone knows why ? i tried to disable the system.. delete it and still dont work..