Hi guys i just wanted to ask if you can help me, im having trouble with fixing mobs for ninja because they are still throwing him away where do i disable for mobs throw away skill / attack?
Beiträge von 3xMike
-
-
Hi guys i have problem and i hope you will help me i will be very thankful for help this is syserr
Code- 1110 21:50:05602 :: CItemManager::LoadItemList(locale/cz/item_list.txt) - StrangeLine in 9010
- 1110 21:50:05616 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=137) - Strange Skill Need Weapon(CLAW)
- 1110 21:50:05616 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=139) - Strange Skill Need Weapon(CLAW)
- 1110 21:50:05616 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=170, strType=wolfman).STRANGE_SKILL_TYPE
- 1110 21:50:05617 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=171, strType=wolfman).STRANGE_SKILL_TYPE
- 1110 21:50:05617 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=172, strType=wolfman).STRANGE_SKILL_TYPE
- 1110 21:50:05617 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=173, strType=wolfman).STRANGE_SKILL_TYPE
- 1110 21:50:05617 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=174, strType=wolfman).STRANGE_SKILL_TYPE
- 1110 21:50:05617 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=175, strType=wolfman).STRANGE_SKILL_TYPE
- 1110 21:50:36975 :: Traceback (most recent call last):
- 1110 21:50:36975 :: File "game.py", line 967, in StartExchange
- 1110 21:50:36975 :: File "interfaceModule.py", line 679, in StartExchange
- 1110 21:50:36975 :: File "uiExchange.py", line 84, in OpenDialog
- 1110 21:50:36975 :: TypeError
- 1110 21:50:36975 :: :
- 1110 21:50:36975 :: not enough arguments for format string
- 1110 21:50:36975 ::
- 1110 21:52:41516 :: Traceback (most recent call last):
- 1110 21:52:41516 :: File "game.py", line 967, in StartExchange
- 1110 21:52:41516 :: File "interfaceModule.py", line 679, in StartExchange
- 1110 21:52:41517 :: File "uiExchange.py", line 84, in OpenDialog
- 1110 21:52:41517 :: TypeError
- 1110 21:52:41517 :: :
- 1110 21:52:41517 :: not enough arguments for format string
- 1110 21:52:41517 ::
-
updated
-
it depends how are you getting if event is enabled, but i will add it for you in minute...
-
Hi i have here small quest for drop i hope you will find it helpful
// UPDATED 9.11.2018
quest_side:
lua_side:
quest_functions:
-- Edit newer version
added:
- minimum level defined by ["min-level"]
- random drop from multiple items:
Define multiple items:
Call for drop one of multiplne items:
Quantity in this case is for final random item not how many of them
-- Event flag:
When you want drop only for specific event you have to add in drop:
["event"] = "event_name",
for this working you have to enable or disable event using game.set_event_flag("event_name")
-- Sorry for my bad english
-
Hi guys i need help im trying to find out how to make a dungeon and im looking for some help like how exactly use those new functions for expample d.new_jump and how they work im trying to remake Demontower but from some reason those functions doesnt work very well and i want find out how to warp player with those functions without teleport just move him on coordinates and then start new timer and spawn new mob regen i will be very thankfull for help
// here is code i already have from some reason d.jump work only if im in dt already when im not i have to use warp and im trying find out how to move player on coordinates in to the floor 2 without loadingCode- quest veza_demonov begin
- state start begin
- when deviltower_enter.chat."Chcete vstúpiť do veže?" begin
- if pc.get_level() >= 40 then
- say_title("Vstup do veže démonov[ENTER]")
- say("V tejto veži je veľa démonov. [ENTER] Len tí najsilnejší sa dostanú až na vrchol veže. [ENTER] Ale vraví sa, že kto vlezie do věže, [ENTER] tak už nevylezie. [ENTER][ENTER] Chcete aj tak vstúpiť do veže?[ENTER]")
- local s = select("Vstúpiť ", "Odísť ")
- if s == 1 then
- pc.warp(204800,665600)
- end
- else
- say_title("Vstup do veže démonov[ENTER]")
- say("Na vstup do veže démonov potrebujete minimálne úroveň 40.[ENTER]")
- end
- end
- when deviltower_metin_one.kill begin
- timer("deviltower", 1)
- end
- when deviltower.timer begin
- d.new_jump(66,204800+223,665600+421)
- end
- end
- end
-
Already solved thx to Fliegex3
-
With include <iterator> i just got new errors:
Bitte melden Sie sich an, um diesen Link zu sehen.
-
it worked but still get those two:
Bitte melden Sie sich an, um diesen Link zu sehen.
-
Sorry autotranslate problem
-
Hi guys im trying to compile Fliege new binary source and i have got those errors
Bitte melden Sie sich an, um diesen Link zu sehen.