- 0
-
Recently Browsing
No registered users viewing this page.
-
Activity
-
0
-
11
Skeletton of Python modules for IDE.
No need to break if return << Nice share guys! -
11
Skeletton of Python modules for IDE.
Thank you, it's working great You can add these two modules(EterPythonLib) -
2
Texture Gloss problem, please?
Just edit the Alpha Layer of the .dds file (the texture) in Photoshop, the whiter it is, the brighter it will be in game.- 2
-
-
3
-
2
Texture Gloss problem, please?
did u try to lower "Specular" value in item_proto ? -
1
-
3
Remote Shop System
just rename tga files , change big letters to small like that : before : RemoteShop_Button_01.tga after : remoteshop_button_01.tga ( do that to all tga ) -
11
Skeletton of Python modules for IDE.
# !/usr/bin/python # -*- coding: utf-8 -*- __author__ = "VegaS" __date__ = "2021-01-22" __version__ = "1.0.0" import os import re import typing os.chdir(os.path.dirname(os.path.realpath(__file__))) # Working directory INPUT_DIRECTORY: str = 'modules' # Disable pycharm inspections DISABLE_PYCHARM_INSPECTION_TUPLE: tuple = ( # [...] ) # Print regex patterns REGEX_PRINT_DICT: typing.Dict[str, str] = { r'print\s+(?![\'\"])([^#\n\r]+(?<! ))?': r'print(\1)', r'print\s+(ur|ru)?([\'\"]{1,3})([\w\W]+?)(\2)([^#\n\r]+(?<! ))?': r'print(\1\2\3\4\5)', r'print\s+(ur|ru)?([\'\"])(?!\2)([^\r\n]- 4
-
-
-
Question
Minton 17
Hi,
I have a little problem with my PetSystem, i also have a Costume Mount System. So when i ride a mount and have a pet summoned and warp the pet's bonus is given twice until i remount or change equipment etc.
Here is my PetSystem.cpp and quest if thats help:
PetSystem.cpp: https://pastebin.com/UqVAxNZf
Quest: https://pastebin.com/M7q03gMj
Thank you!
Link to post
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.