Jump to content

Santafe

Members
  • Posts

    325
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Santafe

  1. Hello. I got my server up and running and I'm adding npcs.

    But when I look at the custom.scripts that's allready implemented into the Rathea folder I can't figure out what it is or how to use

    Example. I am trying to put battlegrounds In my server maybe normal or custom but when I go to the battlegrounds folder in rathena there's like 5 different text for battle grounds.

    Like flavias and ect I don't know what those are.

    Why so many Battlegrounds txt documents??

    Do I enable them all? Thanks in advanced

    Yes u enable them all if u want them all. If u donno wat they are there will be a battleground mini icon below the top left conner.
  2. Hey I think I got a problem with the lua/lub -.- don't understand it

     I got this client and his grf http://rathena.org/board/topic/89245-2013-08-07aragexe-full-client-by-themon/

     

    Now what to do step by step?

    First create the custom item in SQL

    Then add the custom sprites 

    Now change accessoryid.lub + accname.lub + itemInfo.lub

     

    how to turn them into lua files and back again?

    I have to change it in the luas or is it able to note it in lub and save then? :(

    I used his too. its really good and thats the 1st server in which i figured out how to put sprites O_O the irony lol. Ok just open the lub files , save as > file type: all files and the name shoud be the lub's name with a .lua added to the end.

  3.  

    Here an another example :/

     

    accessoryid.lub

        ACCESSORY_ARCTICWINGS = 2004,

    accname.lub:

        [ACCESSORY_IDs.ACCESSORY_ARCTICWINGS] = "arcticwings",
     

    iteminfo.lub:

         [20004] = {        unidentifiedDisplayName = "Wings",
            unidentifiedResourceName = "arcticwings",
            unidentifiedDescriptionName = {
                "Wings",
            },
            identifiedDisplayName = "Arctic Wings",
            identifiedResourceName = "arcticwings",
            identifiedDescriptionName = {
                "Wings",
            },
            slotCount = 4,
            ClassNum = 2004
        },

    My data Folder (client diffed to read data folder first because of test purpose)

     

    RO\data\sprite\아이템 -> acticwings.spr +arcticwings.act

    RO\data\sprite\악세사리\남 -> ³²arcticwings.spr + ³²arcticwings.act

    RO\data\sprite\악세사리\여 -> ¿©arcticwings.spr + ¿©arcticwings.act

    RO\data\texture\유저인터페이스\item -> arcticwings.bmp

    RO\data\texture\유저인터페이스\collection -> arcticwings.bmp

     

     

    It seems that i can only use the wings which were implemented

        [ACCESSORY_IDs.ACCESSORY_Butterfly_Wings] = "Butterfly_Wings",
        [ACCESSORY_IDs.ACCESSORY_Fallen_Wings] = "Fallen_Wings",
        [ACCESSORY_IDs.ACCESSORY_Niflheim_Wings] = "Niflheim_Wings",
        [ACCESSORY_IDs.ACCESSORY_Demon_Wings] = "Demon_Wings",
        [ACCESSORY_IDs.ACCESSORY_Satan_Wings] = "Satan_Wings",
        [ACCESSORY_IDs.ACCESSORY_Shaman_Wings] = "Shaman_Wings",
        [ACCESSORY_IDs.ACCESSORY_Vengeance_Wing] = "Vengeance_Wing",
        [ACCESSORY_IDs.ACCESSORY_Vindicated_Wing] = "Vindicated_Wing",
        [ACCESSORY_IDs.ACCESSORY_Saiyan_Hair] = "Saiyan_Hair",
        [ACCESSORY_IDs.ACCESSORY_freya_crown] = "freya_crown",
        [ACCESSORY_IDs.ACCESSORY_ANGEL_WINGS] = "Angel_Wings",
    

    read lua before lub is enabled?

    also do u have bosth accessoryid and accname lua/lub or only lub in ur datainfo file? if u have both remove the lua file. there is no other way there cld be a problem unless u skipped a view ID. if u did then u shld hav compiled.

  4. Rename ur item.bmp to Luffy_Hat and do the same for ur collection.bmp. Its causd because ur resource name and sprite name are not the same. Another eror is that u use straw huh instead of luffy_hat in accname and accid. Only ur display name is strohuh. Dnt use ur display name for datainfo files.

  5. Hey guyz i donno if im in the right section but i think it is something to do with scripting :I if not im sorry :o,

     

    Ok let me start! Well im trying to configure my server in a way that 3rd jobs cant enter a certain map(town actually) and once a trans job converts to a 3rd job he will be automatically warped to a town example map,x,y and also will recieve a certificate of authorization(LOL its just an item xD nothing to do with this.) from the jobchanger. By this ITEM ( say item 1220?) the 3rd job player cant enter prontera( YEa prontera xD)(is this possible? like to restrict warping to town based on an item?

     

    Also, Once a trans 1st job turns to his 2nd job(example: i mean from trans thief to assassin cross) he also gets an item say 1221? which causes him to NOT warp to the 3rd job town(like i said before map x,y) i mean hes restricted to go there.(Hope this is do able? could u use something like (checkitem == 1221)? Thnx in advance it Would be SO Great if u help me on this :)

     

    P.S: Hope u understood :P and i will be using the official rAthena job quests :)

    THnx in advance,

    Santafe~


    BUMP :X

  6. ok so i got my server up and running but I wanna add custom maps

    I download a free novice island map from this website how do I install it and also make it as the starting point for all new players to first log in please help me

    Step 1: put ur map.gat,map.rsw and map.gnd in ur data folder ur yourRo/data.

    Step 2: in data folder search for resname table. Type ur map name with the format given in the maps already present in the resnametsble.(i cant tell everything do it yourself)

    Step 3: type ur map name in the mapnametable.txt. In the data folder(same type the format as the maps already present in it)

    Step4: go to ur server side. Go to rAthena/db and go to mapindex.txt. Type the map name as the format given in other maps in the file.

    Step 5:go to maps_athena.conf in conf folder present in rathena. Write ur map name there as the format given.

    Step 6: make a new folder in ur desktop named data. Put ur maps in the data file.

    Step 7: open grf builder(search ratemyserver tools) and click new>type any name and put .grf after that name. Then click on merge dir present in the eight side of the tool. Find the data directory. Save and once its ready, close and reopen the builder. Open ur ragnarok.grf. Click merge grf and open that .grf u just saved and once it merges ur done. Now compile ur server with visual studio.

    Step 8: go to ur server after u compile. Find mapcashe.exe and run it. It will close by itself. Now start ur server and warp to ur map. Its done.

    I cantbhelp u further . This is more detail than the wiki. If u cant understand this i cant help u. Keep reading till u understand.

  7. Thank you,

    I have seen videoes with the quest, it is that I do not want to add the Rebellion to the Job Master.

    But thank you for the Inforomcion

    Tha video must be iro or some other ro cuz rathena hasnt released it :)

  8. When the guide says open up xdiffpatcher.exe I did and it says put rag.exe. and I did

     

    BUT when it says put xdiff files and press LOAD

     

    it wont let me click on them cuz all of the xdiff files are XML

     

    maybe I downloaded them wrong?? or how do I get the xdiff files properly

    No u didnt do anything wrong. Open ur xml in notepad, rename the extension from .xml to .xdiff

    Change file type from xml file to All files. Click ok.

  9. Ok, so the links given in the 2013 guide are good but yet people dont actually download it cuz its a huge list of downloads o.o, heres stuff in detail of the essential stuff u need to download before following that guide (with links)

    First:

    Visual studio 2010.

    Link: http://www.microsoft.com/en-in/download/details.aspx?id=5555

    Just download vsx86.exe(or something like that) from the microsoft site. Its usually some Small Kb size. It downloads the full vs 2010 from the site like a torrent.

    Or you could download the .iso file if u dont wanna waste time on waiting for the exe to finish. The iso file is usually 800mb to 1.2 Gb.

    Second:

    Mysql workbench : http://dev.mysql.com/downloads/tools/workbench/

    Its really good if it works for u. Really a pain if it doesnt. So just incase it causes problems like not able to make a localhost?, download this

    Mysql 5.o.27: http://www.mediafire.com/?1otyifmzyig

    Its Gui tool: http://www.oldapps.com/mysql-gui-tools.php?old_mysql_gui_tools=23

    Donwload kro from : Nikizai's site: http://www.nickyzai.com/?p=kro

    If ur too lazy to download kro in parts like me, go for the Kro full renewal on the top of those download links. And also download the rdata.grf.

    If in parts?, download all the data.grf in parts, dll pack and bgm pack.

    Then download the rdata.grf and the kro rag rsu lite versions. I suggest u go for mirukus lite version if u want a fast update.

    Go here for A i4re's kro lite: http://nn.nachtwolke.com/dev/rsu/

    If ur done installing alll the above, download tortoise svn : http://tortoisesvn.net/downloads.html

    Tortoise svn is actually simpler cuz u can download and immediatly get a repository. Git is a bit more complicated. I cant teach that cuz it works somehow cuz i followd some tutorials (google it)

    Once u install the tortoise svn, go tot he server files link given in that 2013 tutorial and copy the link of the url, go to ur hard disk, or anywhere?, create a folder named rathena and right click it> click on svn checkout> paste the url in the url bar and click ok.

    Once thats done just follow that guide :) hope the helped all the new comers :)

    Heres the link for that tutorial lol almost forgot that : http://rathena.org/board/topic/84746-tutorial-how-to-create-ragnarok-offline-2013-client-tutorial/

    Regards,

    Santa (and no im not fat like santa claus huehuehue)

    • Upvote 2
  10. guys the guide santa gave me is very confusing like the guy wants me to download 13 different things and I understand that

     

    BUT what I don't understand is a few of those links in that thread when I click it it shows lots of files  and I don't know what to do.

    do I download them all? and where do I put them? can someone make a up to date video about how to make a Rathena server

     

    with links and video and voice that would be amazing pretty please? im dying to learn this stuff and im also willing to buy a server and pay for webhosting stuff to make a RO servergo to the latest guide and look up what he wants you to download

     

    its post numbers 5. 8. 10 and 11

     

    what do I download from there and where do I put them??

    Hohoho well it looks like alot to download but heres the stuff in detail:

    Visual studio 2010 can be downloaded by just googling. Microsoft site gives u visual studio for free. U can download the vsx86.exe file or the .iso file. The iso file is a full version. The exe file takes files from the online site just lika a downloader or a torrent.

    Next, Mysql. I had problems with the latest mysql so i stuck with mysql 5.1 just google this too.

    Next, Git is a huge headache if ur new to all that. If u want to be simple in ur work, just download tortoise Svn.

    Then go to the. Kro download link from tutoriala nd download the latest. KRO client, then u can either download the kro rsu lite version from that site or download miruku's one.

    Now once thats downloaded, click the exe set the destination of ur gravity/ro folder. Now go to any drive(c:,D:,) wat ever and then create a folder called rAthena and right click on it.

    If u had tortoise svn installed as i said before, there will be an svn checkout button. Click on that and change the URL.

    The url mist be the same as the server files repository link given in tutorial. now that ur done with that, just follow his guide as usual.

    lol i should make this a seperate topic lololol.

    • Upvote 1
  11. Hello, Forgive but someone of you might facilitate or help with the Quest for Rebellion Job. What I do not want is to happen for Job Master and that use the quest to change of job.

    thank you very much.

    Hey Zikoziz, the quest for rebellion hasnt been released yet. The latest quest released was that of the Kageru and oboro class :)

×
×
  • Create New...