Jump to content

help Dimension Door limited range to teleport


rockyroad

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

Hi Community,

Newbie here trying to play around my offline server

I'm trying to change Dimension door to randomly teleport players to any available cell to lets say 15x15 range only

the idea is to get players to try to cross nearby walls or any obstruction within the area, monsters are ok to be warped map wide

		case UNT_DIMENSIONDOOR:
			if( tsd && !map[bl->m].flag.noteleport )
				pc_randomwarp(tsd,3);
			else if( bl->type == BL_MOB && battle_config.mob_warp&8 )
				unit_warp(bl,-1,-1,-1,CLR_TELEPORT);
			break;

if i understood, pc_randomwarp(sd,clrtype) is the function for teleport so I need to change it into pc_setpos(sd,mapindex,x,y,clrtype)

The problem is im stuck setting the x y coordinates for random cell within a range, I tried scavenging for similar functions of other skills but still no luck on making it work ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...