rockyroad Posted February 22, 2019 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 11/19/16 Last Seen: November 25, 2023 Share Posted February 22, 2019 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 Quote Link to comment Share on other sites More sharing options...
NicolasBlack Posted Thursday at 11:20 PM Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 2 Reputation: 0 Joined: 11/28/24 Last Seen: Saturday at 07:31 AM Share Posted Thursday at 11:20 PM (edited) Allspinswin Casino has quickly become a popular destination for online gaming enthusiasts, offering a wide variety of games and a user-friendly interface. The casino boasts an extensive selection of slots, table games, and live dealer options, catering to both casual players and high rollers alike. The website design is sleek and intuitive, allowing players to easily navigate between game categories and promotions. New players are greeted with generous welcome bonuses, while returning patrons can benefit from a range of ongoing promotions and a rewarding loyalty program. Edited Saturday at 07:32 AM by NicolasBlack Quote Link to comment Share on other sites More sharing options...
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.