Jump to content

Rainbow Surfers


Recommended Posts


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  11/17/12
  • Last Seen:  

Lol im gonna try this one its kind of fun

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  125
  • Reputation:   2
  • Joined:  08/27/12
  • Last Seen:  

Good job Goddameit! These is the script that has been discussed in Facebook. Lol

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

@Goddameit: If you use item type 11 (delayed consumable), you won't have to 'getitem' each time you use a direction item.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

@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

Link to comment
Share on other sites

  • 2 weeks later...

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   3
  • Joined:  08/01/12
  • Last Seen:  

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;

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

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

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...