Jump to content

dungpt8782

Members
  • Posts

    16
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

1694 profile views

dungpt8782's Achievements

Poring

Poring (1/15)

0

Reputation

  1. How can i make it bonus more exp with Battle manual (x exp rate)?
  2. I mean, while MVP in map, this script will change that map to PK On. Else, PK Off. i dunno how to make script to check where MVP still alive
  3. So i need to make this script to all MVP map?
  4. Hi, I just make event "MVP killer" and i want to make it harder. When MVP alive, that map will switch to PK ON, and OFF when MVP dead. Thank you for help!
  5. How can i make this script to get random item (in array) per hour?
  6. It make my Homun have 1000 Intimacy :| I fixed to: atcommand "@homfriendly "+(gethominfo(3)/100+100); Its work fine, thank you. it
  7. I think this command will set Homunculus's Intimacy 100 point, not increase point
  8. Hi, I need 1 script for item homunculus feed. After use that, homunculus will inscrease 100 Intimacy. Thank you.
  9. Thank you, great script ^^ So if member use @afk still have bonus?
  10. Thank you Greyford, i will try and report here soon. rand(4001,4453) 4001 - 4453 is all normal card ID yet? prontera,155,86,4 script vnRO 751,{ if (.game){ mes .npcname$; if(countitem(.cardid) < 1){ mes "You don't have my ^ff0000"+getitemname(.cardid)+"^000000!!"; close; end; } mes "Oh you've brought me my ^ff0000"+getitemname(.cardid)+"^000000."; mes "Can I have it please?"; if(select("Yes:No")==2){ next; mes .npcname$; mes "Aww.."; close; end; } next; mes .npcname$; mes "Woooow, thank you! Here are your "+.pointamount+" Poring coin(s)!"; delitem .cardid,1; getitem 7539,.pointamount; //get poring coin // set CardEventPoints, CardEventPoints+.pointamount; // set .game,0; close; end; } end; L_start: OnMinute24: set .cardid, rand(4001,4453); //card id ranges from 4001 to 4453 for(set .@i, 0; .@i < getarraysize(.blockedcards); set .@i, .@i+1){ if (.blockedcards[.@i] == .cardid){ goto L_start; end; } } set .pointamount, rand(1,3); set .game,1; announce .npcname$+": I need a "+getitemname(.cardid)+" for "+.pointamount+" Poring Coins .",0; end; OnInit: set .pointamount, 0; set .cardid, 0; set .npcname$,"vnRO"; //npc name setarray .blockedcards[0],0; //add cards you don't want to happen here set .game,0; end; } This is my script i made follow you, it worked perfect. I changed - get point to get Poring Coin. - Will unlimit exchange card to coin times. - I still need set .game,0; OnInit? Thank you for support!
  11. I have idea for guild master event: - Make one NPC, only guild master can control to set time, wil stop after xx minutes; can set 2 times per day. - When in timed, Guild members will talk with npc to buff effect in 1 hour, - only member in that guild can heve effect (x exp, x drop ....), Which higher guild lv will get more bonus.( + guildlv/10 for ex). Thank for read!
  12. How to make @afk can auto-login after restart server like @autotrade?
×
×
  • Create New...