Jump to content

ToiletMaster

Members
  • Posts

    276
  • Joined

  • Last visited

Posts posted by ToiletMaster

  1. Hi Guys,

     

    Currently i have a  small request for a script to be made.

     

    Example would be there is an npc that gives you an apple which will be refreshed every 15 minutes,

     

    it will also display how long before the next apple is possible to gain. Within that 15 minutes, the npc will just be saying to wait till

     

    15 minutes from where the last apple was taken.

     


     

    Additional Info

    -------------------

    Apple was taken at 17:03 minutes, next apple can only be taken at 17:18 minutes. regardless of who the player is.

     

     

     

    Hope it's enough information.

  2. Hi there guys,

     

    Would just like to ask, is it possible to play private RO with Mac?

     

    as i know it's supported and i did browse around using google and found some sites that managed to play RO in mac with little problems.

     

    So is any rAthena users here using Mac that can clarify? 

  3. You are using custom 3d models isn't it? (I can tell by looking at those lamps)

     

    Browedit rev 586 tends to crash with custom rsm, (something I've encountered only by xarple's tool) and it is something that rev 620 doesn't.

     

    Try this:

     

    1 - Do a backup of your map

    2 - Open it in browedit 620

    3 - Use clean map edit tool

    4 - select only to clean objects

    5 - save your map

    6 - Try to open it in browedit 586

     

    ^ If this works then do this:

     

    1 - Find and extract any dummy rsm model in your data.grf

    2 - Make a backup of your custom rsm model

    3 - replace your custom rsm model, with the dummy rsm you extracted from data.grf

    4 - Bring back the map backup you did

    5 - Now open the map with browedit 586

     

     

    After you re-save with browedit 586, then, bring back your rsm model backup and test in game.

    Hi Olrox,

     

    I did not use any custom rsm model (to be honest i dont even know how haha)

     

    i used all the models in data.grf and rdata.grf only.

     

    anyways, let me try and see if it works.

     

    edit:

     

    It works! I managed to open it back in 586! however, i'm not sure of the custom rsm model as i honestly did not add anything out of the ordinary.

    What steps should i proceed for this?

  4. Hi guys, i understand that this is a common problem, and i've already edited my map to water level -20

     

    however when i move around it still happens for the black patch of spot, any help perhaps?

     

    here's a picture to see what i mean, when you move then the textures will come back >_> but the black patch will follow wherever you go lol.

     

    I've saved in rev 620 if it helps, this map previously had issued with opening on 586 which Syouji recommended.

    post-7000-0-77371500-1366904337_thumb.png

  5. Maybe the user doesn't have privilege to be logged in from your IP.

     

    If you want allow all IPs to login, create the user as:

     

    CREATE USER 'username'@'%' IDENTIFIED BY 'password';

    The % above tells that all IP addresses can login

    If you want connections only from 192.168.0.1 or localhost put there.

     

    See Step 5 in http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html for more details.

    Hi Digos, I believe i know what might be causing it, but i don't really know to change it.

     

    As currently i'm using VMWare to use 2 OS, (Not yet inserting into the VPS as of now),

     

    So my windows 8 OS does have mysql running which i believe conflicts my CentOS 6.4 in my VMWare.

     

    As it uses my Apache Port automatically, 443 which i had to change manually for it to work. Therefore i think MySQL Workbench would be the same.

     

    Only problem is that i can't change it due to permission issues with the folder or perhaps i don't know how ._.

  6. I guess that you can install it on your pc and connect remotely to your db.

    Well i managed to install the MySQL part. However it's slightly different from windows though, as windows MySQL provides a default MySQL Connection already, known as MySQLForExcelConnection something like that, for linux's version, it doesn't have any connections there

     

    and i'm getting errors all over the place stating that it can't connect to each other.

     

    i'm always getting this error on MySQL, i can't seem to find a way to fix this.

    MySQLConnectionError_01.png

  7. Although i'm not at home therefore i can't test directly on this.

     

    However, what about installing mySQL Workbench for CentOS 6?

     

    I managed to google up some links that provides links to download this.

     

    Would it be possible to go for this?

     

    On a side note,

     

    Thanks for all the support you've given me so far Digos!

  8. Visual access like VNC isn't needed. You'll use just a SSH client (Putty) and maybe a SFTP client.
     
    I use CentOS for about 6 years to host ragnarok servers and it always works fine.
     
    So I reccomend CentOS 6.x 64bit and follow this guide http://rathena.org/wiki/Installation_(CentOS) to setup your ragnarok server.

    Thanks Digos for providing an insight,

     

    however correct me if i'm wrong but i would need visual access in order to enter MySQL and check on my map/login/char server is that right?

    Currently i'm gonna run on dual OS  (windows 8 + CentOS 6.4) and hopefully this thing out lol, right now it's installing the packages and i guess once i get familiarised with this it shouldn't be any problem on the other side.

    Okay here's another update, i manage to rundown most of the things CentOS provides.

     

    However currently the only issue i'm facing now would be MySQL settings.

     

    How do i enter MySQL inside CentOS? I already followed all the guide but i understand the password is still s1/p1 how do i change that?

  9. Hi guys, currently i'm actually testing a VPS server for Ragnarok online.

     

    To be honest, i'm not fond of linux at all especially this is my first time hosting on a VPS Server.

     

    Currently from what my knowledge is, Putty is meant as a terminal to connect from client to server.

     

    And then using this putty, we should be able to download some screening software such as

     

    VNC or x2Go, FreeNX. However right now i'm stuck on choosing the OS that's best fit for RO.

     

    Is it possible if someone could guide me along the way? As in posting perhaps some lines or any guides that would help someone that has lack of knowledge towards Linux?

     

     

    Thanks,

     

    TM

     

    ------

     

    These are the OS that i can select for my VPS, but really not sure on which one to go for.

     

    Additional Info:

     

    I have root access if that helps.

    post-7000-0-85799500-1366534160_thumb.png

  10. I don't know what you say on this side request, but in those fake cards you can put into your items as if it was the Apprentice Craftsman, you can make use of almost any script command or bonus you have available, so you can also refer to the item_bonus documentation and existing item script without any problem.

     

    For example:

    bonus bMaxHPrate,15; 
    

    on your item script yould mean Max HP+15% for the user who has this equipped.

     

     

    Ah! I never thought of it! Thanks for this! This would definitely help out in terms my request xD. but what i was more or less saying would be that example i go payon dungeon, i killed a familiar and it dropped a knife stating (potential item) therefore once i unidentified it, it'll automatically placed the cards inside of maxhp+15% or str+3 depending haha on a random basis based on the item scripts that i've placed in.

  11. Thanks for the information! I'll look it up and see how it goes!

     

    But if let's say i have one more side request... cause actually i got confused in the end and ended up putting the request wrongly lol,

     

    if you've played maplestory, each equipment that could be a potential item. Therefore this item must be identified and once unidentified,

     

    it'll show new stats coming out like max hp+15% str+9% all stats+3% something like that. is it possible to script this out?

     

    Regards,

     

    TM

  12. Thanks icabit but this requires source modification haha,

     

    Hopefully there's a method to do this without going through source modification.

     

    I appreciate the suggestion though! It does help!

     

    Yes it is possible. Either:

    • You create all your items one by one on the DB and just make the NPC change from the original items to the stat
    • You make a NPC just like the Apprentice Craftsman one, but beware of the 4 slot weaponry

     

    Creating all the items in the DB would seem really hurtful lol, since if let's say i have 20 varieties my db is gonna explode i guess haha

  13. Hi there guys,

     

    Not sure if this has been asked before as i couldn't find any similarities of what i wanted.

     

    Well, here's how it goes.

     

    Example is i have a Knife. Then, when i bring it into a special refiner or something, It'll add in custom stats into it.

     

    Example i want my knife to have a + 5 AGI, then it'll be placed inside there permanently. It can only be done once,

     

    is this possible? or would you require more information? do let me know thanks!

     

    Regards,

     

    TM

  14. Hi syouji,

     

    thanks for clearing the lightmaps, but i cant seem to get it open in 586 on my end, it still fails.

     

    I guess we can only use 620 to complete the map?

    (but i feel insecure lol cause 620 gives certain error for the models ._.)

  15. 1) Which version of BrowEdit do you use ?

    2) Do you remember the last actions you did before saving and quit ?

    yeah, i remember,

     

    currently i'm using 586, that syouji's video recommends,

     

    and the last actions i did was editing my lights.

     

    i was putting 4 lightbulbs in, however on the 3rd lightbulb i set the range to 50, but it dint change, so i thought of saving and exiting and re-editing since i needed to quit to untick the shadow, so i place the next one (4th) and save and exit. the moment i exit and wanted to re-enter in, it pops out not responding every time i load that map in browedit.

  16. Hi guys,

     

    i'm having an issue right now where i after i saved,

     

    i used browedit to open the map and the map gives a not responding error each time i open it ._.

     

    anyway to solve this?

     

    Edit : I've attached my map, hopefully someone and open and amend it if possible! :(

     

    My Custom Maps.rar

  17. Pretty much the same thing with windows, basically. Before dipping in, try to understand the OS first (File Permissions, Hostnames, VI, Yum Repositories, stuffs like that) for you to understand what you are doing. Don't just blindly give commands to the machine.

     

     

    So my main question is, is the information that's provided in there sufficient enough to run the server without any errors?

     

    Yes. Well, maybe a few google search. (e/rAthena noobie)

     

    Good Luck,

    Josh

     

    Thanks for the input, will do and google search about these specific commands!

     

     

    The guide is mostly complete.

    The section that's missing is after Installation_(CentOS)#Import_MySQL_Tables, you need to:

    • set the MySQL user/pass in trunk/conf/inter_athena.conf
    • in MySQL (ragnarok.login table), change the default s1/p1 userid and password
    • then edit char_athena.conf and map_athena.conf with the new userid and password

     

    Thanks Brian for your reply,  will bookmark this down further once i start the hosting.

     

    Thanks!

  18. Hi there guys,

     

    I've yet to try CentOS in anyway and the Wiki is the main part of helping my way around CentOS as my hoster that i'm about to host with provides linux (Probably CentOS) for the OS.

     

    I'm great with installations on windows however on the CentOS part on the wiki, it's stated that it's incomplete which gives me an uneasy feeling as i've yet to use that OS to try it over.

     

    So my main question is, is the information that's provided in there sufficient enough to run the server without any errors?

     

    Edit : added link : http://rathena.org/wiki/Installation_%28CentOS%29

     

    Regards,


    TM

×
×
  • Create New...