Jump to content

Recommended Posts

Posted (edited)

vAqUa.png

//------------------------------------------------------------------

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 :

yr9Yz.png

Ban keyboard :

duUIx.jpg

Item place :

waWFI.jpg

//------------------------------------------------------------------

Edited by goddameit
  • Upvote 4
  • 2 weeks later...
Posted

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;

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...