Beiträge von Professor
-
-
Google Translate:
Hello,
I'm offering my services for launcher creation. I do work with extreme perfectionism and perfectionism.
Launcher: 25 Euros
Login: 25 Euros
Skype: renssis
Some examples of work:
Olá,
Venho oferecer meus serviços para criação de launcher. Faço trabalho com extrema perfeição e perfeccionismo.
Launcher: 25 Euros
Login: 25 Euros
Skype: renssis
Alguns exemplos de trabalhos:
2018
Bitte melden Sie sich an, um dieses Bild zu sehen.
2018/2019
Bitte melden Sie sich an, um dieses Bild zu sehen.
-
Genial, Danke!
-
Hello friends,
I have created a column called "ok" in account, now I need to click on npc to check this example column:
column "ok" = 0
if the value of the "ok" column is 0 goes from the error message, if the value of the "ok" column is 1 of the correct message.
I hope you could understand.
Thank you for the attention.
Code- when info or button begin say("blablabla")
- local f = select("bla si","bla no")
- if f == 1 then
- local c,query = mysql_direct_query("SELECT * FROM account.account WHERE id = '"..pc.get_account_id().."' LIMIT 1;")
- if query[1].ok < 1 then
- say'existe un valor menor a 1'
- else
- say'existe un valor de 1'
- end
- end
- if f == 2 then
- return
- end end
not work =
-
Example in source code:
C- bool battle_is_attackable(LPCHARACTER ch, LPCHARACTER victim)
- {
- if (victim->IsDead())
- return false;
- switch(ch->GetMapIndex())
- {
- case 4:
- case 113:
- case 351:
- case 352:
- {
- if (victim->IsPC())
- return false;
- }
- }
- // ¾ÈÀüÁö´ë¸é Áß´Ü
- {
- SECTREE *sectree = NULL;
- sectree = ch->GetSectree();
- if (sectree && sectree->IsAttr(ch->GetX(), ch->GetY(), ATTR_BANPK))
- return false;
- sectree = victim->GetSectree();
- if (sectree && sectree->IsAttr(victim->GetX(), victim->GetY(), ATTR_BANPK))
- return false;
- }
- #ifdef NEW_ICEDAMAGE_SYSTEM
- if (!battle_is_icedamage(ch, victim))
- return false;
- #endif
- // ³»°¡ Á×¾úÀ¸¸é Áß´ÜÇÑ´Ù.
- if (ch->IsStun() || ch->IsDead())
- return false;
- if (ch->IsPC() && victim->IsPC())
- {
- CGuild* g1 = ch->GetGuild();
- CGuild* g2 = victim->GetGuild();
- if (g1 && g2)
- {
- if (g1->UnderWar(g2->GetID()))
- return true;
- }
- }
- if (IS_CASTLE_MAP(ch->GetMapIndex()) && false==castle_can_attack(ch, victim))
- return false;
- if (CArenaManager::instance().CanAttack(ch, victim) == true)
- return true;
- return CPVPManager::instance().CanAttack(ch, victim);
- }
Function bloq duelCode
is correct?UPDATE:
Not work =/
Bitte melden Sie sich an, um diesen Link zu sehen. -
Hi gui
I would like to know how to block on the map?:
DUEL
PVP MODE
ALL MODEEXAMPLE EVENT OX
-
Can you change the regeneration type of the item to snapshot?
Sorry CAPS.
Change regeneration to snapshot in item Elixier?
Example item: 70020
-
CHANGE BUTTON TO ITEM...
-
Can anyone help me do this?
SCRIPT AUTOPOTION >> Bitte melden Sie sich an, um diesen Link zu sehen.
PRINT: Bitte melden Sie sich an, um diesen Link zu sehen. -
I used local vnum.
Thanks.
-
The way I would like to disappear was pet without having to search for any ID
Example:
horse.unsummon()
not id or finding locale
understood?
-
-
-
Hi guys.
could you help me with this error?
Bitte melden Sie sich an, um dieses Bild zu sehen.
-
Push help me
-
Hi guys Bitte melden Sie sich an, um dieses Bild zu sehen.
help me please
Is my error:
Bitte melden Sie sich an, um dieses Bild zu sehen.
-
Hi guys Bitte melden Sie sich an, um dieses Bild zu sehen.
help me please
Is my error syserr:
locale_find: LOCALE_ERROR: "%dÃÊ ³²¾Ò½À´Ï´Ù.";
Bitte melden Sie sich an, um dieses Bild zu sehen.
-
#solved
Add: locale/locale_interface.txt
TASKBAR_OFFLINE_SHOP Offline Shop
-
Hello guys,
Could you help me with this error?
Code- 0607 00:32:17898 :: cannot find " in shaman_w.msm:1612
- 0607 00:32:19197 :: invalid idx 0
- 0607 00:32:03156 :: Failed to load script file : locale/it/ui/InventoryWindow.py
- 0607 00:32:03160 ::
- ui.py(line:2763) LoadScriptFile
- system.py(line:192) execfile
- system.py(line:163) Run
- locale/it/ui/InventoryWindow.py(line:103) <module>
- LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'TASKBAR_OFFLINE_SHOP'
- 0607 00:32:03160 :: ============================================================================================================
- 0607 00:32:03160 :: Abort!!!!
- 0607 00:32:03163 ::
- uiInventory.py(line:295) __LoadWindow
- ui.py(line:2780) LoadScriptFile
- exception.py(line:36) Abort
- InventoryWindow.LoadWindow.LoadObject - <type 'exceptions.SystemExit'>:
- 0607 00:32:03163 :: ============================================================================================================
- 0607 00:32:03163 :: Abort!!!!
-
Hi guys
Can you help me?
Show my error:
Bitte melden Sie sich an, um dieses Bild zu sehen.My file input_main.cpp
Bitte melden Sie sich an, um diesen Link zu sehen.