Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I would like to make armor that when worn and the player presses a hotkey, the armor and the player become invisible.  This ability can be toggled off by pressing the hotkey once more.

That is going to involve several different things.

1) you will have to determine where you want to trap the tick events. could do in item tick, or elsewhere. Not sure if tick update works on armor or not

2) trap the key hotkey

4) prevent player render trap ( RenderPlayerEvent.Pre event), cancel it if player is invisible

3) prevent mobs from tracking when invisible  get list of current nearby entityliving and see if tracking player, set to null if they are. then trap LivingSetAttackTargetEvent and prevent any new mobs tracking.

 

17 minutes ago, aw_wolfe said:

That is going to involve several different things.

1) you will have to determine where you want to trap the tick events. could do in item tick, or elsewhere. Not sure if tick update works on armor or not

2) trap the key hotkey

4) prevent player render trap ( RenderPlayerEvent.Pre event), cancel it if player is invisible

3) prevent mobs from tracking when invisible  get list of current nearby entityliving and see if tracking player, set to null if they are. then trap LivingSetAttackTargetEvent and prevent any new mobs tracking.

 

I believe you can still set a player invisible through conventional means (Potions, setInvisible()) while a player isn't being rendered. This should help having people track the player while he's invisible.  That should save a good bit of work.

 

Edit: It also will take other things, like telling other players that the player is rendered invisible (Using packets), sending packets after using the hotkeys. 

 

Edited by oldcheese

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.