Jump to content

Sere

Members
  • Posts

    43
  • Joined

  • Last visited

Posts posted by Sere

  1. Hello everybody,

    today I got another problem. I downloaded two days ago the SecureGRF program. Everything works fine,

    until I try to login.

    I wanted to save all my files with this program, that works, but my problem is, that the Exe can't use the files, which were saved with this program.

    Can anyone help me? Its really annoying that I only have 2 options....don't add them or save them and can't use them.

    Maybe I made a mistake or something else. I extracted it with the GRF Factory and saved it with high compression and grf version 2.0.

    Do I need to do something different?

    Would be nice if someone could help me.

    Greetings

    Sere

  2. Hello everybody,

    it's me again xD

    But I got a little question. I saw on some other Server that they have a Fly Wing which don't disappears after using.

    Know someone maybe, how it works?

    I tried to add it at the db with 'makeitem' and 'getitem' but you can see, that you become it again and if you use it to fast, you don't become another one.

    Example:

    601,Wing_Of_Fly,Fly Wing,11,60,,50,,,,,0xFFFFFFFF,7,2,,,,,,{ itemskill "AL_TELEPORT",1; getitem 601,1; },{},{}

    Greetings

    Sere

  3. Hello everybody ^-^

    I have an idea, but don't know exactly how to do it.

    I played Aion and at this game it give some 'Candys' which can disguise yourself into a monster.

    I wanna add it at my Ragnarok too, because its for sure funny to run as Valkyrie at the Maintown to freak some people xD

    But which command I should use at the script to change it with a time of 5 minutes?

    Example :

    529,Candy,Candy,0,10,,30,,,,,0xFFFFFFFF,7,2,,,,,,{ @disguise 1751; 5 minutes },{},{}

    After this 5 minutes you should disguise to your normal Charakter.

    Maybe somone of you know, how to do it.

    It would really really nice, if you can help me. :D

    Greetings

    Sere

  4. Hello everyone.

    I got a little question again. I added today the Item Signer again, but I wanted to change it not only for

    people to sign. You have another one with the function, that the guild will be signed into the item.

    My problem is, that it don't work. I added at the getcharid the number 2 for the guild name, but the NPC only sign an 'Unkown' or 'Nameless' into the Item.

    Here is the code I am using.

    if (getarraysize(.@Item)) for(set .@i,0; .@i<getarraysize(.@Item); set .@i,.@i+2)
    delitem .@Item[.@i], .@Item[.@i+1];
    delitem2 .@id,1,1,.@ref,0,.@slot[0],.@slot[1],.@slot[2],.@slot[3];
    mes "Done!";
    emotion e_proud;
    getitem2 .@id,1,1,.@ref,0,254,0,getcharid(2)&0xffff,(getcharid(2)>>16)&0xffff;
    equip .@id;
    close

    Maybe someone of you can help me.

    Greetings

    Sere

  5. As i said, i know how to add them, and I added it exactly that way, but after I put it into the Compile Gui and try to open my Client the other files becomes an error. I downloaded already the latest lua/lub files with english translation and use them, but it don't work.

    Thats why I ask here.

    Actually I have a question, at my lua files514 folder are only lub files....where are the luas? o_o

    Do i need to change the one in the normal lua files folder?

    Edit:

    OMG! I saw now that the lua files don't have the right counts.....my fault was it, that i added the ID by example 2200 and it give it already....

    Whith which ID I should start now? 4000??

  6. Hello everyone.

    I got a little problem. I added years ago so many custom items/maps/mobs and don't get any problems, but after we changed to a complete renewal client with luafiles514 i can't add them. I don't know in which lua/lub files i need to add.

    Hopefully someone of you can help me, its really disturbing me, that i can't add my files.

    Greetings

    Sere

×
×
  • Create New...