Jump to content

North

Premium
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Posts posted by North

  1. What are you trying to install from usb, wich freebsd version?

    Explain better the problem and what you did to get this screen.
    However this seems like you have to manually select the filesystem device/directory

     

    Btw try this 

    mountroot> set debug.acpi.disabled="hostres"
    mountroot> boot

     

  2. That is a shitty quest, the end is not complete.

    Btw go into quest/object

    Look at the start of your quest vector

    [71114] = { 20110,

    The first value  is the item to get the mount the second is the value of the mob, now go into OBJECT folder called 71114 .

    If the folder doesnt exists, create it and create a subfolder (another folder inside the folder) called mount

     

    Insert this:

    Create a file called mount.start and insert this code in it

    if pc.is_polymorphed() then
    	syschat("You can't summon a mount while polymorphed.") 
    -- add something if you want to poly 1 the user or something like that
    end
    if pc.is_riding() then 
        horse.unride()
        horse.unsummon()
    end
    pc.mount(20110,60*60*24*7) -- this is 1 week mount
    pc.mount_bonus(apply.DEF_GRADE_BONUS, 75, 60*60*24*7) -- 1 week bonus

    This works for me in a proper manner, you should even add a check for the wedding armor etc.

    Im a newbie so dont get cocky

     

  3. So the banner will be on the top of the forum replacing the "metin2 dev" text or just in the banners to promote your forum? 
    If the first answer is yes, are you willing to change your background with something similar or do you just want your light blue background with a transparent logo and text ?
    Ofc the banner will be with the same light blue but forum logo =! banner .
    Thanks in advance for the replies, ill do some sketchs later on for free and i will post jpeg and psd here.
    Delivery will be at 16:30PM or before.
    Cya


    Sorry for double postin' , heres the banner, i didnt had much ideas so it sucks for me.
    I even forgot to save the psd, but im working on another banner, this is just to go first

    167s429.png

     

    HOLY MACCHERONI i didnt saw the "Winter" inspired theme for the banner, sorry D:

     

    • Love 2
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.