Jump to content

hrabosh

Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

About hrabosh

Informations

  • Gender
    Male

Recent Profile Visitors

1246 profile views

hrabosh's Achievements

Rookie

Rookie (2/16)

  • Reacting Well
  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. I searched "50300" but it wasn't find anything.
  2. Hello How can I disable drop skillbooks from metins please?
  3. Hello, I'm trying to make a quest for boss room in spider dungeon 3 but I still have some problems so I'm writing for a advice.I want to make a quest which teleport a party into the boss room (teleport started a leader of party and only if the leader have the key.Teleport stone will be at the end of spider dungeon 2 ).The group kill the boss ( id 2092 ) and will be teleported for 5min to town.Could you help me please?I'm including my quest which isn't OK ( not teleport party to town, notice isn't ok,etc.).Sorry for my english. quest sd3_bruthoehle begin state start begin when 30130.chat."In die Bruthöhle" with pc.get_level() > 49 begin say_title(string.format("%s:", mob_name(string.format("%d", npc.get_race())))) if game.get_event_flag("sd3_frei") == 1 then say("Die Bruthöhle ist zur Zeit besetzt.") return end if not party.is_party() then say("Du kannst nur in einer Gruppe die") say("Bruthöhle betreten.") return end if not party.is_leader() then say("Nur der Gruppenleiter kann das") say("Portal zur Bruthöhle öffnen.") return end say("Möchtet ihr die Bruthöhle betreten?") if select("Ja","Nein") == 2 then return end d.new_jump_party(191,x,y) game.set_event_flag("sd3_frei",1) server_timer("exit",60*20) end when login with pc.get_map_index() == 191 and party.is_party() begin -- Index anpassen d.regen_file("share/locale/germany/map/metin2_map_spiderdungeon_03/regen.txt") d.notice("Ihr habt 20 Minuten Zeit, um den Spinnenbaron zu töten.") end when exit.server_timer begin if (d.select(get_server_timer_arg())>0) then d.exit_all() server_timer("sd3_set_free",60*60) end end when 2092.kill with party.is_party() and pc.get_level() > 49 begin local count = tonumber(party.get_near_count()-1) notice_all(string.format("%s und %d weitere Mitglieder haben den Spinnenbaron besiegt!", pc.get_name(), count)) server_timer("sd3_set_free", 60*60) server_timer("exit",60*5) d.notice("In 5 Minuten werdet ihr hinausteleportiert") end when sd3_set_free.server_timer begin game.set_event_flag("sd3_frei",0) end end end
  4. Hello, my serverfiles is diffed by diff which create new horses. HORSE LEVEL-----VALUE MOUNT 22-----20120 23-----20123 24-----20126 25-----20129 26-----20132 27-----20135 28-----20138 29-----20141 30-----20144 Is it possible "uninstall" this diff or remake this diff to? 22-----20110 23-----20111 24-----20112 25-----20113 26-----20115 27-----20116 28-----20117 29-----20118 30-----20119 Thanks BTW: My game revision is r2089M. This difference file is created by The Interactive Disassembler game_r2089M_32 00035011: 74 0F 00035012: 43 8C 00035013: 66 15 00035014: 3D 01 00035015: 86 00 00035016: 4E 00 00035017: 74 90 00035018: 3D 90 0003501B: 87 B6 00035020: 74 7E 00035022: 66 90 00035023: 3D 90 00035024: 88 90 00035025: 4E 90 00035026: 74 90 00035027: 2E 90 00035028: 66 90 00035029: 3D 90 0003502A: 89 90 0003502B: 4E 90 0003502C: 8D 90 0003502D: 74 90 0003502E: 26 90 0003502F: 00 90 00035030: 74 90 00035031: 24 90 00035032: 66 90 00035033: 3D 90 00035034: 8A 90 00035035: 4E 90 00035036: 74 90 00035037: 1E 90 00035038: 66 90 00035039: 3D 90 0003503A: 8B 90 0003503B: 4E 90 0003503C: 8D 90 0003503D: 74 90 0003503E: 26 90 0003503F: 00 90 00035040: 74 90 00035041: 14 90 00035042: 66 90 00035043: 3D 90 00035044: 8C 90 00035045: 4E 90 00035046: 74 90 00035047: 0E 90 0003504A: 8D B6 00430784: 8B 98 004307B4: 8B 9B 004307E4: 8B 9E 00430814: 8B A1 00430844: 8B A4 00430874: 8B A7 004308A4: 8B AA 004308D4: 8B AD 00430904: 8B B0
  5. Dear community, I'm writing quest for a party and I need to make a party warp ( When a party leader start teleporting a members of party will be teleporting ).Is there anyone who can write this function?I'm trying functions like d.jump_all, d.new_jump_party but without any success. Thanks a lot
  6. I have problem. Could you help me please? Creating temporary file "c:UsersXXDesktopSFMetin2 decompile sfmainline_releasedmainline_sgSrcsClientUserInterfaceDebugRSP00000163401844.rsp" with contents [ /OUT:"../bin/metin2client.exe" /INCREMENTAL /LIBPATH:"../../extern/lib" /LIBPATH:"../../extern/lib/vc90" /MANIFEST /MANIFESTFILE:".Debugmetin2client.exe.intermediate.manifest" /MANIFESTUAC:"level='requireAdministrator' uiAccess='false'" /DEBUG /PDB:".Debug/debug.pdb" /SUBSYSTEM:WINDOWS /LARGEADDRESSAWARE /DYNAMICBASE:NO /NXCOMPAT /MACHINE:X86 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ".DebugAffectFlagContainer.obj" ".DebugInstanceBase.obj" ".DebugInstanceBaseBattle.obj" ".DebugInstanceBaseEffect.obj" ".DebugInstanceBaseEvent.obj" ".DebugInstanceBaseMotion.obj" ".DebugInstanceBaseMovement.obj" ".DebugInstanceBaseTransform.obj" ".DebugCameraProcedure.obj" ".DebugPythonBackground.obj" ".DebugPythonBackgroundModule.obj" ".DebugPythonCharacterManager.obj" ".DebugPythonCharacterManagerModule.obj" ".DebugPythonCharacterModule.obj" ".DebugPythonEffectModule.obj" ".DebugPythonEventManager.obj" ".DebugPythonEventManagerMoudle.obj" ".DebugPythonGameEventManagerModule.obj" ".DebugPythonItem.obj" ".DebugPythonItemModule.obj" ".DebugPythonNonPlayer.obj" ".DebugPythonNonPlayerModule.obj" ".DebugPythonPlayer.obj" ".DebugPythonPlayerEventHandler.obj" ".DebugPythonPlayerInput.obj" ".DebugPythonPlayerInputKeyboard.obj" ".DebugPythonPlayerInputMouse.obj" ".DebugPythonPlayerModule.obj" ".DebugPythonPlayerSkill.obj" ".DebugPythonQuest.obj" ".DebugPythonSkill.obj" ".DebugPythonChat.obj" ".DebugPythonChatModule.obj" ".DebugPythonExchange.obj" ".DebugPythonExchangeModule.obj" ".DebugPythonFlyModule.obj" ".DebugPythonGuild.obj" ".DebugPythonMessenger.obj" ".DebugPythonMiniMap.obj" ".DebugPythonMiniMapModule.obj" ".DebugPythonSafeBox.obj" ".DebugPythonShop.obj" ".DebugPythonTextTail.obj" ".DebugPythonTextTailModule.obj" ".DebugPythonPackModule.obj" ".DebugProcessScanner.obj" ".DebugPythonApplication.obj" ".DebugPythonApplicationCamera.obj" ".DebugPythonApplicationCursor.obj" ".DebugPythonApplicationEvent.obj" ".DebugPythonApplicationLogo.obj" ".DebugPythonApplicationModule.obj" ".DebugPythonApplicationProcedure.obj" ".DebugPythonApplicationWebPage.obj" ".DebugPythonIME.obj" ".DebugPythonIMEModule.obj" ".DebugPythonProfilerModule.obj" ".DebugPythonSoundManagerModule.obj" ".DebugPythonSystem.obj" ".DebugPythonSystemModule.obj" ".DebugGuildMarkDownloader.obj" ".DebugGuildMarkUploader.obj" ".DebugMarkImage.obj" ".DebugMarkManager.obj" ".DebugUserInterface.res" ".DebugLocale.obj" ".DebugAccountConnector.obj" ".DebugInsultChecker.obj" ".DebugNetworkActorManager.obj" ".DebugProcessCRC.obj" ".DebugPythonExceptionSender.obj" ".DebugPythonNetworkDatagram.obj" ".DebugPythonNetworkDatagramModule.obj" ".DebugPythonNetworkStream.obj" ".DebugPythonNetworkStreamCommand.obj" ".DebugPythonNetworkStreamEvent.obj" ".DebugPythonNetworkStreamModule.obj" ".DebugPythonNetworkStreamPhaseGame.obj" ".DebugPythonNetworkStreamPhaseGameActor.obj" ".DebugPythonNetworkStreamPhaseGameItem.obj" ".DebugPythonNetworkStreamPhaseHandShake.obj" ".DebugPythonNetworkStreamPhaseLoading.obj" ".DebugPythonNetworkStreamPhaseLogin.obj" ".DebugPythonNetworkStreamPhaseOffline.obj" ".DebugPythonNetworkStreamPhaseSelect.obj" ".DebugServerStateChecker.obj" ".DebugServerStateCheckerModule.obj" ".DebugCheckLatestFiles.obj" ".DebugHackshield.obj" ".DebugNProtectGameGuard.obj" ".DebugWiseLogicXTrap.obj" ".DebugGameType.obj" ".DebugMovieMan.obj" ".DebugStdAfx.obj" ".DebugUserInterface.obj" ".Debugmetin2client.exe.embed.manifest.res" ] Creating command line "link.exe @"c:UsersXXDesktopSFMetin2 decompile sfmainline_releasedmainline_sgSrcsClientUserInterfaceDebugRSP00000163401844.rsp" /NOLOGO /ERRORREPORT:PROMPT" Output Window Linking... PythonNetworkStreamPhaseHandShake.obj : error LNK2001: unresolved external symbol "void __cdecl TraceError(char const *,...)" (?TraceError@@YAXPBDZZ) PythonNetworkStreamPhaseLogin.obj : error LNK2019: unresolved external symbol "void __cdecl TraceError(char const *,...)" (?TraceError@@YAXPBDZZ) referenced in function "public: bool __thiscall CPythonNetworkStream::SendDirectEnterPacket(char const *,char const *,unsigned int)" (?SendDirectEnterPacket@CPythonNetworkStream@@QAE_NPBD0I@Z) PythonNetworkStreamPhaseSelect.obj : error LNK2001: unresolved external symbol "void __cdecl TraceError(char const *,...)" (?TraceError@@YAXPBDZZ) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::SetAttackSpeed(float)" (?SetAttackSpeed@CActorInstance@@QAEXM@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::SetAttackSpeed(unsigned int)" (?SetAttackSpeed@SHORSE@CInstanceBase@@QAEXI@Z) InstanceBaseMovement.obj : error LNK2001: unresolved external symbol "public: void __thiscall CActorInstance::SetAttackSpeed(float)" (?SetAttackSpeed@CActorInstance@@QAEXM@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::SetMoveSpeed(float)" (?SetMoveSpeed@CActorInstance@@QAEXM@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::SetMoveSpeed(unsigned int)" (?SetMoveSpeed@SHORSE@CInstanceBase@@QAEXI@Z) InstanceBaseMovement.obj : error LNK2001: unresolved external symbol "public: void __thiscall CActorInstance::SetMoveSpeed(float)" (?SetMoveSpeed@CActorInstance@@QAEXM@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::SetCurPixelPosition(struct D3DXVECTOR3 const &)" (?SetCurPixelPosition@CActorInstance@@QAEXABUD3DXVECTOR3@@@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) InstanceBaseTransform.obj : error LNK2001: unresolved external symbol "public: void __thiscall CActorInstance::SetCurPixelPosition(struct D3DXVECTOR3 const &)" (?SetCurPixelPosition@CActorInstance@@QAEXABUD3DXVECTOR3@@@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::RefreshActorInstance(void)" (?RefreshActorInstance@CActorInstance@@QAEXXZ) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::Stop(float)" (?Stop@CActorInstance@@QAEXM@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) InstanceBaseMovement.obj : error LNK2001: unresolved external symbol "public: void __thiscall CActorInstance::Stop(float)" (?Stop@CActorInstance@@QAEXM@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::SetMotionMode(int)" (?SetMotionMode@CActorInstance@@QAEXH@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) InstanceBaseMotion.obj : error LNK2001: unresolved external symbol "public: void __thiscall CActorInstance::SetMotionMode(int)" (?SetMotionMode@CActorInstance@@QAEXH@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::BlendAlphaValue(float,float)" (?BlendAlphaValue@CActorInstance@@QAEXMM@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) InstanceBaseBattle.obj : error LNK2001: unresolved external symbol "public: void __thiscall CActorInstance::BlendAlphaValue(float,float)" (?BlendAlphaValue@CActorInstance@@QAEXMM@Z) InstanceBaseEffect.obj : error LNK2001: unresolved external symbol "public: void __thiscall CActorInstance::BlendAlphaValue(float,float)" (?BlendAlphaValue@CActorInstance@@QAEXMM@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::SetAlphaValue(float)" (?SetAlphaValue@CActorInstance@@QAEXM@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) InstanceBaseBattle.obj : error LNK2001: unresolved external symbol "public: void __thiscall CActorInstance::SetAlphaValue(float)" (?SetAlphaValue@CActorInstance@@QAEXM@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::SetBattleHitEffect(unsigned long)" (?SetBattleHitEffect@CActorInstance@@QAEXK@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::SetShape(unsigned long,float)" (?SetShape@CActorInstance@@QAEXKM@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: bool __thiscall CActorInstance::SetRace(unsigned long)" (?SetRace@CActorInstance@@QAE_NK@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) InstanceBase.obj : error LNK2019: unresolved external symbol "public: void __thiscall CActorInstance::SetEventHandler(class CActorInstance::IEventHandler *)" (?SetEventHandler@CActorInstance@@QAEXPAVIEventHandler@1@@Z) referenced in function "public: void __thiscall CInstanceBase::SHORSE::Create(struct D3DXVECTOR3 const &,unsigned int,unsigned int)" (?Create@SHORSE@CInstanceBase@@QAEXABUD3DXVECTOR3@@II@Z) ../bin/metin2client.exe : fatal error LNK1120: 893 unresolved externals
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.