Jump to content

Mystery

Community Contributors
  • Content Count

    2635
  • Joined

  • Last visited

  • Days Won

    88

Everything posted by Mystery

  1. Woooo birthday tomorrow :)

  2. Thanks for taking the time to comment! I know some people may not like it because it's a very light theme, but I do try to aim for simplicity and lively themes since I don't like dark or dull themes myself
  3. Hi everyone! I'm back to show another design I've been working on. I would like to specifically thank KeyWorld. I created this theme because I was in awe with one of his sites that he created. So, here is my take on it. So far it isn't 100% complete, but it nearly is. What do you guys think of its look? The main news feed supports multiple RSS feeds generated in a single section (as seen in the last SS). This is not a done theme.
  4. No need to discuss in regards to selling. If you like, we can always PM.
  5. Mystery

    Z3R0 Here ;)

    Hahah okay good . We created a Plugin System here at Hercules (we only have this system) that pretty much allows people to create code without affecting the main source files (i.e. implement commands, functions): http://herc.ws/board/topic/549-introducing-hercules-plugin-manager/
  6. Mystery

    Z3R0 Here ;)

    Hello there Z3ro! If you are the same Z3RO from eAthena than yes, I do remember you Welcome to Hercules!
  7. True but then there leaves the questions: Will the app be useful? Will people use it?
  8. Still really in debate mode. Like, as to what things should even be in the app... how the app should work, etc. =/
  9. We can obviously see this posted at rAthena: https://rathena.org/board/topic/103133-ragnahosting-scammer/ We really don't need to continue this over here at Hercules to be honest. Both sides have been said which is more than enough. Here is my case and point. If you do not know how to load NPCs, Items, Mobs, and create basic NPC structuring (dialogue), sorry to say but you shouldn't open a server. Especially since it's coming down to you wanting your hosting provider to do everything for you. First step is to look at either rAthena and/or Hercules' wiki: http://herc.ws/wiki/Main_Page to start learning how to do basic things in running a server. Sorry if I may sound rude, but I'm being straight forward. Closed (as this can continue to get worse).
  10. Added the new third job sprite concepts: https://github.com/Mysteries/Mysterious-Project/commit/50aff1378d628fa31762666ef84f7432c3d56a42
  11. Thats what I presume... When you shut down the server, you shouldn't have any connections left (hence, shutting down the server). Now, if you were to keep just the map server alive and kill the rest, you can do... which then can lead to your question regarding @kickall.
  12. Ever since we introduced Mobile Responsiveness to Midgard Community's homepage, many users have taken advantage of going mobile and taking MC with them. Here are two pictures of statistics: In this picture, we can see that many people were sticking to Desktop modes to view Midgard Community prior to introducing Mobile Responsiveness. In this picture we can see many users are now shifting and using mobile devices and taking advantage of MC's new mobile responsive.
  13. If you're using rA than it should.
  14. You could try something like this: prontera,157,173,5 script Login Settings 100,{.@npcname$ = "["+ strnpcinfo(1) +"]";// dispbottom atcommand_login +""; // debuggingmes .@npcname$;mes "Hello, "+strcharinfo(0);mes "What setting do you want to change?";next;for ( .@i = 0; .@i < .total; .@i++ ).@menu$ = .@menu$ + .atname$[.@i] +"["+( ( atcommand_login & 1 << .@i )? "^00BB22On^000000" : "^FF2200Off^000000" )+"]:";.@s = select( .@menu$ ) -1;mes .@npcname$;mes "Status: "+( ( atcommand_login & 1 << .@s )? "^00BB22On^000000" : "^FF2200Off^000000");next;mes .@npcname$;if ( select( "I want to "+( ( atcommand_login & 1 << .@s )? "^FF2200disable^000000": "^00BB22enable^000000" )+" it", "Nothing" ) == 2 ) {mes "See ya.";close;}if ( atcommand_login & 1 << .@s ) {mes .atname$[.@s] +" is now ^FF2200Off^000000.";atcommand "@"+ .atcommand$[.@s] +" off";}else {mes .atname$[.@s] +" is now ^00BB22On^000000.";atcommand "@"+ .atcommand$[.@s] +( ( .@s == 1 )? " on": "" );}atcommand_login = atcommand_login ^ 1 << .@s;close;OnPCLoginEvent:if ( !atcommand_login ) end;for ( .@i = 0; .@i < .total; .@i++ ) {if ( atcommand_login & 1 << .@i ) {atcommand "@"+ .atcommand$[.@i] +( ( .@i == 1 )? " on": "" );dispbottom .atname$[.@i] +" is now On";}}end;OnInit:setarray .atname$, "Autoloot", "Main Chat", "@NoAsk";setarray .atcommand$, "autoloot", "main", "noask";.total = 3;end;} -Thanks to Annie You obviously need to make adjustments to this script.
  15. Yes it is. Also, why not setup a "test" server to test out the features? Also, search 'migrate' in our search box. You'll find some things.
  16. Hm, you can try using attached to the player that dies.. or use @ clone. I can't 100% confirm if the summoned would actually attack anything when the master dies... You're going to need to test it in-game.
  17. Why dont you just take the code from a free FluxCP theme that uses a RSS feed?
  18. Hello and welcome! On a side note, please don't advertise an unapproved paid service. Thanks.
  19. Only thing I can suggest for the DS sprites is, could you colour them/shade them with some RO colours/textures? To sorta match the game?
  20. Mystery

    @securiry

    Closing this topic since DRAMA is not needed. Dastgir has made a plugin for Hercules of this mod. If you guys have any disagreements, please solve it amongst yourselves in PM and not in topics. Thanks.
  21. Mystery

    [Help] Script

    Duplicate of http://herc.ws/board/topic/10494-help-sp-healing-script/
×
×
  • Create New...

Important Information

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