Jump to content

Juki

Premium
  • Posts

    44
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Juki

  1. Did you try to add new systems coz u got way too many errors there?
  2. u have to change mob_proto.txt server side and client side and then dumpo proto (compile proto clientside)
  3. Ty for release! How come you've closed the server anyway?
  4. No idea really... i found it on other page... anyways i solved it... just import net to instrafacemodule. You want it?
  5. so i added anti exp system everything is working expect i get this error in python checked the whole tried to google doesn't say anything about this definiton.. Like as far as i know the /anti_exverr works by typing in chat but not on click. 0419 17:07:54847 :: Traceback (most recent call last): 0419 17:07:54847 :: File "ui.py", line 1418, in CallEvent 0419 17:07:54847 :: File "ui.py", line 87, in __call__ 0419 17:07:54848 :: File "ui.py", line 69, in __call__ 0419 17:07:54848 :: File "interfaceModule.py", line 1036, in ToggleAntiExpDialog 0419 17:07:54848 :: NameError 0419 17:07:54848 :: : 0419 17:07:54848 :: global name 'net' is not defined 0419 17:07:54848 :: could anyone give some heads up what't should i do?
  6. What SF are you using bro? I've tried adding that system doesn't work for me can't even compile the title.cpp
  7. https://osf.owsap.dev/information/ https://martysama0134.com/Status Good luck =)
  8. .mde file is path to your grafic .mse is position.
  9. why replace sash with wings? you can just add new sash/wings. you have wings on the side prolly coz you're not using right .mse files
  10. You probably didn't add something correctly then. You should ask the guy who made the system or who you bought it from
  11. What exactly are you trying to add? i see it's something related to item_quest type but what is it? or what system is it?
  12. Works perfect! For everything even soul stones and blessing marbles
  13. What are you trying to add bro?
  14. input_main.cpp:3496 input_main.cpp:3502 Read those lines in your input_main.cpp you fcked up something and you don't have indentified HEADER_GD_FLUSH_CACHE
  15. Well im using those files i don't have that problem.
  16. i can help you set it up. what you need exactly? Even tho if you follow tmp4 guide everything should be working the guide is perfect and why would you need hamachi?
  17. SOLVED changed all BYTE bCell to UINT bCell and BYTE bDestCell to UINT bDestCell. In char.h and char_item.cpp
  18. So i added special inventory but whatever i try to put in it it says inventory full. [Hidden Content] Im using WORD wCell as datatype file are from Ulthar LPITEM CHARACTER::GetSkillBookInventoryItem(WORD wCell) const { return GetItem(TItemPos(INVENTORY, wCell)); } LPITEM CHARACTER::GetUpgradeItemsInventoryItem(WORD wCell) const { return GetItem(TItemPos(INVENTORY, wCell)); } LPITEM CHARACTER::GetStoneInventoryItem(WORD wCell) const { return GetItem(TItemPos(INVENTORY, wCell)); } LPITEM CHARACTER::GetBoxInventoryItem(WORD wCell) const { return GetItem(TItemPos(INVENTORY, wCell)); } LPITEM CHARACTER::GetEfsunInventoryItem(WORD wCell) const { return GetItem(TItemPos(INVENTORY, wCell)); } LPITEM CHARACTER::GetCicekInventoryItem(WORD wCell) const { return GetItem(TItemPos(INVENTORY, wCell)); If anyone could give me some heads up would be greatful Kind regards!
  19. Could you give a headsup how did you solve it?
  20. Port scanning is a popular method cyber criminals use to search for vulnerable servers. They often use it to discover organizations’ security levels, determine whether businesses have effective firewalls, and detect vulnerable networks or servers. Some TCP methods also enable attackers to hide their location. Cyber criminals search through networks to assess how ports react, which enables them to understand the business's security levels and the systems they deploy. Preventing a port scan attack is reliant on having effective, updated threat intelligence that is in line with the evolving threat landscape. Businesses also require strong security software, port scanning tools, and security alerts that monitor ports and prevent malicious actors from reaching their network. Useful tools include IP scanning, Nmap, and Netcat. Other defense mechanisms include: A strong firewall: A firewall can prevent unauthorized access to a business’s private network. It controls ports and their visibility, as well as detects when a port scan is in progress before shutting it down. TCP wrappers: These enable administrators to have the flexibility to permit or deny access to servers based on IP addresses and domain names. Uncover network holes: Businesses can use a port checker or port scanner to determine whether more ports are open than required. They need to regularly check their systems to report potential weak points or vulnerabilities that could be exploited by an attacker. You should listen to AZICKO advice and never leave deafult credentials.
  21. Anyone has any idea how to make soul stones and marbles stackable? i tried everything but can't come to solution if anyone could help i would be greatful? kind regards!
×
×
  • 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.