Jump to content

vhan48

Members
  • Posts

    50
  • Joined

  • Last visited

Posts posted by vhan48

  1. You would like to add one more loading screen. Then try it once more.

     

    Or you should check your clientinfo.xml it should look like this if you want to limit your loading screens to 4 images only.

     

    <loading>
    <image>loading00.jpg</image>
    <image>loading01.jpg</image>
    <image>loading02.jpg</image>
    <image>loading03.jpg</image>
    </loading>

     

    /no1

  2. hi,you may want to check this out, the npc can be found at new_1-1 (@go 15) :)) feel free to modify it as you wish  /no1

     

    
     new_1-1,51,113,5 script Freebies 403,{
    
    if( BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice ){
    mes "[Novice Freebies]";
    mes "Nice to meet you "+ strcharinfo ( 0 ) +", ";
    mes "Welcome to ^E066FFYour Ragnarok Online!^000000";
    mes "I see that you're new here so to help you out I'd like to give you these";
    mes "items as a gift to show how much we appreciate you here!";
    next;
    mes "[Novice Freebies]";
    mes "Have fun!";
    sc_start SC_EXPBOOST,3600000,100;
    sc_start SC_ITEMBOOST,3600000,0;
    skilleffect 34,0; sc_start SC_BLESSING,3600000,20;
    skilleffect 29,0; sc_start SC_INCREASEAGI,3600000,20;
    skilleffect 361,0; sc_start SC_ASSUMPTIO,3600000,5;
    getitem 1203,1;
    getitem 2306,1;
    savepoint "prontera",155,179;
    next;
    warp "new_zone02",164,172;
    close;
    }
    {
    mes "[Freebies]";
    mes "Have fun!";
    savepoint "prontera",155,179;
    next;
    warp "new_zone02",164,172;
    close;
    }
    
    }
    
    
    • Upvote 1
  3. Hi, made this you might want to check it out :)
     

    prontera,155,178,4    script    Novice Warper    723,{
     
        if( BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice )
        {
            mes "[^FFA500Newbie NPC^000000]";
            mes "I am sorry, you do not meet all requeriments.";
            close;
        }
     
        warp "prontera",155,168;
        end;
    } 

     

     
    *if just change the warp points and the npc name.
    cheers!

  4. i think its not about the diffs that caused your patcher problem, rather, its because of your config on your patcher, btw , you are using thor patcher right? if you do please have a look at your thor folder>Tools>config.ini then check these lines.

     

     

    [Config:Main]
     
    RootURL='(your webhost)' Site where your webhost is located. ex. 'http://yourRO.ragnarok.so/thor/'
     
    RemoteConfigFile='main.ini'
     
    TimeOut=0
     
    StatusFile='(your datfile's name)' ex. ro.dat
     
    DefaultGRF='(your default grf) ro.grf'
     
    ClientEXE='yourRO.exe'
    ClientParameter='-1sak1'
     
    FinishOnConnectionFailure=false
     
    Then about diffing just check out the rathena's online diff generator. You can check it out right here >> http://rathena.org/tools/diff_patcher.php just look for the diffs that is compatible on the client ver and emulator that you are working on.
  5. You can use sir Euphy's Multi Shop . Its right here >>>> http://pastebin.com/raw.php?i=YftccqDs

     

    just look for this line:

     

        setarray .Currency[1],513,513,513,513,513,513,513,513;

     

    and change the 513 into the Skull's item id which would be 7420 . Thus it will look like this

     

        setarray .Currency[1],7420,7420,7420,7420,7420,7420,7420,7420;

     

    Then look for this :

        setarray .Shop1[0],1202,5,1229,20;

    *change the 1202(itemid) into your desired item to be vended, as sir Euphy stated, 

     

    // Currency: The ID of each shop currency,
    // in the same order as the shops.
    // Shop order follows that of the select() call,
    // and is formatted "ID1,Count1,ID2,Count2,..."


     
    Cheers!
    • Like 1
  6. Hi  wiideliva,

     

    Do you mind if i ask for what purpose are you going to do with the script? and may i know what specific item do you want to have that @kick or something like restriction. I might be able to help you with that  /ok

  7. @thanna, please check the first post, i updated it, and oh,btw if it works on your server let me know, :) and if it dosen't work, i would be glad to help you :)

    @darristan, yes sir!, but you can also add custom items like wings if you want to , just follow the same procedure and don't forget to check the lua files and the item view at the item_db.txt .. :))

  8. People of rathena taught me alot of things so i guess now is also the time to give thanks to them and contribute in return, i just hope you can find these useful for your server

    :)

    Info/Features:

    Wearable disguise equipments (uses the "Style" tab on your equipment window), can be easily changed/removed without even using a npc.

    Works on best on clients 20100728 + client version 26 and up.

    Download the file!

    Follow these steps:

    As you can see, these .txt documents are already labeled so that you can easily identify which is which.

    1st Server Side: Open Item_db.txt from this folder and locate your own item_db in your rathena folder.

    2nd Server Side: paste the contents from then item_db.txt to your item_db.txt then save it.

    3rd Client Side: check your grf / data folder and locate this: idnum2itemresnametable.txt open it, then add the contents by pasting from the file that you donwloaded. Save

    4th Client Side: check your grf / data folder and locate this: idnum2itemdisplaynametable.txt open it, then add the contents by pasting from the file that you donwloaded. Save

    5th : run your rathena server, test it... you can easily check the items by adding 2 on the item id.

    (ex. Holy Marcher hat: 5225, Costume Holy Marcher hat: 25225)

    rathena.7z

    post-5637-0-38211000-1350769071_thumb.jpg

  9. im currently having difficulties and almost 0 ideas on what is the cause of this gravity error/s. BTW im currently using rathena svn15926 and a diffed 2011-06-09aRagexeRE.exe... your comments/ideas/advice would be most welcome... thanks in advance!

    error.jpg

    my gosh! im sorry for double posting the topic... i accidentally clicked the post button >.<

×
×
  • Create New...