Jump to content
  • 0

Need Modification on Cash Shop dialogues


Yonko

Question


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

Hi rA,

I know its source related how will i change the red underline words in the cash shop(image below) when i use @cash/@points

example:

@cash 30
Gained 30 custom points. Total 30 custom points.

@points 30
Gained 30 custom2 points. Total 30 custom2 points.
 

post-3976-0-14527000-1425049828_thumb.jpg

Edited by Yonko
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

try use @set maybe? or u can use bind atcommand~

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  411
  • Reputation:   261
  • Joined:  04/25/12
  • Last Seen:  

With bindatcmd you can make a custom command with this, search

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  166
  • Topics Per Day:  0.04
  • Content Count:  789
  • Reputation:   50
  • Joined:  04/16/12
  • Last Seen:  

Thank you guys for suggestion i made this thru script

but seems my problem wont fix :( see the screenshot

 

 
- script cashpointers -1,{
OnInit:
bindatcmd "cash",strnpcinfo(3)+"::OnCommand",99,99;
end;
OnCommand:
atcommand "@cash 1";
dispbottom "You have gained 1 Custom Point. Your total Custom Points is " +#CASHPOINTS+ "";
end;
}

post-3976-0-94472100-1425134514_thumb.jpg

Edited by Yonko
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
Answer this question...

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