Jump to content

Zetsu

Inactive Member
  • Posts

    122
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Everything posted by Zetsu

  1. (one each 30minutes) To be used by player or auto-open it at 30min.? You know that quest have pc.setqf("giftsystemuse", get_time()+60*30) -- 30 mins cmdchat("giftsyshide") -- this hide the box
  2. Thanks! It's something simple, anyway...
  3. import grp self.buttonName.SetTextColor(grp.GenerateColor(1.0, 0.7843, 0.0, 1.0)) Max values for: grp.GenerateColor(1.0, 1.0, 1.0, 1.0)
  4. Hello, I want to show you a new guide to make a communication between quest and client. Nowdays we can use game source..bla bla... but if you don't want/don't know how to compyle it, you can use this version (old and good ). So, let's begin: ### Send informations to client ### Start a quest from client (for buttons sometimes...) ### Get a variable from client (now for 34 & 40k update) ### Send multiple informations to client once Kind regards and i hope you understood me! Sorry for mistakes.
  5. One world, go to other village by portals cause mountains and water don't let you go there Do you like this idea? It's stupid when people steal your idea because they don't have a good imagination... It's a little bit sad if you think at that "thiefs". They want a server but by other people ideas... And their server will be closed in few weeks.
  6. Download link for button is up! [Hidden Content] Sorry for the inconvenience!
  7. You can use the item or button should appear near energy system(old interface) Ok but the dowload link for the button is down It's just an icon. You can use any. But i would like to use that can you pls give me in PM? I'm busy for the next 6 hrs. After that, i'll solve the link.
  8. You can use the item or button should appear near energy system(old interface) Ok but the dowload link for the button is down It's just an icon. You can use any.
  9. You can use the item or button should appear near energy system(old interface)
  10. I want to Metin2 GF Gallery. I use FancyBox but icons are different. Hahahaha You can edit from html and css.. dafuq :|
  11. If you select an image and use right click on it, a tooltip menu will appear. Then, you must click on the "Save image as..." or "Save image...". If you want to auto-generate images in your page, use js code to generate html codes by files fro your pictures directory. Now you're a 'hacker'
  12.     lol, i know how to change file extension in intrologo.py .. wtf
  13. Hello, I need gf.mpg and ymir.mpg for intrologo... Can you give me them, please? Regards!
  14. I've already done everything you wrote in my first post (it seems that you missunderstood me, otherway you wouldnt post it^^) But thanks for the Link, this may be useful. Is it possible that: self.ResetChat() or return in my if clause are blocking the quest? (To display it) Cuz everything is working without errors and problems, but it doesnt show the quest (Already checked QuestIndex, everything is right) I would like to see self.ResetChat() function. If this function isn't right or it doesn't exist, curent function (with event.QuestButtonClick(int(questIndex))) doesn't work. Syserr would be nice too...!
  15. With event.QuestButtonClick(int(questIndex)) You need when button or info begin ##DO SOMETHING end In your quest. Look in uiquest.py and you will see that buttons works like that. Quests are started (don't know how..) and event.QuestButtonClick(int(questIndex)) it's used for gui buttons You can use event.QuestButtonClick(int(questIndex)) everywhere. In game.py add in def __init__ this: self.MyQuestNameIndex = 0 In ServerCommand...etc add: "myvalue" : self.InitMyQuestName, Then make this function def InitMyQuestName(self, id): self.MyQuestNameIndex = int(id) # i added int just in case... #Be careful! I used SPACE not TAB. You will get syntax errors if you don't replace it. then you can use event.QuestButtonClick(self.MyQuestNameIndex) if you want to use it everywhere in your client, then use constInfo instead of self.MyQuestNameIndex I'm not sure if you understood me... More details: [Hidden Content] You have here everything, also how to get a value from client and use it in your quest
  16. Link: https://www.origin.com/en-ie/store/buy/battlefield-3/pc-download/base-game/standard-edition?LSsiteID=c1Tj0Njalu4-dc0hj18znpobsNk9jRa_IA&c=c1Tj0Njalu4&sourceid=Origin_AFF_LS315&utm_campaign=origin-aff-us-ls-aff&utm_medium=affiliate&utm_source=affiliate Enjoy! No time to describe... I want it. xD
  17. // Learn english and stop off-topic comments. My name in developers list
  18. app.sleep stop the game. In 10 minutes i will come with my timer version I took it from switchbot xD //posted by Aveline... sry
×
×
  • 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.