Jump to content

Aaeria

Members
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Discord: Aaeria#3028
  • Interests
    Rαɢɴαroĸ Eɴтнυѕιαѕт

Contact Methods

Recent Profile Visitors

1960 profile views

Aaeria's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Thank you, it worked. ++ Appreciate it, learned from this. Here's the basic pet info if someone wants: - script atcmds -1,{ OnInit: bindatcmd "petinfo",strnpcinfo(3)+"::OnAtcommand1"; end; OnAtcommand1: if( getpetinfo(petinfo_name) == "null" ) { dispbottom "Sorry, you do not own a pet yet."; end; } else { dispbottom "[Pet Info] (Lv. "+getpetinfo(petinfo_level)+") Nickname: "+getpetinfo(petinfo_name)+" - Intimacy Score: "+getpetinfo(petinfo_intimate)+" - Hunger: "+getpetinfo(petinfo_hungry)+"%"; end; } }
  2. I'm new to scripting and trying to make a basic petinfo command. But I get error, can someone help me to right way? This what I put so far: - script atcmds -1,{ OnInit: bindatcmd "petinfo",strnpcinfo(3)+"::OnAtcommand1"; end; OnAtcommand1: if( getpetinfo(PETINFO_ID()) == null ) { dispbottom "Sorry, you do not own a pet yet."; break; } else { dispbottom "[Pet] "+getpetinfo(petinfo_id())+""; end; } }
  3. Same error, :| Sorry I don't think I can, this is a paid script. I also notified Emistry of this topic
  4. Still got the same error, weird ;| edit: Emistry is the creator of this script
  5. Not exactly sure what's up, I'm new to scripting Edit: Solved. If someone got same error, you need to uncomment a function at the top. Sorry, I missed it. feel dumb now haha
  6. Aaeria RO launching soon! 4 more days! ;)

    https://aaeria.online/

×
×
  • Create New...