Jump to content

amanikoko

Members
  • Posts

    40
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Malaysia
  • Server
    TrioRO
  • Interests
    Ragnarok Online

Contact Methods

Recent Profile Visitors

1290 profile views

amanikoko's Achievements

Marin

Marin (5/15)

  • One Year In
  • Collaborator
  • Reacting Well
  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

1

Community Answers

  1. Good Day @AceofSpades, Appreciate your swift respond. If you don't mind, please if you could guide by showing an example that would be a great help. Thank you.
  2. Hi, i know this is showscript command. However, how to make it to show timer as picture shown above using euphy woe controller? In the same time i have the below pvp warper script, how to make the showscript to getmapuser and display every single map in a looping way? Appreciate if someone could help to input or guide along. Much appreciate. Thank you! ultimatepvpwarper.txt
  3. Good Day, I manage to fix it my issue by changing > rentitem .@q[0], .@day * 120; // rent an items. 86400 = 1 day in seconds to this > rentitem .@q[0], .@day * 86400; // rent an items. 86400 = 1 day in seconds Thanks for sharing this useful script to the community. Upvote +1 for you =). Cheers ~ amanikoko =P
  4. Why not just use Euphy's quest shop, it literally does the same thing but in a quest mode; yet you can choose the currency as you wish (POD,TCG and etc...)
  5. Hi @cloudblackfire, first off thanks for this amazing script; the script is working as intended except for the prize indicates 100, 200, 300 but the value in client reads all 3 of the items as 300 only but not the 100 and 200 as indicated. Another thing is when indicating the days value, i've just tested to input 1 day and 2 days but when purchase the items the rentals end up becoming 2 minute for 1 day input and 4 minute for 2 day input. There's no error prompted in my trunk server so i'm guessing some of the formula went wrong somewhere in the script? Hopefully you could provide a fix on this; your assistance on this is highly appreciated and i thank you for your time. Cheers ~ amanikoko =P
  6. - script atcmd_example -1,{ OnInit: bindatcmd("rentitem", strnpcinfo(3)+"::OnAtcommand"); end; OnAtcommand: .@itemid = atoi(.@atcmd_parameters$[0]); if (getitemname(.@itemid) != "null") { if (getiteminfo(.@itemid, 2) != IT_CARD) { rentitem .@itemid, (24 * 60 * 60); // 1 day } else { dispbottom .@atcmd_command$+" - You cant rent "+getitemname(.@itemid); } } else { dispbottom .@atcmd_command$+" - invalid item #"+.@itemid; } end; } Hi there, how can i add only GM with level 99 are allowed to use this @rentitem commands?
  7. Added the diff. for rathena recompiled & restarted server with the above script tested but apparently it is still showing white font instead of the specific color. Anyone mind to share the solution to this? Thanking you in advance for sharing. Cheers.
  8. Hi Sir @Poring King, May i ask for this script? couldn't find this script in your script collection section. Your gesture is greatly appreciated.
  9. All i did was just edit the MOB ID to 1907 and the rest of the duplicates ones to change to 844 (invisible NPC Sprites). The reason of the unclickable issue was previously ALL was updated as 1907 so it created a double layer of NPC on each and every punching bag itself. Hope this helps =).
  10. Hi @AinsLord Thanks for your respond earlier, i've managed to solve the click issue. Once again thank you very much. And thanks to @Secrets 's great release too.
  11. ughhh... Still not able to click on it. I'm using 20200304 client. Here's my script. Any help is greatly appreciated. IPunchingBag.txt
  12. Hi @AinsLord Don't mind can you share me your script so i can have a try on my server? Thanking you in advance.
  13. Hi there @Secrets Thank you so much for responding this. In fact i've tried changing to other mobs ID but it is still having the same unclickable problem. Hope you can help on this.
  14. Hi there @Secrets not sure if you're still supporting this script, but i cant seems to make it work coz the cursor is always showing as NPC instead of the Attack-able cursor and it is un-clickable. No error appears on the console. any help on this would be greatly appreciated.
×
×
  • Create New...