Jump to content

xienne15

Members
  • Posts

    226
  • Joined

  • Last visited

Everything posted by xienne15

  1. Try to search on scripts, there are alot of malls out there.
  2. That the properties of the model, you can edit the shadows using photo editing tools like photoshop.
  3. This is an old client, they can pick their stat's in-game.
  4. How to make a script for item that reduces the skill damage by percent? For example i have happy_card on my armor and the description is reduce final strike/asura/certain skills damage to you by 50%, i am not referring to elements.
  5. from my offline xD it comes with different colors and it is rotating on my head.
  6. is there a hourglass rsm files in RO?
  7. Just edit them on mob_db.txt in db
  8. for example your ID is 10, all commands below 10 will be also added in your ID 10
  9. conf\help.txt conf\help.txt
  10. Yes you can. 139 for invisible NPC script and 111 for invisible talkable NPC. If you want to know the x,y of the map go to gat edit mode and hover your mouse to your chosen place and press I, which will give you a pop up of the coordinates.
  11. You mean the text on the dispbottom? or the warp itself?
  12. The not walkable(no snipe) will make the players such as hunters and range character not able to attack monster. For example you add the cell not walkable not snipable to hills, Hunters cannot snipe and attack the monster, but if you put not walkable only they will be able to snipe the monster and damage them. other cells is i dont really touch them since most of them are alike, it's just the color. Better toch the 3 gat types if you want to create a map.
  13. Pr 1) To change gat types under Gat Edit pressing [ and ] will do the job. 2) To delete object from the map go to Object Edit and select the object you wanted to delete and hit Backspace.
  14. you can ry that out since the bgm name is inside ""
  15. can u give me a full sample script please.? prontera,198,154,0 script Singer 139,{ mes "[Singer]"; mes "I will sing to you a song~!!"; emotion e_no1; next; playBGM "102"; //BGM number or you can name your BGM. close; how do i play those song with using NPC and it costs 1 million zeny? my song file is 200, 201, 202, 203, 204, 205, 206, 207, 208, 209 ,210 izlude,115,137,2 script MP3 Player 139,{ mes "[Singer]"; mes "I will sing to you a song~!!"; emotion e_no1; next; playBGM "200"; //BGM number or you can name your BGM. end; } this script didnt work.. i have <TAB> any error? both i tried end; and close; also same error. What is the error on map-server?
  16. Uhh i'm using hamachi so the IP changed actually, but I already try to change it to 127.0.0.1 and it's still the same message popping when I login What version is ur client?
  17. I diffed read folder data, and both clientinfo.xml has localhost (127.0.0.1) IP in their address. Your IP in ur emulator is different. 25.22.47.251 not 127.0.0.1
  18. Yup Legaia is one of the best RPG i played on psx. Since Rune midgard re-discovered Rim elm, they try to build it in the same way as old but making sure that it is well civilized and modernized to be more protected from the evil monsters outside the area. Want to be in nostalgic feeling? Watch~ The thumbnail on the video is more like a training area where you can hear the monks says "hu hu hu" like the sound in Biron Monastery~
  19. can u give me a full sample script please.? prontera,198,154,0 script Singer 139,{ mes "[Singer]"; mes "I will sing to you a song~!!"; emotion e_no1; next; playBGM "102"; //BGM number or you can name your BGM. close; how do i play those song with using NPC and it costs 1 million zeny? my song file is 200, 201, 202, 203, 204, 205, 206, 207, 208, 209 ,210 izlude,115,137,2 script MP3 Player 139,{ mes "[Singer]"; mes "I will sing to you a song~!!"; emotion e_no1; next; playBGM "200"; //BGM number or you can name your BGM. end; } this script didnt work.. i have <TAB> any error?
×
×
  • Create New...