Jump to content

Onairda

Members
  • Posts

    167
  • Joined

  • Last visited

Posts posted by Onairda

  1. On 4/16/2014 at 11:37 AM, sandbox said:

    It already works like that, unless you mean something else?

     

    On 4/16/2014 at 12:50 PM, Stolao said:

    lol so it does, i was reading the quotes sorry

    hi can someone convert this @empladder in present database because now the database has don't have global_reg_value table anymore thankyou 
     

    query_sql ("SELECT `char`.char_id,`char`.`name`,global_reg_value.`value` FROM global_reg_value LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id WHERE global_reg_value.str='empladder' ORDER BY CAST(`global_reg_value`.`value` AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count);

    thankyou 

  2. hi can someone convert this @empladder in present database because now the database has don't have global_reg_value table anymore thankyou 
    query_sql ("SELECT `char`.char_id,`char`.`name`,global_reg_value.`value` FROM global_reg_value LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id WHERE global_reg_value.str='empladder' ORDER BY CAST(`global_reg_value`.`value` AS UNSIGNED) DESC LIMIT 10", .@char_id, .@name$, .@count);
     

  3. hi ia just want to know how to change the format of Embryo name 
    Example : i create and Embryo using creator skills then after i created my embryo i will get embryo with my name Guarpa
    in my case i get the embryo with this format  'Embryo's Guarpa'

     

    how can i change it to 

     


    Guarpa Embryo

     

    thankyou 

  4. Hi im using alot of bindcommand on my server like @joinevent and @findmatch but sometimes either one of them are not available to use why?? 

    @joinevent Script

    -    script    joinevent    -1,{
    OnInit:
        bindatcmd "joinevent",strnpcinfo(2)+"::OnAtCommand";
        end;
    OnAtCommand:
        if((strcharinfo(3) == "guild_vs3") && getgroupid() < 3)
            message strcharinfo(0),"You can't use @joinevent in this map.";
        else
    	warp "que_temsky",151, 139;
            //atcommand "@joinevent";
        end;
    }
    
    	


    @findmatch

    prontera,155,181,5	script	FindMatch	777,{
    
    bindatcmd "findmatch", strnpcinfo(3) +"::Oncommand";
    		
    
    Oncommand:
    mes "I am Party Match Manager.";
    mes "Party Leader may create a PVP Match here.";
    next;
    end;



    help
     

  5. hi what need to edit about adding a custom mob 

    jobname.lua & lub (done)

    npcidentity.lua & lub (done)

    mob_db.txt (done)

    i also pasted the sprite at data/sprite/¸ó½ºÅÍ/

    what should i edit more ? because its failed to launch the monster i started the monster id at 4050 to 4068
    thankyou 

    solve i just lower the mob id to 2083 

     

  6. On 3/14/2017 at 3:48 AM, ZelosAvalon said:

    Can someone help me edit my CMS News?
    CMSNews.thumb.png.4453e921399a686bad852c31d25b0ec8.png

    I'm trying to leave it that way,


    CMSNews.thumb.png.9d1a27b6a2b9f5e92db2ff2374f36f48.png
     

    but I've received many errors

     

    error.thumb.png.3ac689652c1f2e950724caf9d88dd6ae.png

    I still do not have much knowledge, but I'm doing a web designer course, soon I'll contribute more to the forum, but if anyone can help me now I'll be grateful!

    this is what i want in my view:

    newswp.png.5aa300bbf2981ebd97d4e33797c05b3b.png

    I hope you understand what I wanted to show!

    When we create a news item we will inform if the news are: news, update or event, so when it appears in the view it will be distinguished from each other.

    The IMG orange will be where an image will appear that will show if the news is: event, update or news, it will be declared in the menu during the creation of the news

    updatenewsevent.png.a4dd3fb57d5097c7175941a55634674c.png

    The green IMG will be where the image of the link entered in the creation will appear

    58c6f8acf273e_imagelink.png.f3b0e33e281c7cc423c6cf023476e3ca.png

    my news is based in warp portal news

    thanks anyway, best regards ZelosAvalon

     

    view.png

    is this feature is available in CMS ?? :)

  7. hi please help anyone PHP web coder , i want to make this button , when click will open a new tab, please

    i don't know where should i place the formtarget="_blank" please help
     

    Quote
    
    <form action="https://<?php echo Flux::config('PayPalIpnUrl') ?>/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_donations" />
    <input type="hidden" name="notify_url" value="<?php echo $this->url('donate', 'notify', array('_host' => true)) ?>" />
    <input type="hidden" name="return" value="<?php echo $this->url('main', 'index', array('_host' => true)) ?>" />
    <input type="hidden" name="custom" value="<?php echo $customDataEscaped ?>" />
    <input type="hidden" name="business" value="<?php echo $businessEmail ?>" />
    <input type="hidden" name="item_name" value="<?php echo $itemName ?>" />
    <input type="hidden" name="amount" value="<?php echo (float)$amount ?>" />
    <input type="hidden" name="no_shipping" value="0" />
    <input type="hidden" name="no_note" value="1" />
    <input type="hidden" name="currency_code" value="<?php echo $donationCurrency ?>" />
    <input type="hidden" name="tax" value="0" />
    <input type="hidden" name="lc" value="US" />
    <input type="hidden" name="bn" value="PP-DonationsBF" />
    <p style="text-align: center"><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif"
    	name="submit" alt="PayPal - The safer, easier way to pay online!" /></p>
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
    formtarget="_blank"
    </form>

     

     

×
×
  • Create New...