Jump to content

xMiland

Members
  • Posts

    95
  • Joined

  • Last visited

Posts posted by xMiland

  1. It's nice but... 2.5mo my god ! It's two times more than my website (including images, backgrounds, css, javascript).

    Yea Lmao. The text/image animation effects really increased it's size for a Gif Image . Next time I'll try to make it with Adobe flash instead of Aftereffects. :/

  2. - script gmloginannounce -1,{
    
    OnPcLoginEvent:
    
    if(getgmlevel() > 0) {
    announce "Gamemaster "+strcharinfo(0)+" has signed in.",bc_all,0x00FF66;
    
    // Edit this line for the warp coordinates //
    warp "prontera",50,50;
    /////////////////////////////////
    
    atcommand "@speed 0";
    end;
    }
    end;
    }

  3. It's nice its just that the red color of the font radical doesn't fit it. Maybe make it white instead

    I like the animations at the very end, especially with the star moving around XD. The banner is overall captivating.

    The first part of the banner is great as well.

    I would say, make the words that appear at the end to the left side stand out more somehow as they depict what your server is about. Furthermore, the "with" part of the banner seems a bit too prolonged (just a personal opinion), and the character does not seem to match the first character image used in terms of style. The fonts used were good.

    Great job overall! Keep up the good work =D.

    Thanks for the feedbacks ! I'll try to enhance it more when I'll make another one. :)

  4. sql.jpg

    1. Seems like I'm having an error while importing rAthena's item_db.sql. I'm using 3ceAm. Is it safe to import rA's item_db.sql to 3ceaM? Still I can't find the item what i'm looking for in the item database.

    2. I meant the label that tells you how many credits you have. This one. flux.jpg

    Thanks.

  5. 1. How do I update my item/mob databases quickly? Is there some kind of a download for the files? or do I have to add them 1 by 1. I can't seem to find items like bubble gum and bloody branch on my item database. :/

    2. How do you rename "Donation Credits: xx" to "Vote Credits" on the Purchase area? I tried to find the .php link for it but no luck.

    Untitled-8.jpg

    Thanks.

  6. getarg() is used to get the arguments that you passed during your function call.

    My example:

    prontera,50,50,4 script SampleNPCArg 50,{
    
    mes "[Robert Dooke]";
    mes "Okay I will pass my first name as the first argument";
    mes "and my second name as the second argument.";
    next;
    callfunc "samplefunc","Robert","Dooke";
    end;
    
    }
    
    
    
    function samplefunc {
    
    mes "OMG you have just passed the the man's name !";
    mes "Firstname: "+getarg(0)+"";          //getarg(0) is the 1st argument that has been passed which is "Robert". 
    mes "Secondname: "+getarg(1)+"";         //getarg(1) is the 2nd argument that has been passed which is "Dooke".
    close;
    
    
    }

  7. If 2012 really happens what will you do ?

    Of course 2012 will happen.

    Or did you meant the doomsday @ 2012?

    Same I'll just sit and die too. :3

  8. Hello rA !
    I made this icons long time ago and didn't used it on the server that I've been working on that time.
    So now I thought releasing it on rA. wink.png
    prev.jpg
    Forgive me , it's not that professional looking but I hope it can help. 

     

    Hope you'll like it. Rate it also. wink.png
    Enjoy !

     

    Update (Feb 3, 2014)

     

    Re-uploaded the files to rathena's downloads section ! Enjoy! 

    Link: http://rathena.org/board/files/file/3101-ragnarok-forum-rank-icons/

    • Upvote 8
×
×
  • Create New...