Jump to content

xeNium

Members
  • Content Count

    48
  • Joined

  • Last visited

Posts posted by xeNium


  1. Head on over to our FluxCP repo as we have our own for Hercules.

    attachicon.gifScreen Shot 2014-07-03 at 9.31.51 AM.png

     

    The best bet for you is to go through our commit history (https://github.com/HerculesWS/FluxCP/commits/master) and manually add the changes (that are needed to make your FluxCP compatible with Hercules) to your FluxCP.

     

    My rAthena FluxCP currently is compatible with Hercules, item, monster db seems to be fine, do you know major issues with rAthena FluxCP when connected with Hercules server platform? Yesterday, item db seems to be not working properly, I am downloading someone files and now it working.


  2.  

    "C:/# 17 Mei 2014/Ragnarok Online/Server/# 28 Mei 2014/Client/ro.grf"

     

    the path should not countain "#" ... Here I even took out the spaces. Look:

     

    {	"resolution" : [ 1680, 1050 ],	"data" :	{		"ropath" : "C:/Users/Patricia/data",		"grfs" :		[			"C:/Users/Patricia/data.grf"		]	},	"moveconsole" : true,	 "defaultmap" : "prontera"}

     

    Done, now it does not crash, just black screen O:

     

     

    {

     "data" :

     {

       "ropath" : "c:/games/gravity/ro",

       "grfs" :

       [

         "c:/games/gravity/ro/data.grf",

         "c:/games/gravity/ro/rdata.grf"

       ]

     },

     "defaultmap" : "prontera",

     "threadedrendering" : true,

     "backgroundworkers" : true

    }
     
    Edit: It works with default .grf but does not work with custom .grf from my servers, hiks!

  3. Then easiest way you have to do that is disabling the warp system from your woe controller and make a separate NPC warper to your castle.

     

    Done, it working, it enable me to talk to the NPC when the WoE is enabled but does not want to respond if the WoE isn't enabled, the only problem left is, how i can tell them my WoE Schedule?

     

      mes "This castle is not open at the moment.";

     mes "This castle will be open again only during the next WoE session:";

     mes "Day: ^0000DD" + .daysOfWeek$[.woe_day[.woe_index]];

     mes "^000000Start time: ^00DD00" + .woe_0_str$[.woe_index];

     mes "^000000End time: ^DD0000" + .woe_1_str$[.woe_index];

     

    Anyone could modified it for me? I am using Euphy WOE Controller


  4. Mhmmm... You can do a simple change on that script.

     

    I HAVEN'T TESTED IT, but perhaps you can do this simple trick:

     

    FIND:

    	    if(getgmlevel() >= .gm_access)			select(				"Warp to Castle Grounds",				"View Castle Owners",				"View all WoE times", 				((!.state)?"Start next WoE":"End current WoE"),				((.state)?"":"Skip next WoE session")				);		else			select(				"Warp to Castle Grounds",				"View Castle Owners",				"View all WoE times");

     

    Change both texts that read this:

    "Warp to Castle Grounds", 

     

    to this:

    (( agitcheck() || agitcheck2() ) ? "Warp to Castle Grounds" : ""),

     

    Try and test.

     

    No, I mean I am trying to replacing the warp, example prt_gld to prt_cas01, not editing the woe_controller. Changing the warp script on prt_gld and replace it with a NPC warp using 723 NPC sprite. Beside that I heard Toastys WoE Controller is a little bit laggy during WoE so I switched back to Euphy WoE Controller because I figured out how to make a waiting room like Toastys waiting room (It's not a countdown but at least it tell us the time used by the server computer, hope I can found a countdown version).


  5. Is there any way to prevent anyone to enter the WoE castle maps If the WoE isn't activated? for example, If you click the Warp NPC (I heard normal warp does not able to have script) it will ask you, do you want to teleport to the WoE castle or not, but before that, If the WoE isn't activated (for example, the WoE castle maps activated at 07:00 AM and end at 08:00 AM and 08:00 PM - 09:00 PM, both on Saturday but you click the Warp NPC at 6:59 AM and 07:59 PM Saturday, so the Warp NPC will prevent you from entering the WoE castle maps)

    Is there any way to do that?

    WoE Schedule, Friday 06:00 AM - 07:00 AM, Friday 07:00 PM-08:00 PM, Saturday 05:00 PM - 06:00 PM


  6. Last time I played on a Ragnarok Online Private Server, they got multiple Points system, such as PvP points (PvP on Battlegroud, PvP Tournament, Deatmatch, not a 1vs1 PvP, the winner got the PvP Points), Quest Points (Do daily quests and you will got quest points), Vote for Points, Donation Points, how I can do that too? I want to make a custom shop like that, is anyone know how to do that trick?


  7. Is there any updates about Quick Refine and High Refine like this NPC Script for Hercules?

    The original revision kinda old, 2.9 and then modified by Kenedos for the Qucik Refine features, he also add High Refine but that's standalone script, does not need to remove the original refine.txt.


  8. replace  this line

    savepoint "prontera",156,199;

     

    with

    getmapxy .@m$, .@x, .@y, 0;

    savepoint .@m$,.@x,.@y;

     

    Okay, here we go for the conclusion

     

     

      case 1:

     cutin "kafra_06",2;

     getmapxy .@m$, .@x, .@y, 0;

     next;

     mes .n$;

     mes "Current Location:";

     mes "[ ^FF0000"+.@m$+" ^000000(^3366CC"+.@x+"^000000,^3366CC"+.@y+"^000000) ]";

     next;

     if(select("Save respawn point:Cancel") == 2) {

       mes "We, here at LegendaryRO Helper";

       mes "Corporation, are always endeavoring to provide you with the best services. We hope that we meet your adventuring needs and standards of excellence.";

       cutin "", 255;

       close;

     }

     else {

       mes "You have reset your respawn point to ^FF0000"+.@m$+"^000000!";

       savepoint .@m$,.@x,.@y;

       cutin "", 255;

       close;

     }


  9.  

      case 1:

     cutin "kafra_06",2;

     savepoint "prontera",156,199;

     callfunc "F_KafEnd",0,1,"in the city of Prontera";

       close;

     

    Is there a way, I can savepoint exactly current location of the player when he execute the case 1? I don't like the specific savepoint like savepoint "prontera",156,199 because I am using duplicate NPC, so it will be weird if they execute the case 1 in Alberta but their savepoint is in Prontera


  10. xeNium I guess "#" counts as weird character... in my case "!" counted.

     

    @edit

    Also the "change username at control panel" mentioned was cause my username had a strange character ( í ), so it's for exclusive cases only...

     

    My username at control panel also, xeNium

    I also have tested it too on my 2nd computer (I have laptops and unused computer) and I put it on the desktop

    NVIDIA GeForce GTX 770m, support 4.4 OpenGL, ah I think somehow it require something that both of my computer and laptops don't have, do you got other BrowEdit version?


  11. At the config, if by a reason you are inverting the slash "" with "/" then, you'll have a crash.

     

    Alternatively, if your windows username has a weird character, you'll have an error (like chinese, or spanish accent, something like that). You'd have then, to change your username at the control panel in windows.

     

     

    {    "resolution" : [ 1920, 1080 ],    "data" :    {        "ropath" : "C:/# 17 Mei 2014/Ragnarok Online/Server/# 28 Mei 2014/LegendaryRO/Client",        "grfs" :        [            "C:/# 17 Mei 2014/Ragnarok Online/Server/# 28 Mei 2014/Client/ro.grf",            "C:/# 17 Mei 2014/Ragnarok Online/Server/# 28 Mei 2014//Client/mro.grf"            "C:/# 17 Mei 2014/Ragnarok Online/Server/# 28 Mei 2014/Client/data.grf",            "C:/# 17 Mei 2014/Ragnarok Online/Server/# 28 Mei 2014/Client/rdata.grf"        ]    },    "moveconsole" : true,    "defaultmap" : "caspen"} 

  12.  

     

     Not only this release is beta, there are few important changes need to note of: You now may modify the icon, code sign after pack configuration data. Some configuration entries are deprecated. Additionally, as you can tell, script support is coming...

    Thor Patcher release(version - 2.6.*.*) is beta and can contains bug, also there is new version, which you might check.

     

    Nah, I don't want to stress my mind more than this, lol.


  13.  

     

    I don't see any errors in your screen shot. or you are talking about your CMS table's width?

     

    Yes, also https://www.dropbox.com/s/hemt5js70yan5hh/5.png

     

    Is that supposed to be like that? The register image is cutted to be 1/4 of the full image.

     

    Maybe its your browser problem, I don't encounter any image cutting, (visited your site from image url)

     

    Perhaps, ah beside that, I will deal with the FluxCP later, I must finish the server first, lol.

    Eh, what do you think about me? I am a teenager that's addicted to build a non-profit community (I am choosing to build a community by making a game server and a forum) and loves classic games (that's why I choose RO rather than RF Online, RO in my country isn't really popular anymore, they're moving to RF Online, Point Blank, Dragon Nest).

     

    So, I am not really experienced with RO server, but when I say, I will build it, I will build it seriously, and honestly, with deep frustating, I am shame to admit that sometimes if I had no idea at all, I will copy others work (of course, without downloading but re-scripting it, myself, from scratch, only take the main idea, but still, that's not a good reason to copy others, isn't it?), as I said, I had a non-profit community, which means, our money colour isn't green, but red, lol, in another mean, low budget, perhaps I only can bought paid Guard (such as Internal Guard) and Custom Items, Events, Quests, Mobs, and Maps at low number, other things like website theme, thor theme which sometimes had incredible unbelieveable prices, very expensive.

     

    So, do you think my flaw project had a chance to fight in the tight RO server community? I mean, how many players I can got, if my server isn't really special.

    Beside that, do you know seller that sold lots of custom things at a low prices?


  14.  

     

    gat, rsw, gnd must be inside ROFOLDERdata . and for the bmp ROFOLDERdatatextureÀ¯ÀúÀÎÅÍÆäÀ̽ºmap

    mp3 files are inside ROFOLDERBGM and you need to add it here: mp3nametable.txt

     

    files you need to edit:

     

    serverdbmapindex.txt

    serverconfmaps.conf

    ROFOLDERdataresnametable.txt

    ROFOLDERdatamapnametable.txt

     

    Use weemapcache

    http://rathena.org/board/topic/53424-weemapcache/

     

    What's resnametable.txt do?

    resnametable.txt makes a duplicate of map(the duplicated map files need not to be renamed and packed in GRF)

     

    Beside that how I can change the default of main town or save point? So after they finish their first quest from "Training Grounds, new_1-1" map, they will redirected to the new main town and automatically save point there.


  15.  

    It does not give any Extra StatusPoints

    It is Rebirth System , which allows to rebirth unlimited times

     

    Would you make those two features become optional? I want to give extra status points to the player and limiting how many rebith you can do.

    Added at v1.2

     

    Thank you, a rate for you.

×
×
  • Create New...

Important Information

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