Jump to content

Nova

Members
  • Content Count

    69
  • Joined

  • Last visited

Everything posted by Nova

  1. Updated the thread! Some of our new content such as Geffen Magic Tournament has videos created by one of our players, Mawile. Hope you enjoy watching them, and come join us at NovaRO!
  2. Credit to Tokeiburu : http://www.mediafire.com/download/7hcz6u9vl4vjhb4/newprontera.grf
  3. Autovendors don't really make servers laggy though. They only lag players if their PCs can't handle it, and that's why you generally put them in vending maps.
  4. Yeah, and if your players patch up kRO, the iz_in02 map as well as the iz_int maps are replaced and they'll get black voids. I had to patch in the old versions to my GRF. :]
  5. The strangest thing is how it was working extremely well, but just for me. Really wish I could figure out what caused it, would make boxes so much better looking.
  6. I tried using this on my server a while ago, I use a 2013-12-23 client, and though it worked perfectly fine for me, 80% of my server had the same bug you did, and their client would crash after clicking any of the item links.
  7. Quick question, any reason why you chose grfbuilder instead of GRF Editor? grfbuilder doesn't seem to have been updated in a while now and GRF Editor is easily the tool I use the most.
  8. XO jeez all these simple scripts not working for me. Here, I'll PM you so we can work it out more quickly.
  9. Huh weird, let's tone that down then. prontera,158,180,4 script MapCheck 4_F_CAPEGIRL,{mes getmapflag(strcharinfo(3),mf_zone);close;} If that won't work, maybe prontera,158,180,4 script MapCheck 4_F_CAPEGIRL,{dispbottom getmapflag(strcharinfo(3),mf_zone);end;}
  10. Haha I just went back to edit my post, sorry :] Just to make sure, you've already set your custom map zones right? And they're loaded?
  11. I'm not running Herc so I can't test for you, but check this line. getmapflag(strcharinfo(3),mf_zone); If it returns something higher than 1 we should be able to do this easily. Obviously test it on a zone you've marked as your custom zone. Uh, I'm not quite sure how experienced you are with this stuff. I'll clarify just in case, I mean no disrespect. prontera,158,180,4 script MapCheck 4_F_CAPEGIRL,{mes "Mapflag: "+getmapflag(strcharinfo(3),mf_zone)+"";end;} After activating your mapflag in the map_zone_db file and reloading those.
  12. Just make 3 custom items, an NPC that checks what your citizenship is, and gives you the appropriate "Citizen ID" item. Each one of the items can be something like this: 100000,Rune-Midgard ID,Rune-Midgard ID,11,0,,0,,,,0,0xFFFFFFFF,63,2,,,,,,{ warp "prontera",150,180; },{},{} Obviously change the item ID, Name, and script to fit whatever you want it to be. If you need more help with this feel free to PM me tomorrow, I'm headed to bed.
  13. Nova

    RagnaHosting Scammer !

    His cussing is obviously him quoting you, you can tell by the way you cropped the screenshot. Why don't you post the full conversation instead?
  14. Your multi-level up conf should be set to yes still. sd->status.base_exp -= next; //Kyoki pointed out that the max overcarry exp is the exp needed for the previous level -1. [skotlex] if(battle_config.multi_level_up && sd->status.base_level < 80 && sd->status.base_exp > next-1) sd->status.base_exp = next-1; Just remove the ! and it should be fine I believe.
  15. I've heard this rumor a lot which is why I disabled it on my server. I can't say I've ever seen it confirmed.
  16. I imagine he wants an NPC to "Socket" Middle Headgears (Give them a slot)
  17. ...That actually looks kind of cool. Did not know that command existed. If only Guild Names and emblems stayed at the bottom. Looks pretty great for guild-less chars though.
  18. Ah sorry about that! I should have checked.
  19. I replaced all of your OnTouchNPC: with OnTouchNPC: .@mob = getattachedrid(); and your //unitwarp 0, "this", -1, -1; with unitwarp .@mob, "this", -1, -1; Though you know what, I like unitskilluseid .@mob,26,1; better. Also added moro_vol,0,0,0,0 monster Incarnation of Morocc 1918,15,0,0,0moro_vol,0,0,0,0 monster Incarnation of Morocc 1919,15,0,0,0moro_vol,0,0,0,0 monster Incarnation of Morocc 1920,15,0,0,0moro_vol,0,0,0,0 monster Incarnation of Morocc 1921,15,0,0,0moro_vol,0,0,0,0 monster Fire Condor 3020,30,0,0,0moro_vol,0,0,0,0 monster Fire Sandman 3021,30,0,0,0moro_vol,0,0,0,0 monster Fire Frilldora 3022,30,0,0,0moro_vol,0,0,0,0 monster Fire Golem 3023,30,0,0,0moro_vol,0,0,0,0 monster Fulbuk 3027,10,0,0,0 From the Divine-Pride.net database, but sadly I can't find too much mob info on these mobs. Are they supposed to be this weak?
  20. Nova

    Midgard-Community

    It's refreshing to see how much work you're putting into this, wish you the best of luck!
  21. I think RMS has a much stronger pull than all the votesites combined, but at the same time, I'm of the philosophy that if a single player joined and stayed due to a vote site, it was worth it. Sadly I haven't kept track of my traffic, but when I first started my server up, I didn't intend on using a V4P system, and the players really really wanted it.
  22. Remove the gettime(4)==4 in both sections. if( gettime(4)==5 || gettime(4)==6 )
  23. announce "Weekend Exp Event(Base:"+.br/100+"x, Job:"+.jr/100+"x) is active!!",bc_all,0xFF6060; to announce "Weekend Exp Event(Base:14x, Job:14x) is active!!",bc_all,0xFF6060;
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.