goddameit Posted November 30, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted November 30, 2012 (edited) //------------------------------------------------------------------ Design / Manufacture : Goddameit Idea : Emistry Map : Syouji Preview : Introduction : Try to arrive the destination by using ASDW controller. //------------------------------------------------------------------ Script download : Rainbow Surfers.txt Map download (map name : r_road) : http://rathena.org/b...0-rainbow-road/ Item_db download : http://pastebin.com/....php?i=QGf762qH Item_avail : 17506,2410 17507,501 17508,502 17509,503 17510,504 //------------------------------------------------------------------ Modify source code : clif.c add this void clif_parse_WalkToXY(int fd, struct map_session_data *sd){ ..... if(sd->sc.data[sC_RUN] || sd->sc.data[sC_WUGDASH] || pc_readglobalreg(sd,"PC_BLOCKMOUSE") ) return; //------------------------------------------------------------------ YOU MUST DO ALL OF BELOW THINGS Hotkeys set : Ban keyboard : Item place : //------------------------------------------------------------------ Edited December 9, 2012 by goddameit 4 Quote Link to comment Share on other sites More sharing options...
Lamer Posted December 1, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 11/17/12 Last Seen: March 9, 2013 Share Posted December 1, 2012 Lol im gonna try this one its kind of fun Quote Link to comment Share on other sites More sharing options...
Aya Posted December 1, 2012 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 125 Reputation: 2 Joined: 08/27/12 Last Seen: June 7, 2023 Share Posted December 1, 2012 Good job Goddameit! These is the script that has been discussed in Facebook. Lol Quote Link to comment Share on other sites More sharing options...
Euphy Posted December 1, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted December 1, 2012 @Goddameit: If you use item type 11 (delayed consumable), you won't have to 'getitem' each time you use a direction item. Quote Link to comment Share on other sites More sharing options...
goddameit Posted December 1, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted December 1, 2012 @Goddameit: If you use item type 11 (delayed consumable), you won't have to 'getitem' each time you use a direction item. got it. thx Quote Link to comment Share on other sites More sharing options...
rickzera Posted December 9, 2012 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 51 Reputation: 3 Joined: 08/01/12 Last Seen: Yesterday at 12:53 AM Share Posted December 9, 2012 Hi?, Could you tell me which part of the source that modifies? Should it be done? void clif_parse_WalkToXY(int fd, struct map_session_data *sd) { ..... if(sd->sc.data[sC_RUN] || sd->sc.data[sC_WUGDASH] || pc_readglobalreg(sd,"PC_BLOCKMOUSE") ) return; Quote Link to comment Share on other sites More sharing options...
goddameit Posted December 9, 2012 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Author Share Posted December 9, 2012 Hi?, Could you tell me which part of the source that modifies? Should it be done? void clif_parse_WalkToXY(int fd, struct map_session_data *sd) { ..... if(sd->sc.data[sC_RUN] || sd->sc.data[sC_WUGDASH] || pc_readglobalreg(sd,"PC_BLOCKMOUSE") ) return; clif.c 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.