Jump to content

ziad

Member
  • Posts

    42
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ziad

  1. did anyone fix this ? tried this one , oke if u do right click on the item , cant wear nor unwear the item , but if you drag the item into the slot it can be weared twice
  2. guys hello ! sorry for disturbing ive got a small question, when i put hostile and i kill a cruel player , the rank of the killer gets deducted , by 2k or so .. where to fix that or what should i do exactly ! thank u
  3. Hello guys , hope youre doing well ! im looking for the pvp event quest and map (not dacarys or vegas one) i dont want a full system i need the simple one that has only the map and the quest . [Hidden Content] like this one thank you !
  4. i got another system not the same one :s
  5. Hello , i'd like to know where should i look or wheres the code related to moving items from special inventory to normal one [Hidden Content] Thank you
  6. Hello guys , as you can see in the GIF link , i have a small bugg with the friendlist everytime i teleport or each time i login if you want syserr : 1225 21:59:59243 :: Traceback (most recent call last): 1225 21:59:59243 :: File "ui.py", line 1863, in CallEvent 1225 21:59:59243 :: File "ui.py", line 96, in __call__ 1225 21:59:59243 :: File "ui.py", line 78, in __call__ 1225 21:59:59243 :: File "interfacemodule.py", line 1380, in ToggleMessenger 1225 21:59:59243 :: File "uimessenger.py", line 875, in Show 1225 21:59:59243 :: File "uimessenger.py", line 906, in __LoadWindow 1225 21:59:59243 :: AttributeError 1225 21:59:59243 :: : 1225 21:59:59243 :: 'module' object has no attribute 'MOBILE' 1225 21:59:59243 :: if someone can guide me where to look or what should i do it would be great ! thank you so much . [Hidden Content]
  7. @ Nduli its 34 0 on mysql .. i dont think its wrong , if i change its slot it appears normalty .. the issue is from the belt slot it self
  8. Hello guys , sorry for disturbing . ive got an issue ,when im wearing my belt its not appearing in any window . i did check source client , binary , and inventory windows but im not really sure wheres the problem so if someone can help would be cool thanks Inventorywindow.py Gametype.h length.h
  9. UP .. if someone is good enought with vstudio 2022 please help me up .
  10. @ Amun the problem is that the guy i bought the source from is building normaly in front of me in anydesk , and archiving the file and sending it ( the same as he built succesfully ) hes not adding <include> memory and nthg and its working like a charm .. mine is using a cd command .. idk why but ye .. Btw thank you for your time !
  11. This include affected my binary , so its not the right solution .. again i have a bad path while building my srcs , VS 2022 in use . [Hidden Content] Error MSB3073 The command "cd C:\Users\Ziad-\OneDrive\Desktop\Altyapı\Binary\Client\CRootLib\\Workplace\ call 2.bat call 3.bat I dont know if its related to this code if someone can help please thanks <PreBuildEvent> <Command>cd $(ProjectDir)\Workplace\ call 2.bat call 3.bat </Command> <Message>cythonizing root</Message> </PreBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>..\..\Extern\include\Python-2.7;..\..\Extern\include</AdditionalIncludeDirectories> <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> <CompileAs>CompileAsC</CompileAs> <MultiProcessorCompilation>true</MultiProcessorCompilation> <RuntimeLibrary>MultiThreaded</RuntimeLibrary> <OmitFramePointers>true</OmitFramePointers> <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> <WholeProgramOptimization>false</WholeProgramOptimization> <BrowseInformation>true</BrowseInformation> </ClCompile> <Link> <SubSystem>Windows</SubSystem> <GenerateDebugInformation>true</GenerateDebugInformation> <EnableCOMDATFolding>true</EnableCOMDATFolding> <OptimizeReferences>true</OptimizeReferences> </Link> <PreBuildEvent> <Message>cythonizing root</Message> <Command>cd $(ProjectDir)\Workplace\ call 2.bat call 3.bat </Command>
  12. Thank you there was a missing include line in a file which i found #include <memory> Solved , thread can be closed thanks
  13. Hello guys , im trying to compile my source and im having these errors .. at my friend its compiling well , i have all the needed extensions and everything can someone please explain me more about the problem ? [Hidden Content] [Hidden Content] [Hidden Content] Thanks
  14. Hello shogun , is there anywhere i can contact you from ?
  15. Hello thank you really for the help it worked well But i've got a new problem , i tried to add multi language system , sources compiled fine no errors nothing , but when i try to log ingame it get stuck on the characters window , like the connection stops there or so , ill show u the multilanguage server source part if u had time to check it , do it if not , just tell me wich part can persist this problem to recheck on it [Hidden Content] search for : #ifdef ENABLE_MULTILANGUAGE , thanks again
  16. something wrong in ur locale game , replace ur old locale game /interface and check if it works , if yes re-edit it again or check if you find wich lines are bugged
  17. hello i added multi language system , after i added it im getting this error networkModule.SetSelectCharacterPhase - <type 'exceptions.SyntaxError'>:EOL while scanning string literal (uiGuild.py, line 2006) class BuildGuildBuildingWindow(ui.ScriptWindow): if localeInfo.IsJAPAN(): GUILD_CATEGORY_LIST = ( line 2006 ("HEADQUARTER", "?bz?), ("FACILITY", "g?z?), ("OBJECT", "???), ) elif localeInfo.IsYMIR() or localeInfo.IsWE_KOREA(): GUILD_CATEGORY_LIST = ( ("HEADQUARTER", "본건물"), ("FACILITY", "기능건물"), ("OBJECT", "조경물"), can anyone help me ?
  18. 0119 19:37:23150 :: Traceback (most recent call last): 0119 19:37:23150 :: File "game.py", line 1499, in OnMouseLeftButtonUp 0119 19:37:23151 :: File "game.py", line 1536, in __PutItem 0119 19:37:23151 :: AttributeError 0119 19:37:23151 :: : 0119 19:37:23151 :: 'GameWindow' object has no attribute '_GameWindow__DropItem' 0119 19:37:23151 :: can someone please help me ?
  19. 0119 19:37:23150 :: Traceback (most recent call last): 0119 19:37:23150 :: File "game.py", line 1499, in OnMouseLeftButtonUp 0119 19:37:23151 :: File "game.py", line 1536, in __PutItem 0119 19:37:23151 :: AttributeError 0119 19:37:23151 :: : 0119 19:37:23151 :: 'GameWindow' object has no attribute '_GameWindow__DropItem' 0119 19:37:23151 :: can someone help me ?
  20. hello i got this php vote4coins / is there anyway to make it vote for lets say 6/7 adders switchers ? (71051 , 71052) thats the page of vote <div class="container"> <div class="page-hd" style="background-image: url(<?php print $site_url; ?>images/ranking.png)"> <div class="bd-c"> <h2 class="pre-social"><?php print $lang['vote']; ?></h2> </div> </div> <?php if(isset($voted_now) && isset($already_voted) && !$voted_now) { ?> <div class="alert alert-danger alert-dismissible fade in" role="alert"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button><?php print $lang['vote-again'].' <strong>'.$already_voted.'</strong>'; ?> </div> <?php } if(count($vote4coins)) { ?> <table class="table table-hover"> <thead class="thead-inverse"> <tr> <th style="width: 15%">#</th> <th style="width: 30%">Site</th> <th style="width: 20%"><?php print $lang['value']; ?></th> <th style="width: 20%"><?php print $lang['time']; ?></th> <th><?php print $lang['vote']; ?></th> </tr> </thead> <tbody> <?php $i=1; foreach($vote4coins as $key => $vote) { ?> <tr> <th scope="row"><?php print $i++; ?></th> <td><?php print $vote['name']; ?></td> <td><?php print $vote['value']; if($vote['type']==1) print 'MD'; else print 'JD'; ?></td> <td><?php print $vote['time'].' '.$lang['hours']; ?></td> <td><a href="<?php print $site_url.'user/vote4coins/'.$key; ?>" class="btn btn-primary btn-sm"><?php print $lang['vote']; ?></a></td> </tr> <?php } ?> </tbody> </table> <?php } else { ?> <div class="alert alert-info" role="alert"> <strong>Info!</strong> <?php print $lang['no-download-links']; ?> </div> <?php } ?> </div> and this is the admin panel one <div class="container"> <form action="" method="post"> <div class="form-group row"> <div class="col-sm-4"> <input type="text" class="form-control" name="site_name" placeholder="Site"> </div> <div class="col-sm-8"> <input type="url" class="form-control" name="site_link" placeholder="Link" value="[Hidden Content]; </div> </div> <div class="form-group row"> <div class="col-sm-4"> <input type="number" class="form-control" name="coins" placeholder="0" value="0"> </div> <div class="col-sm-4"> <select class="form-control" name="type"> <option value="1">MD</option> <option value="2">JD</option> </select> </div> <div class="col-sm-4"> <div class="input-group"> <input class="form-control" name="time" min="1" required="" type="number"> <span class="input-group-addon"><?php print $lang['hours']; ?></span> </div> </div> </div> <div class="form-group row"> <div class="col-sm-10"> <button type="submit" name="submit" class="btn btn-primary"><?php print $lang['add']; ?></button> </div> </div> </form> <?php if(count($jsondataVote4Coins)) { ?> <table class="table table-hover"> <thead class="thead-inverse"> <tr> <th>#</th> <th>Site</th> <th><?php print $lang['coin']; ?></th> <th><?php print $lang['value']; ?></th> <th><?php print $lang['time']; ?></th> <th><?php print $lang['delete']; ?></th> </tr> </thead> <tbody> <?php $i=1; foreach($jsondataVote4Coins as $key => $vote4coins) { ?> <tr> <th scope="row"><?php print $i++; ?></th> <td><?php print $vote4coins['name']; ?></td> <td><?php if($vote4coins['type']==1) print 'MD'; else print 'JD'; ?></td> <td><?php print $vote4coins['value']; ?></td> <td><?php print $vote4coins['time'].' '.$lang['hours']; ?></td> <td><a href="<?php print $site_url.'admin/vote4coins/'.$key; ?>" class="btn btn-primary btn-sm"><?php print $lang['delete']; ?></a></td> </tr> <?php } ?> </tbody> </table> <?php } ?> </div> ty for the help !
  21. system.py(line:163) Run uiscript/questiondialogitem.py(line:51) <module> LoadScriptFile!!!!!!!!!!!!!! - <type 'exceptions.AttributeError'>:'module' object has no attribute 'DROP' im getting this error does anyone knows how to fix it or what should i do ? ty
  22. Hello sometimes when i teleport to a make things disapear from the map i teleported to , NPC , or boss (in boss meley room) anyone knows how to fix this bugg ? or from where it comes from thanks !
×
×
  • 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.