Jump to content

KazumaSatou

Members
  • Posts

    157
  • Joined

  • Last visited

  • Days Won

    2

KazumaSatou last won the day on October 6 2022

KazumaSatou had the most liked content!

4 Followers

About KazumaSatou

  • Birthday 05/03/1985

Profile Information

  • Gender
    Male
  • Location
    Japan
  • Interests
    Developing

Recent Profile Visitors

3429 profile views

KazumaSatou's Achievements

Garling

Garling (8/15)

  • Problem Solver Rare
  • Conversation Starter
  • First Post
  • Collaborator
  • Dedicated

Recent Badges

37

Reputation

10

Community Answers

  1. Pode ser necessário habilitar isso para que a roleta seja exibida
  2. What's to fix? The GM Suit Sprite? If it is, just remove the account id from clientinfo.xml in your GRF or Diff your client to Remove GM Sprite.
  3. Yes, if you're client using Towninfo.lub by default.
  4. No, not the MVP Map. It is a Battleground which has a MVP Guardian that can be killed by other team.
  5. Might be you're using old client that doesn't support the latest models? But if you're using at least 2018 or 2022 client, that might not be the issue.
  6. This will be automatically updated once the server time reach 00:00. prontera,161,185,3 script Day of The Day 100,{ end; OnInit: while(1){ .@day = gettime(DT_DAYOFWEEK); if(.@day == 0) .@day$ = "Sunday"; if(.@day == 1) .@day$ = "Monday"; if(.@day == 2) .@day$ = "Tuesday"; if(.@day == 3) .@day$ = "Wednesday"; if(.@day == 4) .@day$ = "Thursday"; if(.@day == 5) .@day$ = "Friday"; if(.@day == 6) .@day$ = "Saturday"; waitingroom "Today is "+.@day$+"!",0; sleep 100; delwaitingroom; } end; }
  7. The first link is the one that teach you how to create an item. https://rathena.org/board/topic/61862-guide-spriting-101-creating-a-sprite-and-act-file/
  8. This guide is old but still the same process to make custom sprite. https://rathena.org/board/topic/61862-guide-spriting-101-creating-a-sprite-and-act-file/ For adding custom items, you can check the guide here:
  9. Enable similar patch on WARP and that'll fix your problem.
  10. Double check your database if you have a table named pvp_arenas If you don't have it, it will not show anything since you don't have that table.
  11. You just request it to functor to install your gepard on latest rathena.
  12. You can enable this patch while diffing your client and set to 255:
  13. I don't know what are you talking about broken link from rms, I just downloaded it right now and it works. But I'll upload it anyway since I think you have problem downloading in ratemyserver. spr_conview_v0.11.zip
×
×
  • Create New...