Jump to content

TecnoCronus

Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by TecnoCronus

  1. Hello,

     

    I'm developing a new system and I need one mob that look like a "gate" I just need it to be animated when receive hits (i.e: it opens just a little when receive hits then close again) and a when it dies it falls on the floor, I really tried to learn how to sprite but it's hard for me, I only have coding skills, if you are old member you know me smile.png

     

    I also found a cool gate sprite sheet here that can be used:

     

    http://www.spriters-resource.com/pc_computer/arcanum/sheet/62524/

     

    Thanks in advance for reading

     

    Regards

  2. Ok, that`s easy, let`s start creating the item:
     
    http://rathena.org/wiki/Custom_Items
    http://rathena.org/board/topic/80492-how-to-add-costume-custome-item/
     
    Second, you gonna need a simple script, something like:

    if(countitem(<EPICRO_ITEM_ID>) > <NECESSARY_AMOUNT_OF_COINS>)
               getitem <ITEMID_TO_GIVE>,<AMOUNT>;
    else
                mes "You don`t have enought coins for this trade";
     
    close;
  3. lol that`s the documentation I started in 2009 I guess, I can help too.

     

    I was "ouside RO world" a long time, but now I`m coming back, I need study the source codes again, I don`t know what changed wich the Renewal yet.

    • Upvote 2
  4. try:

     

     

    prontera,150,150,5    script    Sex Changer    99,{
    
    mes "Would you like to change your Sex ( Female or Male )?";
    mes "The Operation would cost 10 Gold Coin.";
    next;
        if(select("Yes:No") == 2 || countitem(671)<10){
    mes "You need more Coins."; 
    close;
    }
    next;
    mes "Great...";
    delitem 671,10;
    changesex;
    end;
    }
  5. Maximum Level Announcer

     

    • What is ?

    A Simple script which announce the first 10 players who reached to the maximum level and rewards the player, there's also a npc that shows this ranking.

     

    • Where to download ?

    http://svn.xp-dev.com/svn/tecnocronus_scripts/scripts/EN/MaxLvLAnnouncer.txt

     

    • Setting up:

     

    If your server's maximum level is not 99, change this variable:

    set .MaxLvl, 99;
    

    configure the item's id (The Reward) on his Array:

    setarray .Global_Array_Item[0],504,505;
    • 03-FEB-2014? Fixed the errors related.[TecnoCronus]

     

    trac_logo_mini.png

  6. Hi everyone !

     

    So, as some of you already know me, I'm from manaus - amazon, Brazil.

     

    I'm majoring in Information Technology Management, so, I'm dreaming about study in canada (i.e exchange), maybe make a post graduate or study & work exchange.

     

    I found a interesting college, the Cambridge Institute of Science and Technology, so, what's your opnion about this college ? Do you have other college/institute to suggest me ?

     

    Thanks for helping !

×
×
  • Create New...