Jump to content

mrfizi

Members
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by mrfizi

  1. - script resspvp -1,{ end; OnPCDieEvent: if( strcharinfo(3) == "pvp_map" ) { mes "Continue PVP or Quit?"; next; switch(select("Continue:Quit")) { case 1: atcommand "@alive "+strcharinfo(0); warp "pvp_map",0,0; break; case 2: end; } close; } } Maybe you can do it like this. Not test. But it's just an idea.
  2. Change / write it on your viewpointtable.txt ... Client side, inside your grf data folder. data/viewpointtable.txt
  3. I suggest you make NPC that can exchange the rental Item 1 to 1. Not hype, but working.
  4. Check on this post: And this post:
  5. I posted it in a WhatsApp group and told them I'm listening to the Morocc theme while doing an update on the database.
  6. Maybe this topic may help you with your concept.
  7. Try this for example: if (BaseLevel > 24) { if (EXCOOLDOWN > gettimetick(2)){ mes "you need to wait for 24 hour"; close; } EXCOOLDOWN = gettimetick(2) + 86400; mes "bla bla bla bla"; mes "COMPLETE!"; close; }
  8. What error out on your putty terminal? It look like something wrong on your script on this line: case 1: if(#daily_quest != gettime(DT_DAYOFMONTH) && isbegin_quest(120000)!=0){ erasequest 120000;} if(#daily_quest != gettime(DT_DAYOFMONTH) && isbegin_quest(120000)==0){ clear; soundeffect "menu.wav",0; mes "[^FF7700Quest Manager2^000000]"; mes "Please hunt the follwing monster list"; mes "-100 Poring"; mes "-100 Fabre"; mes "-100 Pupa"; setquest 120000; #daily_quest = gettime(DT_DAYOFMONTH); end; }else{ clear; soundeffect "menu.wav",0; mes "[^FF7700Quest Manager2^000000]"; mes "You already receive daily quest for today"; end; } if(checkquest(120000,HUNTING)==2){ clear; soundeffect "menu.wav",0; mes "[^FF7700Quest Manager2^000000]"; mes "Well good for you"; mes "here is your reward"; completequest 120000; getitem 40221, 1; getexp2 700,650; end; }
  9. You can use quest shop as an option: https://github.com/rathena/rathena/blob/master/npc/custom/quests/quest_shop.txt But, it can't view hateffect item.
  10. I have mention before. It work until 3rd classes. You need to buy the working palettes for 4th..
  11. Use KamiShi Dyes / Palettes . Free release support until 3rd classes. If you want palettes of better quality for 3rd and 4th, you may find their services.
  12. check on this file https://github.com/llchrisll/ROenglishRE/blob/master/Translation/Renewal/System/achievement_list_EN.lub
  13. prontera,160,190,3 script NPC teste 757,{ callshop "NPC_teste",0; end; OnInit: PUB: showscript "Your text here"; sleep 3000; goto PUB; end; } - shop NPC_teste -,607:-1 Not test.. try this
  14. This is the example..
  15. OnInit: PUB: showscript "Your text here"; sleep 3000; goto PUB; end;
  16. Please check on this link. Read overall the post maybe can help you too.
  17. mrfizi

    mRO

    Explore the world of mRO Now it's time to return! Create your account, download the game and come and have fun with us. We have a prosperous and friendly community!
  18. Can be more specific ? Because maybe 'we' are not playing the server you have played. If you mean Asura Strike skill without no cast or fast or no delay, you can adjust here https://github.com/rathena/rathena/blob/master/conf/battle/skill.conf#L12-L16 BUT, it will change other skill casting and delay rate also.
  19. Check on this topic:
  20. Are you saying about TOP PVP or TOP KILLER statue ? If yes, it already included in Dota PVP script by @AnnieRuru. You just need to do a small setting to make it available on your town/Prontera.
×
×
  • Create New...