Jump to content

VegaS™

Forum Moderator
  • Posts

    656
  • Joined

  • Last visited

  • Days Won

    187
  • Feedback

    100%

Everything posted by VegaS™

  1. (2.5) Questions & Answers specific rules Don't modify your thread (or reply to it) to mark it solved, and not explain the solution to the issue. For those who want this, you can do something like: [Not tested] [Hidden Content]
  2. Default: Shinshoo - 1 Chunjo - 2 Jinno - 3 local sel = select("Chunjo", "Jinno", "Exit") Chunjo = sel + 1 = 2 Jinno = sel + 1 = 3 Exit = 3 -- return All what you need is to make the select value + 1. [Hidden Content]
  3. I didn't test it, but you can try to do something like this: [Hidden Content]
  4. You should use a string format method, instead of convert an integer to string then concatenate two strings for no reason. [Hidden Content]
  5. @PACI @DevChuckNorris @arves100
  6. PythonNetworkStreamPhaseGame.cpp You've to remove these lines. rkPlayer.SetSkill(7, 0); rkPlayer.SetSkill(8, 0);
  7. Lambda expressions (since C++11), you need CFLAG += -std=c++11, if you want to do it without, then you've to do something like this: [Hidden Content]
  8. I would do it like this, in a simple way, without useless code, as i said in another forum too. [Hidden Content]
  9. Did you check what level he sent from packet? 0903 00:56:53064 :: Combo skill level: 0 0903 00:56:59268 :: Combo skill level: 1 0903 00:56:00242 :: Combo skill level: 2
  10. By default, you can increase the skill level of combo with books, not by point up. Check for DISABLE_BY_POINT_UP from skill index 122: skill_proto (server) skilltable.txt (client) void CPythonPlayer::SetComboSkillFlag(BOOL bFlag), you could check #1 #2, what happen. (btw, seems like your skill level of combo doesn't get update in client)
  11. You're right, but if you really want to use something like this, you should do a customizable class, like: [Hidden Content]
  12. Stonehearst Asylum have the same concept as Shutter Island, i recommand it too. And if we talk about Christopher Nolan: Interstellar Inception Transcendence The prestige
  13. If you inserted the query with the good values and you've problem with time, you should use my Extended Item Award, already there're many features included, items with real time fixed, etc.
  14. "Rubinum pirate server was destroyed. Private servers are announced to those who do not shut down. The turn will be destroyed. Those responsible will get heavy penalties. In addition, personal and corporate lawsuits are coming soon. All of these videos will be downloaded and forwarded to legal authorities. Not warned. Look, I'm not obligatory, but I warn you not to get hurt, but some of them do not listen unfortunately. Some of them do not take advice and throw in their minds will fight. There's no war. I hope that those who break the law will show the virtue to bear the consequences." Google translate Let's change the hosts to China. ____________________________________________________________________________________________________________________________________________ Prediction from: 29 June 2019, 12:23 am Hello, after almost 6 passive years I would like to inform you today. At that time (at the time of the Source Leaks) and today we were in close contact with a certain employee, who belongs to the Metin2 department in Karlsruhe. Over the past few months, the measures against P Server (Investigations & Promotion) have been pretty quiet, but this will change in the near future, with (presumably) some busts following. Gameforge has achieved that the State Criminal Police Office of Baden-Württemberg has established a (according to our information) 3-member investigation team against the operation of Metin2 private servers. So take care of your ass - make certain arrangements and stay under the radar !!! Greetings from an old hand! ____________________________________________________________________________________________________________________________________________ Update: Another message from the same CoMa of GameForge (TR). - Link First of all, the royalties are not related to the person or the TR team. We have no authority in this matter. This is a legal matter. Publications are now tracked with special algorithms. The relevant units worked on this issue and we all saw the results. Gameforge started to send warnings to pirated channels on 27.06.2019 as Global and this will continue. It was an action we've been waiting for recently. From now on, those who do not take this seriously and make fun of Gameforge and those who continue to pirate broadcast are a topic to consider. I already find it meaningless for those who keep repeating every day knowing that something is a crime and those who think that they can't do anything, waiting for a special warning before. Those who get angry with 2-3 caution should not forget that they have violated Gameforge's rights 500-1000 times with 5000-1000 videos. Don't misunderstand my Instagram sharing. We will not recruit publishers who insult us, denigrate, denigrate, target, humiliate, support pirate servers and illegal methods. Our decision on this issue has not changed. Hard is! Pirate; is theft and disrespect to the pirate ad emege. It is not possible to comprehend the pirate servers who disrespect Eme and make the premium talk about labor. This is a moral issue. Selling a product that does not belong to you, marketing, earning over this product, then selling "I spent a lot of labor, my labor has been lost" is no sense for us. The goods are already stolen. Bread literature is not made over stolen goods. Those who market stolen goods are considered to have taken all possible consequences. What can be expected when illegal content is shared ?. We will be with the publishers who continue to be with us. We'il be even closer with them. The warnings will continue and spread to all platforms. (Twitch, d-live, etc.) We do not understand the understanding of different thinkers. In the night people yedigün P servers copyright, copyright and they eat does not bring us money .. We did not do to revive the Turkey servers that. Gameforge's taxes, webzen shares, employees, and never made the server to spend on the server P servers, we do not throw royalties because people give money. It is not an attack on the publisher's income. Maybe you don't see it, but the biggest channels in TR were smaller than the other p-server channels that ate ban in many parts of the world. 25000 videos were released on youtube in different languages. This process is not specific to the TR:) region, and will never stop. The new team will never stop. Discarded royalties were thrown to people who were part of the illegal business system. When you introduce P server and play here, you work with people who don't pay taxes, don't give shares to manufacturer or publisher. How to work for people who do not pay taxes in the law (fake documents or deliberate use of tax offenses in the form of punishment of 2 years to 5 years imprisonment (VUK md.359 / c) If it corresponds to imprisonment, youtube on these accounts is a right action to remove. 3-year 5-year labor on the servers that make kacakcilik and offense people, such as the children in the field of the size of the channels they grow up knowing that they have grown. Gameforge, which grants taxes and shares for the broadcasting rights of other games such as Metin2, is also entitled to copyright for all non-P or P content. As a publisher, both the music company and the book company; has the right to manage how the content it publishes is spoken. Note: I don't have a page on my Facebook platform. Do not be deceived by impersonation.
  15. I started coding some parts already, i'll post some informations on website, after i finish some exams from uni. (since 2018 i didn't release any product, be prepared, there will be a lot of new stuffs)
  16. If you want to do this in quest, you've to do a boolean variable in source and set it to true or false from quest functions like: pc.set_active_critical(true) pc.set_active_critical(false) If you don't know how to do it, you should use a simple pc quest flag. [Hidden Content] Not tested.
  17. Your life has been Questions and Answers ?, let's stop with off-topic. @TurKAdaM The previous reply was a joke, nobody can help you with a full guide how to develop everything in metin2, you need a lot of time to learn alone, so first one, start to learn programming. [Hidden Content] [Hidden Content] [Hidden Content]
  18. This sounds like: Guys, help me to do money! Did you tried to contact Frankie? He knows everything, you just need to give him a Pioneer DJM 2000 and he'll show you all about metin2 development.
  19. root/InterfaceModule.py: # Search for: wndInventory = uiInventory.InventoryWindow() # Add after: wndCharacter.BindInterfaceClass(wndInventory) root/uicharacter.py: # Search for: self.toolTipSkill = 0 # Add after: self.wndInventory = None # Search for: def __del__(self): ui.ScriptWindow.__del__(self) # Add after: def BindInterfaceClass(self, wndInventory): self.wndInventory = wndInventory How-To-Use: if self.wndInventory: self.wndInventory.ClickCostumeButton()
  20. If you just want to use locale_newcibn, change this function: root/introLogin.py #def IsNEWCIBNPassPodAuth(): #global NEWCIBN_PASSPOD_AUTH #return NEWCIBN_PASSPOD_AUTH def IsNEWCIBNPassPodAuth(): return False Or change the path name with locale/de instead of locale/newcibn.
×
×
  • 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.