Jump to content

DomeSs

Inactive Member
  • Posts

    46
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DomeSs

  1. Hi, can some on help me create antiexp button on 40k files ? i try it with Old Quest communication but dont work ## in game.py ------------------------------------------------------------------------------------------ def __ServerCommand_Build(self): ------------------------------------------------------------------------------------------ "anti_exp" : self.__antiexp, ------------------------------------------------------------------------------------------ # System Anti Exp - Start def __antiexp(self, questindex): constInfo.QUESTNAMEINDEX = questindex # System Anti Exp - End ------------------------------------------------------------------------------------------ # constinfo.py anti_exp = 0 ## uiinventory.py self.VegaS_button_Exp = self.GetChild2("VegaS_button_Exp") ------------------------------------------------------------------------------------------ if self.VegaS_button_Exp: self.VegaS_button_Exp.SetEvent(ui.__mem_func__(self.ClickVegaS_button_Exp)) ------------------------------------------------------------------------------------------ def ClickVegaS_button_Exp(self): import event import constInfo event.QuestButtonClick(int(constInfo.anti_exp)) ------------------------------------------------------------------------------------------ quest antiexp begin state start begin when login begin cmdchat("anti_exp "..q.getcurrentquestindex()) end when 31091.use or button or info begin if pc.getqf("antiexp") == 0 then pc.block_exp() pc.setqf("antiexp", 1) chat("Anti exp - Aktivní ") elseif pc.getqf("antiexp") == 1 then pc.unblock_exp() pc.setqf("antiexp", 0) chat("Anti exp - Neaktivní") end end end end
  2. Hi, im looking for inventory sidebar.. i try to impement this but doesnt work..
  3. Hu, im looking for help with compile game source by MaviAy root@compile:~ # cd /usr/src/fullfilessrc/Server/game/src/ root@compile:/usr/src/fullfilessrc/Server/game/src # gmake -j20 compiling MarkConvert.cpp compiling MarkImage.cpp compiling MarkManager.cpp compiling OXEvent.cpp compiling blend_item.cpp compiling castle.cpp compiling char.cpp compiling char_battle.cpp In file included from debug_allocator.h:5, from stdafx.h:10, from MarkManager.cpp:1: /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter In file included from debug_allocator.h:5, from stdafx.h:10, from MarkImage.cpp:1: /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter In file included from debug_allocator.h:5, from stdafx.h:10, from blend_item.cpp:10: /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter In file included from debug_allocator.h:5, from stdafx.h:10, from MarkConvert.cpp:1: /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter compiling char_cards.cpp gmake: *** [.obj/MarkManager.o] Error 1 gmake: *** Waiting for unfinished jobs.... In file included from OXEvent.cpp:9: char.h:816: error: integer constant is too large for 'long' type In file included from cipher.h:6, from desc.h:7, from OXEvent.cpp:12: ../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type In file included from debug_allocator.h:5, from stdafx.h:10, from OXEvent.cpp:1: /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter gmake: *** [.obj/MarkConvert.o] Error 1 In file included from castle.cpp:21: char.h:816: error: integer constant is too large for 'long' type In file included from debug_allocator.h:5, from stdafx.h:10, from castle.cpp:12: /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter gmake: *** [.obj/MarkImage.o] Error 1 In file included from char.cpp:6: char.h:816: error: integer constant is too large for 'long' type In file included from cipher.h:6, from desc.h:7, from desc_client.h:4, from char.cpp:12: ../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type gmake: *** [.obj/blend_item.o] Error 1 In file included from debug_allocator.h:5, from stdafx.h:10, from char.cpp:1: /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter In file included from cipher.h:6, from desc.h:7, from char_battle.cpp:4: ../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type In file included from char_cards.cpp:2: char.h:816: error: integer constant is too large for 'long' type In file included from cipher.h:6, from desc.h:7, from char_cards.cpp:11: ../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type In file included from battle.h:4, from char_battle.cpp:10: char.h:816: error: integer constant is too large for 'long' type In file included from debug_allocator.h:5, from stdafx.h:10, from char_battle.cpp:1: /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter gmake: *** [.obj/castle.o] Error 1 In file included from debug_allocator.h:5, from stdafx.h:10, from char_cards.cpp:1: /usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter /usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter gmake: *** [.obj/OXEvent.o] Error 1 gmake: *** [.obj/char.o] Error 1 gmake: *** [.obj/char_cards.o] Error 1 gmake: *** [.obj/char_battle.o] Error 1 root@compile:/usr/src/fullfilessrc/Server/game/src # Can anyone help me? Thx
  4. Hi, here is my client with source and packer.. if anyone can help me i can pay.. Client + Source and packer = Client link VT= VT LINK test account: ID:client passwd:client
  5. Im trying to create M2 server for fun.. i use this files -> NetMetinSF i change granny on client bcs i got this error -> and now After client build in VS12 i have screen freeze on loading after login.. Youtube video syserr db: SYSERR: Apr 15 12:58:14 :: Load: DirectQuery failed(SELECT login FROM block_exception) auth: Apr 15 13:35:01 :: SYSTEM: new connection from [10.35.32.10] fd: 15 handshake 1375189409 output input_len 0, ptr 0x28c91a80 Apr 15 13:35:01 :: Handshake: client_time 0 server_time 2199770 Apr 15 13:35:02 :: AUTH_PHASE 0x28c91a80 Apr 15 13:35:03 :: InputAuth::Login : domess(6) desc 0x28c91a80 Apr 15 13:35:03 :: SetLoginKey 832999511 Apr 15 13:35:03 :: InputAuth::Login : key 832999511:0x4edb68f7 login domess Apr 15 13:35:03 :: QID_AUTH_LOGIN: START 832999511 0x28c91a80 Apr 15 13:35:03 :: Create_Time 0 19700101 Apr 15 13:35:03 :: Block Time -2 Apr 15 13:35:03 :: SetRemainSecs domess 0 type 2 Apr 15 13:35:03 :: SendAuthLogin domess key 1 Apr 15 13:35:03 :: AuthLogin result 1 key 832999511 Apr 15 13:35:03 :: SYSTEM: closing socket. DESC #15 Apr 15 13:35:15 :: DeleteLoginData domess 0x28cd30e0 Apr 15 13:35:15 :: BILLING: ON domess key 832999511 ptr 0x28cd3150 syserr channel - clear client syserr: 0415 13:32:21479 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=137) - Strange Skill Need Weapon(CLAW) 0415 13:32:21480 :: CPythonSkill::RegisterSkillDesc(dwSkillIndex=139) - Strange Skill Need Weapon(CLAW) 0415 13:33:25651 :: CSoundManager::PlayMusic - Failed to load stream sound : BGM/cycu.mp3 0415 13:33:25669 :: GRANNY: File is file format revision 6 (current version is 7) 0415 13:33:25685 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037). Automatic conversion will be attempted. 0415 13:33:25690 :: GRANNY: File is file format revision 6 (current version is 7) 0415 13:33:25703 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037). Automatic conversion will be attempted. 0415 13:33:25706 :: GRANNY: File is file format revision 6 (current version is 7) 0415 13:33:25715 :: GRANNY: File has run-time type tag of 0x80000010, which doesn't match this version of Granny (0x80000037). Automatic conversion will be attempted.
  6. Image Hello can anyone help me? I got this after build client
  7. Hello, can someone please help me with this error "entry point procedury _Granny UpdateModel Matrix@16" obraz
  8. Ahoj, mám malý problém, potřebuji přejmenovat některé položky, ale mám item_proto a mob_proto server side (sql) po přejmenování nic nedělej a na straně klienta mám mob_proto.FILE a item_proto.FILE a nemůžu ho dešifrovat .. může mi někdo pomoci? díky IMG
  9. I know "missing file" but i have file in folder.. please how can i fix it ? root@janevim:/usr/home/game # locate /data/dungeon/deviltower /usr/home/game/share/data/dungeon/deviltower2_regen.txt /usr/home/game/share/data/dungeon/deviltower3_regen.txt /usr/home/game/share/data/dungeon/deviltower4_regen.txt /usr/home/game/share/data/dungeon/deviltower5_regen.txt /usr/home/game/share/data/dungeon/deviltower6_regen.txt /usr/home/game/share/data/dungeon/deviltower7_regen.txt /usr/home/game/share/data/dungeon/deviltower8_regen.txt /usr/home/game/share/data/dungeon/deviltower9_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower2_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower3_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower4_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower5_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower6_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower7_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower8_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower9_regen.txt
  10. I know quest is ok. But cant load regen files.. Yes im using FTP for android bcs. Im in work now.. and trying find fix.. I have map in game99 is reason for kicking out?
  11. Hi everyone, i have problem with my DT 1 level is ok. Metin can kill, im teleported 2 level isnt ok. no spawned mobs.. In log is: SYSERR: Feb 27 15:26:30.281831 :: regen_do: SYSTEM: regen_do: data/dungeon/deviltower2_regen.txt: file not found /usr/home/game/share/data/dungeon/deviltower2_regen.txt /usr/home/game/share/data/dungeon/deviltower3_regen.txt /usr/home/game/share/data/dungeon/deviltower4_regen.txt /usr/home/game/share/data/dungeon/deviltower5_regen.txt /usr/home/game/share/data/dungeon/deviltower6_regen.txt /usr/home/game/share/data/dungeon/deviltower7_regen.txt /usr/home/game/share/data/dungeon/deviltower8_regen.txt /usr/home/game/share/data/dungeon/deviltower9_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower2_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower3_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower4_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower5_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower6_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower7_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower8_regen.txt /usr/home/game/share/locale/data/dungeon/deviltower9_regen.txt Can anyone help me? Sorry for my english.
×
×
  • 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.