Jump to content

How to remove item_prism from client?


Recommended Posts

Hello everyone,
as the title suggests, I would need not to remove the item but the function or the fact that if you press ALT + CLICK he links the objects in the chat, I'm working on a really old project and I would like to remove it;
thanks to those who will be able to help me!

18 minutes ago, 4peppe said:

Hello everyone,
as the title suggests, I would need not to remove the item but the function or the fact that if you press ALT + CLICK he links the objects in the chat, I'm working on a really old project and I would like to remove it;
thanks to those who will be able to help me!

Solved, just go in client -> root, open "uiinventory.py"
and comment this line, from: 
 

			elif app.IsPressed(app.DIK_LALT):
				link = player.GetItemLink(itemSlotIndex)
				ime.PasteString(link)

to:
 

#			elif app.IsPressed(app.DIK_LALT):
#				link = player.GetItemLink(itemSlotIndex)
#				ime.PasteString(link)

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Guest
This topic is now closed to further replies.

Announcements



  • Similar Content

  • Activity

    1. 60

      Inbuild GR2 Animation

    2. 2

      wait() function bug

    3. 0

      Remove Party Role Bonuses

    4. 1

      Fix CBar3D

    5. 2

      set_quest_state not working

    6. 1

      Fix CBar3D

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.