Jump to content

pojiejapan

Members
  • Posts

    126
  • Joined

  • Last visited

Posts posted by pojiejapan

  1. Hello this is my try on script.

    It was originally made by Rikimaru and I edit it abit.

    There is error at line 64 and 69. Can someone help me? the 'c'ase 2??

    
    prontera,150,168,2 script Mr.Monday 911,{
    //=========================== Settings ====================================
    set .@changername$,"[ Mr.Monday ]";// YOU MAY CHANGE THE NAME OF THE NPC
    set .tcgid,7227;
    set @tcgamount,1;
    //======================= Settings End ====================================
    //*************************************************************************
    mes .@changername$;
    mes "Hello "+strcharinfo(0)+" ,";
    mes "What a wonderful day is today";
    mes "Do you know that today is Monday?";
    mes "Monday means Moon day, that's a fact.";
    next;
    mes "Hmm, Hey I got this unsual item ";
    mes "when I was wandering around the ";
    mes "wood It looks blackish in colour and it scared me";
    next;
    switch(select("Do you still have it?:I got to go dude")) {
    case 1:
    mes .@changername$;
    mes "Sure but I don't have it right now";
    mes "My brother have it";
    mes "I can tell you where my brother is but";
    next;
    switch(select("But what?:Cancel")) {
    case 1:
    mes .@changername$;
    mes "You have to help me find something";
    mes "I really love a hat ^FF0000 Earmuff ^000000";
    mes "can you find the material for me?";
    next;
    switch(select("I have it right now:Cancel")) {
    mes .@changername$;
    mes "Okay let me check if";
    mes "you have the material";
    next;
    mes .@changername$;
    mes "Rustle... Rustle...";
    if((countitem(724) > 0) && (countitem(949) > 499) && (countitem(5001) > 0)) {
    delitem 724,1;
    delitem 949,500;
    delitem 5001,1;
    next;
    mes .@changername$;
    getitem .tcgid,@tcgamount; //Change to next Item!
    mes "Here take this and see my big brother";
    mes "Mr. Tuesday. Take this and he will talk to you";
    close;
    }
    else {
    mes .@changername$;
    mes "Sorry you have to get the items first!";
    close;
    case 2:
    mes .@changername$;
    mes "Okay goodbye!";
    close;
    }
    case 2:
    mes .@changername$;
    mes "Okay goodbye!";
    close;
    }
    case 2:
    mes .@changername$;
    mes "Okay goodbye!";
    close;
    }
    }
    }
    

  2. Thanks Yuki, well basically I got this website template from my friend dead server. I don't know the real source of the template. But if it was from the real owner Jigs FX. I will be gladly say that thanks for the free template sir. /no1 and I just edit it to suit my taste.

    Thanks for the comment Yuki, :) I'll try harder next time :(

  3. Can I request a simple Item changer?

    For example : White Potion, Red Potion, Green Potion and Blue Potion all can be change to TCG.

    Player talks to NPC:

    NPC : Hye what do you want to convert your Potion to TCG?

    -menu : Yes : No

    -Yes : What type of potion you want to change to TCG?

    - menu :

    -Red Potion

    -Blue Potion

    Player Select and he get TCG /no1

  4. Hye guys, I've been following tons of guide how to make a custom skill but I still cant make it.

    Is it so hard to make a new skill?

    I just wandering can we make cloaking (a new skill) have cooldown and duration?

    If someone can help me, can you make a full guide I can referred to make a new skill later for example,

    Okay you copy this and put at this, copy that and put at that and edit it here bla bla bla.

    A tutorial like adding a custom headgear, ( it's very detail on what to do)

    If someone have an experience on making this can you help me? I'm sure that you'll be helping a lot of people because I've never seen a guide how to make a new skill so detail like how add new custom headgear.

    (cross Rathena wiki, I find it not very helpful)

  5. This is the full website : http://www.dotaragnarok.com/

    WebsiteFull.jpg

    This is HTML base. I have many ideas more to add but because of lack of knowledge with PHP, CSS, Flux CP Intergration I was at my limit.

    Ideas I cannot do to my website :

    I want to put a Login box at the site menu.

    I want the CP with this design (if you click CP it will redirect you to Old Flux Theme)

    Person Login

    and many more.

    Please rate it thanks (and be nice :) )

    -If any web developer want to collaborate with me I'm happy to do so. I can design and good with photoshop but suck at coding. PM me thanks /swt

    -If any you guys can help me with the "I cannot do" also great help to me :)

    • Upvote 1
  6. Hello fellas and senior, I just made a website (actually not made it myself, I just have a free template and alter it a bit)

    I just changed the design, position and etc. (still new to HTML and CSS thing )

    The problem is the free template don't have a Login Box.

    LogInbox.gif

    Is there any way I can put into that box a

    ID and a Pass box and also

    Login,Forgot Password link. Please in advance seniorey

  7. body { background: #8ce0ff url(images/bgpng.png) repeat-x;
    min-height:500px; height:auto;}
    #wrapper
    {
    width:956px;
    height:auto;
    min-height:250px;
    margin:auto;
    }
    
    .menubg
    {
    background:url(images/topmenu.png) no-repeat;
    width:956px;
    height:217px;
    float:left;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    }
    
    #sidebar
    {
    width:220px;
    height:auto;
    float:left;
    min-height:200px;
    margin-bottom:20px;
    }
    .sidemenu
    {
    background:url(images/box1.gif) no-repeat;
    width:219px;
    height:170px;
    float:left;
    margin-top:0px;
    }
    .h1
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    float:left;
    color:#444444;
    width:185px;
    margin: 16px 0 0 20px;
    }
    a:link {color:#FFF;}	  /* unvisited link */
    a:visited {color:#FFF;}  /* visited link */
    a:hover {
    color:#000000;
    }  /* mouse over link */
    a:active {color:#0000FF;}  /* selected link */
    .menu
    {
    float:left;
    width:156px;
    margin-top: 45px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 30px;
    }
    a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000000;
    text-decoration:none;
    font-weight: bold;
    top: 5px;
    position: absolute;
    }
    .buttons
    {
    width:220px;
    height:auto;
    float:left;
    margin:10px 0 0 0;
    }
    .pom
    {
    background-color:#1b1b1b;
    width:219px;
    min-height:120px;
    height:auto;
    float:left;
    margin-top:5px;
    }
    .pom_info
    {
    width:185px;
    height:auto;
    min-height:20px;
    float:left;
    margin:10px 0 10px 16px;
    }
    .h2
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    }
    .h3
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#770101;
    }
    .h4
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#414141;
    }
    #content
    {
    width:507px;
    min-height:40px;
    height:auto;
    float:left;
    margin:1px 0 0 8px;
    }
    .statusbg
    {
    background:url(images/status_bg.png) no-repeat;
    width:550px;
    height:40px;
    float:left;
    }
    .h5
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#FFF;
    }
    .status_txt
    {
    width:600px;
    height:20px;
    margin:5px 0 0 20px;
    float:left;
    }
    .welcome
    {
    background-color:#1b1b1b;
    width:507px;
    min-height:200px;
    height:auto;
    float:left;
    margin:10px 0 0 0;
    }
    .title_header
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    float:left;
    color:#FFFFFF;
    width:470px;
    margin: 16px 0 0 20px;
    border-bottom: 1px dashed #414141;
    }
    .welcome_txt
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    float:left;
    color:#315195;
    width:450px;
    margin: 10px 10px 20px 30px;
    }
    
    .newsbg
    {
    background-color:#1b1b1b;
    width:507px;
    min-height:200px;
    height:auto;
    float:left;
    margin:10px 0 0 0;
    }
    .date
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    float:left;
    font-style:italic;
    color:#395185;
    width:450px;
    margin: 0 10px 20px 20px;
    }
    .avatar
    {
    width:118px;
    height:107px;
    display:block;
    float:left;
    margin: 0 15px 0 15px;
    }
    .news_txt
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    float:left;
    color:#787878;
    display:block;
    width:320px;
    margin:0 10px 20px 0;
    }
    #sidebar2
    {
    width:212px;
    min-height:100px;
    height:auto;
    float:left;
    margin-top:1px;
    margin-left:8px;
    }
    .stime
    {
    width:212px;
    background-color:#1b1b1b;
    background:url(images/box2.gif) no-repeat;
    height:100px;
    float:left;
    }
    .side2title
    {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    float:left;
    color:#FFFFFF;
    width:170px;
    margin: 16px 0 20px 20px;
    }
    .time
    {
    width:150px;
    height:25px;
    float:left;
    margin-left:35px;
    margin-top:35px;
    }
    .woe
    {
    background:url(images/box3.gif) no-repeat;
    width:212px;
    height:180px;
    float:left;
    margin-top:10px;
    }
    .woe_info
    {
    width:185px;
    height:auto;
    min-height:20px;
    float:left;
    margin:50px 0 50px 16px;
    }
    
    .ss
    {
    width:212px;
    background-color:#1b1b1b;
    min-height:200px;
    height:auto;
    float:left;
    margin:10px 0 10px 0;
    }
    .slideshow { height: 130; width: 180px; margin: 20px 0 0 5px }
    .slideshow img { padding: 5px;  background-color: #1b1b1b; }
    #footer
    {
    width:800px;
    margin:auto;
    float:left;
    }
    .copy
    {
    width:800px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FFF;
    float:left;
    margin:10px 0 10px 80px;
    }
    

    I hope u can help me sir, just ask me for any information

    Or here us the link sir http://www.mediafire.com/?suelkb2gxmpng44

  8. Hye I have made a website, the problem is when ever I put an image with a link on it. every picture go to top left corner. Only pictures and words with no link on it stay on the place.

    It seems if I don't the link on the picture it will stay. ahref problem?

    Can someone help me?

×
×
  • Create New...