goddameit Posted November 30, 2012 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
Lamer Posted December 1, 2012 Posted December 1, 2012 Lol im gonna try this one its kind of fun Quote
Aya Posted December 1, 2012 Posted December 1, 2012 Good job Goddameit! These is the script that has been discussed in Facebook. Lol Quote
Euphy Posted December 1, 2012 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
goddameit Posted December 1, 2012 Author 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
rickzera Posted December 9, 2012 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
goddameit Posted December 9, 2012 Author 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
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.