Jump to content

GiovanT

Members
  • Posts

    45
  • Joined

  • Last visited

Everything posted by GiovanT

  1. try this mes "Grand Prize:[1%]"; mes "<ITEM>^00bfffC. PVP Ticket ^000000<INFO>61966</INFO></ITEM>"; next; if(select("Deal me in!:No way...")==2) close; switch(select("1x Roll:10x Roll:20x Roll:50x Roll")){ case 1: if (countitem(7960) < 5) goto L_Sorry; mes "[ ^FF7700PVP Girl^000000 ]"; mes "Here we go..."; delitem 7960,5; set .@roll_count, 1; break; case 2: if (countitem(7960) < 5*10) goto L_Sorry; mes "[ ^FF7700PVP Girl^000000 ]"; mes "Here we go..."; delitem 7960,5*10; set .@roll_count, 10; break; case 3: if (countitem(7960) < 5*20) goto L_Sorry; mes "[ ^FF7700PVP Girl^000000 ]"; mes "Here we go..."; delitem 7960,5*20; set .@roll_count, 20; break; case 4: if (countitem(7960) < 5*50) goto L_Sorry; mes "[ ^FF7700PVP Girl^000000 ]"; mes "Here we go..."; delitem 7960,5*50; set .@roll_count, 50; break; } set .@Total,9; setarray .@P1[0],1,61966,1; // PVP Ticket setarray .@P2[0],50,11501,5; // Light Whites setarray .@P3[0],50,11502,5; // Light Blues setarray .@P4[0],40,12216,5; // Agi scroll 5x setarray .@P5[0],40,12215,5; // Blessing Scroll 5x setarray .@P6[0],30,7059,1; // Kafra Storage setarray .@P7[0],80,909,1; // Royal Jelly setarray .@P8[0],100,909,1; // Royal Jelly setarray .@P9[0],100,909,1; // Royal Jelly for ( .@i = 1; .@i <= .@roll_count; .@i++) { set .@roll, rand(1, .@Total); while (rand(1, 100) > getd(".@P" + .@roll + "[0]")) { set .@roll, rand(1, .@Total); } for (set .@j, 1; .@j < getarraysize(getd(".@P" + .@roll)); set .@j, .@j + 2) { getitem getd(".@P" + .@roll + "[" + .@j + "]"), getd(".@P" + .@roll + "[" + (.@j + 1) + "]"); if (!.@k[0]) { set .@gz, .@roll; setarray .@k[0], getd(".@P" + .@roll + "[" + .@j + "]"), getd(".@P" + .@roll + "[" + (.@j + 1) + "]"); break; } } if (.@gz && .@gz <= 1) { announce "Congratulations! " + strcharinfo(0) + " just received " + getitemname(.@k[0]) + " x " + .@k[1] + " from PVP Gacha NPC", 0; } specialeffect2 248; } close;
  2. need to edit luafiles too.. hateffectinfo
  3. How do I create an NPC like this? It is not showing up in-game ? NPC id 10527 / GATE_SKYBLUE
  4. npc>re>quests>juno_monster_society.txt npc>re>intances>WeekendDungeon.txt
  5. try to use that .exe, if u're still got an error, read that carefully and follow the guides Kenneth.exe
  6. Check your data.ini and your grf, make sure u use the latest/updated
  7. hello guys, how can i disable auto get item after killed a MVP like that, i kill ifrit then i automatically get OBB on my inventory from ifrit....
  8. - script #mvp_drop -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,22)) // If mob has MOB_MVPEXP, it's an MVP. if (rand(0) < 0) //chnage % as your needs getitem 603,0; // your item id here } still same, i still auto got OBB after kill ifrit i dont wanna get that OBB or specific item, i wanna to turn it off
  9. i already try it, then how to use it? i mean i still get the item, i killed ifrit and i still get OBB on my inventory
  10. lol not mvp announcer, i ask how to turn off auto get OBB, ygg... ex : i killed baphomet then i got ygg from him and that ygg suddenly on my inventory
  11. hello guys, how can i turn off auto get stuff like OBB, YGG after killing a MVP ?? (the stuff automatically on my inventory) sorrry wrong post
  12. no one can help me to solve :'(
  13. Don't use 127.0.0.1, if u're gonna play with your friend althought its on same router/lan/wifi. If your friend use their own host/not same host with u, better u and him/her use hamachi to play. And its easy to configured
  14. Did U already setting ip address from hamachi to char, map, login, subnet.conf?? And dont forget to check your clientinfo.xml
  15. - script DayNight -1,{ OnClock0600: announce "Disgusting morning!",bc_blue|bc_all; day; setbattleflag "base_exp_rate", .bexp_rate*100; end; OnClock2300: announce "Disgusting night!",bc_blue|bc_all; night; setbattleflag "base_exp_rate", .bexp_rate*100 * 2; end; OnInit: set .bexp_rate, 300; //Change that 300 to your server exp rate if(gettime(3)>=6 && gettime(3)<23) end; else night; end; } try that
  16. yes i have 2 running server and 2 id, 1 for my pre-renewal server and 1 more for my renewal server
  17. hello, i make 1 login, 2 char and 2 map.. but login.exe always spam that (see picture) how can i fix it?? and sometimes i can auto disconnect from my client (doesn't restart map and char exe i think)..
  18. tried that npc, on my client it show that shadow circle too i think "hideonnpc" is the problem, cant load properly on my client... can anyone help me?? Bombring.txt lol ty, im so newbie haha...
×
×
  • Create New...