Jump to content

Legend

Members
  • Content Count

    375
  • Joined

  • Days Won

    5

Reputation Activity

  1. Upvote
    Legend got a reaction from Dastgir in Plugin Collections   
    I hope @Dastgir updates and includes this in his Plugins Collections http://herc.ws/board/topic/11587-maxlvexpgain/

  2. Upvote
    Legend reacted to Temtaime in New life for RO   
    Hello everybody !
    I'm working about two years on writing a complete new RO client. I hadn't so much time, as I'd wish, but now it's almost ready for a basic gameplay.
    So what are the advantages of having own RO client ?
    RO doesn't depend anymore on Koreans. It gives an ability for releasing of any new feature, whatever the players want: new 3D mobs, dynamically generated locations, everything you want.
    The client is cross-platform and can work on Windows, Linux, Mac OS X and Android natively.
    Thanks to using of new computer graphics features, the client works faster, consumes fewer resources, providing better graphics. For example, it loads a location instantly(to be more precise, it takes ~15 ms to load a map) - so no waiting anymore !
    What are the features we have today ?
    Dynamic shadows and per-pixel shading(no strange blur on the ground anymore!).
    Correct rendering of all the sprites and locations including all the animations on the locations.
    Rendering the best part of effects.
    The most part of UI.
    All the network communications with server.
    But there are some missing features: some part of UI(skill UI for example), and some in-game interactions are missed. But all these will be fixed soon.
    I would find those who are interested in that project, because it will be the only project, which will be used on the servers providing better game experience.
    Also, a development of the project requires some means and other help, so if you have a mind and in the position, you can write to me in PM or in these comments.
     
    Some screenshots:






  3. Upvote
    Legend reacted to Tokeiburu in NPC jump onbuy item   
    You can use this (it's based on rAthena, I haven't tested on Hercules ;x. I presume it's compatible though!).
    - shop #annie_shop -1,501:50,502:50,503:50 prontera,155,155,4 script Annie Shop 757,{ callshop "#annie_shop", 0; npcshopattach "#annie_shop"; end; OnBuyItem: .@map$ = .jmpmaps$[rand(getarraysize(.jmpmaps$))]; getfreecell(.@map$, .@x, .@y); specialeffect EF_TELEPORTATION2; // For the teleport effect unitwarp getnpcid(0), .@map$, .@x, .@y; dispbottom "Teleported NPC to " + .@map$ + " (" + .@x + ", " + .@y + ")"; end; OnInit: setarray .jmpmaps$, "hugel", "yuno", "comodo", "xmas", "aldebaran", "izlude", "payon", "geffen", "morocc", "prontera"; end; }  
  4. Upvote
    Legend reacted to Habilis in [Dev's Diary] Minimal $ Ragnarok online server & comunity   
    Day ... Hell if I know:
     
    Using the theme I had
    http://webapplayers.com/homer_admin-v2.0/landing_page.html
     
    I designed the home page (needs some more work like for timer and other) 
    But this how I wanted my home page to look.
    It's completely adaptive.
    And I finally put to use my personally developed Ragnarok captcha,
    at the register section.
    DISCLAIMER : 
    NOT AN ADVERTISMENT
    Server name HabilisRO is fictional, made up for the purpose of this Dev's Diary. All matches with the existing servers are a coincidence. 

     
    Ow and should I mention the Special Thanks ?
    Special thanks to Daifuku for providing free graphical content.
     
    There will be a link to her profile...
     
     
  5. Upvote
    Legend reacted to Habilis in [Dev's Diary] Minimal $ Ragnarok online server & comunity   
    Done some logo work
    Using Daifuku's Freebie

     
  6. Upvote
    Legend reacted to Habilis in [Dev's Diary] Minimal $ Ragnarok online server & comunity   
    UPDATE: Now That I have the Logo
    I can start doing stuff with it
    Like
    Creating a login screen
    and
    Making a screenshot watermark (Thingy that appears in the bottom right corner on screenshots)

     
    Nextup, some loading screens.....
  7. Upvote
    Legend reacted to Easycore in Avoid players to attack   
    Add a custom mapflag
    http://herc.ws/wiki/Adding_New_Mapflag
    And finally open battle.c, find:
    switch (t_bl->type) { case BL_MOB: // Source => PC, Target => MOB if (pc_has_permission(s_sd, PC_PERM_DISABLE_PVM)) And replace for:
    switch (t_bl->type) { case BL_MOB: // Source => PC, Target => MOB if (pc_has_permission(s_sd, PC_PERM_DISABLE_PVM) || map->list[m].flag.yourcustommapflag)  
  8. Upvote
    Legend reacted to dualityDiscretion in RO Webcomic [FIN]   
    Aah thanks a lot! 
     
    Thanks ;3
     
    --
    This week's update~

    Despite all the hardships, Joshua's finally finished the tests and proved himself worthy to be a Wizard!
     
    https://tapas.io/episode/707953
  9. Upvote
    Legend reacted to dualityDiscretion in RO Webcomic [FIN]   
    I... don't even know what to say about Grace's new uniform in this week's PP&P...
     
    https://tapas.io/episode/715430
  10. Upvote
    Legend reacted to dualityDiscretion in RO Webcomic [FIN]   
    And they're off to try their new 2nd job skills! but... Grace, what are you doing?!
    https://tapas.io/episode/723153
  11. Upvote
    Legend reacted to dualityDiscretion in RO Webcomic [FIN]   
    Grace just won't stop fooling around, but, how did she just kill that?!
    https://tapas.io/episode/731031
  12. Upvote
    Legend reacted to Easycore in Trading an item and triggering a function   
    Open src/map/trade.c, find:
    // save both player to avoid crash: they always have no advantage/disadvantage between the 2 players if (map->save_settings&1) { chrif->save(sd,0); chrif->save(tsd,0); } Add below:
    npc->event_doall_id( "OnTradeEvent", sd->bl.id ); npc->event_doall_id( "OnTradeEvent", tsd->bl.id );  
    Test NPC:
    - script TradeTest FAKE_NPC,{ OnTradeEvent: mes "Hello, world!"; close; }  
  13. Upvote
    Legend reacted to Habilis in [Dev's Diary] Minimal $ Ragnarok online server & comunity   
    day 360+X .... Alright, I decided to stop doing it this way.
    I Will rethink my way of doing it
    So far what I have
    - .com domain name I bought for 0.99 $
    - Hercules Emulator running on my Raspberry Pi 
    - I'm using graphical content from downloads section to make loading screens and login screens, watermark etc.
    - I'm using graphical content kindly provided by Daifuku, in the downloads section to create banners and web content
    - I adjusted few plugins and scripts (Publicly available on hercules forum) to work with my server
    Poring count (Automatic event) Goblin invasion (Automatic event) Treasure box hunting (Automatic event) And many more which I downloaded but not integrated yet And yes they all work as expected, and no I don't care if they are written by a monkey...
    As users don't see the code, the only thing that matters is that they work as expected.
    If they don't, I make them to.
     
    - I have few licenses of responsive bootstrap themes, I bought them back in 2015.
    http://webapplayers.com/homer_admin-v2.0/landing_page.html
    I will use this one to create my website. (Soon screenshots will be available)
    It is possible to use a free bootstrap theme, but since I already have that one I will use that one...
     
    - To write BackEnd, I will use Laravel Framework.
    - I will apply Let's Encrypt free SSL certificate so that my ro site would use https://
    Wait for screenshots.
     
  14. Upvote
    Legend reacted to Dastgir in Ragnarok Unpacked Clients Repository (RUCR)   
    RUCR
    Hello Hercules Community,
    I was working on RUCR this month and I am happy to announce that it's complete. The Site contains all Ragexe(upto 2016-07) and RagexeRE from 2014, fully unpacked.
    It would be great if there will be no mirrors, I would be keeping this web up and running, so mirrors won't be needed.
    Also, if you find any clients missing, you can post it here, and I will check if that can be uploaded.
     
     
    Repo Link: DISABLED
    Enjoy
     
  15. Upvote
    Legend reacted to Habilis in What else could Habilis do with his Raspberry Pi ?   
    Hello It's me again (Oh noooo!)
     
    Alright, did you ever had this awkward feeling, that you have done nearly everything on your Raspberry Pi and short of ideas and looking for new stuff to do on your Raspberry Pi?
    Well, that's kinda my situation here...

    I've done nearly everything? things that I've already done:
    - Custom SSH Welcome Screen (Made myself because everything I've found out there was missing key information I wanted to have at every login...)
    - Many Websites with free Https:// SSL certificate with A+ grade and email 9/10 grade so taht my spamms would go to inbox instead of spam folder...
    - Ragnarok Online Private servers Hercules and rAthena (I liked to work with Herc better )
     
    - MineCraft private server (LOL waaaaaat?)
     
    - My personal self hosted Cloud storage (Like DropBox) with OwnCloud NextCloud 
     
    - GIT repositories management app GOGs
    - Web Note taking APP (Like Evernote) Paperwork
    - A solution allowing  Automatically backing up a list of databases  into a password protected archives and send them to a cloud (DropBox GoogleDrive etc.)
    Put together myself, as solution available are part of complex expert systems...
     
    - Cloud  web IDE cloud 9 Allowing me to code anything anywhere (any computer with a web)
     
    It's allowing me to Edit configs, NPCs, sources and  plugins of my live server
    then just rebuild it using integrated command line, super useful....
    - I run till today an OSMC media player capable of running Youtube on my 49" tv and streaming portals to watch Hentai and Kawai Anime Friday after shool!
     
    So, yeah, I'm looking for new challenges but feels like that's all this world has to offer... and it was easy...
     
    Any ideas?
    Just remember, I'm a school kid. I have money just for chewing gum and lunch at school.
    Things to do have to be Public or Semi Private or Private that you can provide for free or OpenSource
     
     
     
     
  16. Upvote
    Legend reacted to Dastgir in Add disabled_status to map_zone_db.conf or mapflag   
    https://github.com/HerculesWS/Hercules/pull/1781/
  17. Upvote
    Legend reacted to Dastgir in @pk patch v1.1   
    I recently updated the plugin: https://github.com/dastgir/HPM-Plugins/blob/master/src/plugins/%40pk.c
  18. Upvote
    Legend reacted to Dastgir in Plugin Collections   
    Fixed @pk 
    https://github.com/dastgir/HPM-Plugins/commit/fcb9713db364f73f8508eaddf347f30f4946c228 : Cannot Damage self now
    https://github.com/dastgir/HPM-Plugins/commit/9d7f980a97ae97b66df2d005a2c8cb807b1d35c0 : Added config for maps where command can be used and where pk'ing is allowed
  19. Upvote
    Legend reacted to bWolfie in Add disabled_status to map_zone_db.conf or mapflag   
    I was thinking, how about a disabled_status mapflag or map zone conf?
    How it would work is whenever 'SC_STATUS' is specified in that mapflag (or map zone?), it will automatically end or not allow that status to take place.
     
    Example hypothetical mapflag:
     
    prtg_cas01     mapflag    nostatus    SC_ASSUMPTIO  
    In this instance, when on the map prtg_cas01, even if a player can use a skill which does this status (i.e. Assumptio, High Priest Skill), the status will not take effect.
    And any new players entering this map will automatically lose SC_ASSUMPTIO.
     
    Or it could work in map_zone_db.conf. This example would do the same as above for Blessing and Assumptio statuses.
     
    disabled_status: {       SC_ASSUMPTIO: true       SC_BLESSING: true }  
    Erm, just throwing an idea I thought of out there. Let me know what you guys think.
    Even if it's not suitable for official herc, maybe it will inspire someone
  20. Upvote
    Legend reacted to kyeme in Add disabled_status to map_zone_db.conf or mapflag   
    My old suggestion here: 
     
  21. Upvote
    Legend got a reaction from java in worldmap.jpg   
    @java
    Worldmap.jpg
    Midgard_north.jpg
    Pasta.jpg
  22. Upvote
    Legend reacted to Sephus in Achievement System Pull Request   
    Hi,
    Achievement.conf files are available in db/<pre-re or re>/ folders. Edit as you will.
    There's also an achievement.conf generator in the tools/ACHConfGen folder that will generate your configuration files if you have an achievement_list.lub file in the folder.
  23. Upvote
    Legend reacted to meko in Recent changes to the Hercules engine   
    Update: June 9 2017
     
    New script commands:
    add_group_command isstr getarrayindex  
    Modified script commands:
    readparam specialeffect can_use_command  
    Deprecated script commands:
    specialeffect2 superseded by specialeffect misceffect superseded by specialeffect pow superseded by the exponentiation operator
  24. Upvote
    Legend reacted to jTynne in Popping in to say, "Hello!"   
    Howdy, everyone!
    I can't remember the last time I was on here or looked at RO-related content. Someone asked me to update an old script of mine about a week ago, then I just saw Ziu's livefeed leveling a professor, and I decided to pop my head in here to see what was new, say howdy to old friends, and generally reminisce.
    I definitely miss RO and especially this community. I miss the fun I had creating content, even if I or my staff were the only people to actually enjoy it. (Lol.)
    If anyone out there reading remembers me, what have you been up to the past few years? I'm finishing up two Masters degrees, teach, and perform a bit.
    I never anticipated RO to play such a huge role in my life for literally a decade, but I'm grateful for the game, grateful for this emulator -- including the developers, staff, and many supporters it has/has had since its creation. I am totally out of the loop with regard to how this project is going these days, but I wish it only the best.
    If you're an oldbie from Herc, the other project, one of my servers, or simply remember me, I'd love to hear from you. Shoot me a message sometime.
    Thank you, Ind, Jman, and all the countless others who helped me along the way.
    Until soon,
    jTynne/Justin
  25. Upvote
    Legend reacted to Daifuku in Ragnarok Forum Badges   
    View File Ragnarok Forum Badges

    thanks again arana, I remember how much fun we had working on these. ♥
    Submitter Daifuku Submitted 06/07/17 Category Other Graphics  
×
×
  • Create New...

Important Information

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