Jump to content

GiovanT

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by GiovanT

  1. try to use that .exe, if u're still got an error, read that carefully and follow the guides Kenneth.exe
  2. Check your data.ini and your grf, make sure u use the latest/updated
  3. 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....
  4. - 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
  5. 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
  6. 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
  7. 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
  8. no one can help me to solve :'(
  9. 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
  10. Did U already setting ip address from hamachi to char, map, login, subnet.conf?? And dont forget to check your clientinfo.xml
  11. - 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
  12. yes i have 2 running server and 2 id, 1 for my pre-renewal server and 1 more for my renewal server
  13. 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)..
  14. 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...
  15. i already try your script and nothing wrong....
  16. Here Just to add your message... prontera,153,175,6 script VIP BUFFER 908,{ sc_start SC_FOOD_STR_CASH,18000000,6; sc_start SC_FOOD_AGI_CASH,18000000,6; sc_start SC_FOOD_INT_CASH,18000000,6; sc_start SC_FOOD_VIT_CASH,18000000,6; sc_start SC_FOOD_DEX_CASH,18000000,6; sc_start SC_FOOD_LUK_CASH,18000000,6; sc_start SC_ATKPOTION,18000000,40; sc_start SC_MATKFOOD,18000000,40; sc_start SC_EXPBOOST,18000000,100; sc_start SC_JEXPBOOST,18000000,100; }
  17. Help, flux cp show nothing...
  18. yeah its disapear, but no NPC lol... i just wanna fix that circle shadow without disable the NPC
  19. dali 92 95 1@ge_st 109 55 i dont use any custom scripts yet... i just downloaded rathena last night and yeah GMT "Tournament healer" & "Tournament Guide" too... if i start the pvp with enemy that 2 NPC will hide right? both of them will hide as well but that circle shadow will show up too... thats distrubing haha....
  20. yeah that is from GMT, but on dali map there show that shadow too.. i think its invisible NPC... i want if there's invisible NPC that shadow circle didnt show up, is there cause my grf or .conf config?
×
×
  • Create New...