Jump to content

Kei

Members
  • Content Count

    101
  • Joined

  • Last visited

Posts posted by Kei


  1.  

    *soundeffect "<effect filename>",<type>;*soundeffectall "<effect filename>",<type>{,"<map name>"}{,<x0>,<y0>,<x1>,<y1>};These two commands will play a sound effect to either the invokingcharacter only ('soundeffect') or multiple characters ('soundeffectall').If the running code does not have an object ID (a 'floating' NPC) or isnot running from an NPC object at all (an item script) the sound will becentered on the character who's RID got attached to the script, if any.If it does, it will be centered on that object. (an NPC sprite)Effect filename is the filename in a GRF. It must have the .wav extension.It's not quite certain what the 'type' actually does, it is sent to theclient directly. It probably determines which directory to play the effectfrom. It's certain that giving 0 for the number will play sound files from'datawav', but where the other numbers will read from is unclear.The sound files themselves must be in the PCM format, and file namesshould also have a maximum length of 23 characters including the .wavextension:soundeffect "1234567890123456789.wav", 0; // will play the soundeffectsoundeffect "12345678901234567890.wav", 0; // throws gravity errorYou can add your own effects this way, naturally.

     

    can i change the extension to mp3 instead of wav?


  2. a.) do you mean each guild leader? even they don't own/get the castle??

     

    answer:

    b.) open player.conf and find this

    max_parameter
    change it to whatever you want

    c.)to change max base/job level go to your db then pre-re(if your using pre renewal) or re(if your using renewal) then open job_exp.txt and edit the max base and job level there.

    d.) you need to edit the itemslotcounttable.txt


  3. need help i try to add

     sd->request_delay_tick = gettick() + 5000;
    on my @request command and
     unsigned int request_delay_tick;
    on pc.h

     

    but when i recompile i got this error

    ..srcmapatcommand.c(8036): warning C4013: 'gettick' undefined; assuming extern returning int

  4. well I'm not good at source code, what you want to do is to edit the source codes and make a user automatically create a chatroo?

    i already edit the source that will teleport the character and make a chatroom but my problem is they execute at the same time.. so when i got to the map the char will no longer have a chatroom.. 

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.