Jump to content

Tio Akima

Members
  • Content Count

    349
  • Joined

  • Last visited

  • Days Won

    31

Posts posted by Tio Akima


  1. hello guys
     
    this is my model. I made the kame house.
     
    look, she has 1,481 polygons.
     
    I'm trying to export to FBX and then convert in RSM
     
    And so, to use the map with the browedit.
     
    But I have a problem.
     
    I can export only one object, for example a wall.
     
    I can not export all together.
    Conisgo not export the entire model.
     
    How do I export the 3dmax the entire model?
     
    OBJECTIVE: Exporting this model in FBX, convert to RSM and use the map.
     
     I was told that the limit is 1,700 polygons, correct?
     
    can anyone guide me?
     
    thanks :D
     
    kamehouse_final.png

  2. Provided you've already got your functional NPC file in your emulator installation, just open npc/scripts-custom.conf (or similar, can't write the exact name since I'm on cellphone) and add a line like this at the end of the file:

     

    npc: npc/path/to/the/script.txt

     

    Then save and @reloadscript or restart the server. The script will be loaded forever with each server start until that line is removed.

     

    If you want to load a script on the run just once and without editing anything (and provided you can use the command), you can type

     

    @loadnpc npc/path/to/script.txt

     

    And the server will try to load the specified NPC

     

    sorry, but I think you got it wrong.
     
    Or that I expressed myself badly.
     
    I want to add a new NPC (add the sprite)
     
    to not need to replace original sprite.
     
    I want to add the sprite to be able to use in future scripts npc.

  3.  

    *npcspeed <speed value>;*npcwalkto <x>,<y>;*npcstop;These commands will make the NPC object in question move around the map. As they currently are, they are a bit buggy and are not useful for much more than making an NPC move randomly around the map.'npcspeed' will set the NPCs walking speed to a specified value. As in the @speed GM command, 200 is the slowest possible speed while 0 is the fastest possible (instant motion). 100 is the default character walking speed.'npcwalkto' will start the NPC sprite moving towards the specified coordinates on the same map as it is currently on. The script proceeds immediately after the NPC begins moving.'npcstop' will stop the motion.While in transit, the NPC will be clickable, but invoking it will cause it to stop moving, which will make it's coordinates different from what the client computed based on the speed and motion coordinates. The effect is rather unnerving.Only a few NPC sprites have walking animations, and those that do, do not get the animation invoked when moving the NPC, due to the problem in the NPC walking code, which looks a bit silly. You might have better success by defining a job-sprite based sprite id in 'db/mob_avail.txt' with this.

     

    thanks :D


  4. as I can an NPC walk into town, passing specific coordinates for him ...
     
    I want it to go from a point x to a point y ... and then disappears ...
    and repeat this process several times ...

     

    thanks

     

    :D


  5. how to put clouds on the map?
     
    Instead of being a black background, getting a sky with clouds?
     
    (in aerial maps)
     
    and how can I change the color of clouds !?
     
    thanks!
     
    :D

  6. The first one is EL_COOLER and the second one is EL_CHILLY_AIR.

     

    thanks Gordis!^^

     

     

    but I think my emulator is in trouble.
     
    I tried to use my skill in
    SI_COOLER_OPTION
      SI_COOLER
     
    and could not produce the effect.
     
    =/

  7. Level one and two(or three) of the Elemental Control skill, using varuna as a summon.

     

    the name of skill is "Elemental Control"?

     

    @EDIT

     

    tell which her name on the SRC / skill.c ??


  8.  

    Run this command

    map-server --generate-translations
    If on windows, run from command prompt

    Else run it from putty.

     

     

    I should turn the map-server from the command prompt?

     

    go to the folder where my map server and run it from the command prompt?
     
    did not understand what you meant.
     
    I tried to run this command you gave me, but it will not!

  9.  

     

     

     

    how to enable rolate system?

     

    updated the emulator and I'm not getting enable the roulette!

     

    thanks

    Conf/battle/features.conf

    Enable roulette from there

    (You should also have client 2014-10-22 or higher)

     

    thanks Dastgir! :D

     

    about other systems, they are developing?

    (Rodex and achievements System)

     

    I saw a screen you posted with active icons.

    I thought that was already in test! : D: D: D

     

    thanks!

    That would be implemented once there's enough info on how that works(and its packets)

     

    i understand! thanks for the information.
     
    : D

  10.  

    how to enable rolate system?

     

    updated the emulator and I'm not getting enable the roulette!

     

    thanks

    Conf/battle/features.conf

    Enable roulette from there

    (You should also have client 2014-10-22 or higher)

     

    thanks Dastgir! :D

     

    about other systems, they are developing?
    (Rodex and achievements System)
     
    I saw a screen you posted with active icons.
    I thought that was already in test! : D: D: D
     
    thanks!
×
×
  • Create New...

Important Information

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