Jump to content

xienne15

Members
  • Content Count

    120
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xienne15

  1. - script EP7_lightanim -1,{ OnLight: donpcevent "#ep7effectAby1::OnAction"; sleep2 1000; donpcevent "EP7_lightanim::OnLight"; end; } //=============== ars_fild58,95,103,0 script #ep7effectAby1 139,{ OnAction:specialeffect 14;end; } im using this one,but it doesnt do anything at all. Do i need to do something first for it to trigger? seems likes its not.....please help
  2. pressing shift to view camera angle crash the client...using 2013-06-05 and 2013-07-03.. How to fix? and how is the screenshot quality work? what is the modifier? and the 2minimum char and 2 max char...what char is that?
  3. 1) I used the not walkable gat tile but the thing is i can high jump into it placing me t a not-movable area of that tile which is not walkable. How can i make the gat like in other default maps that you cant high jump in any places except for the walkable gats? Example: Prontera building: I used High Jump and the skill will just make me jump on where i am standing Custom map building(using the not walkable red tile): I used High jump and it will jump in the center of that building which is not walkable. 2) How can i make my map has a background of a sky? my map in-game at sides are black,how can i make it like blue sky?
  4. Yup, i did that. I cleared my map except the texture since i want to know where the center is
  5. its a effet since it comes with tga files
  6. I made a map using the izlude town, and i clear the map to edit as my town size. The upper part has default height and it's doing good as i see in-game....and at the lower part i made the height go down to put some market and everything seems fine on browedit, but when i try to see it in-game, the upper part looks like in the browedit,but the lower part is when i try to walk there, the textures on that lowered area are flickering black. How can i remove this flickering? solved!
  7. so cool, i want to see how the skill works
  8. I am requesting an npc that walks in straight line in prontera from middle fountain going to the kafra below prontera. I tried using the custom mob ID 2501(arch bishop) with mob_avail but when i try to see that npc, i got error like ajfasfasnf/arch bishop.spr or asdasdfasf/arch bishop.act, but sometimes i dont encounter this and can see the NPC...What could be the problem? im using 2013 client. P.S. I can summon 2501 without any error as monster,but when i put it to a moving npc it will close my client. prontera,160,187,3 script Alicia 2501,{stopnpctimer;mes "[Alicia]";mes "HI "+strcharinfo(0)+" !";close;goto OnInit;end;OnInit:startnpctimer;npcspeed 200;end;OnTimer2000:set .@random, rand(3);if (.@random == 0) { npcwalkto 163,179;npctalk "1a"; }if (.@random == 1) { npcwalkto 155,187;npctalk "1b"; }if (.@random == 2) { npcwalkto 158,180;npctalk "1c"; }end;OnTimer6000:set .@random, rand(3);if (.@random == 0) { npcwalkto 155,177;npctalk "2a"; }if (.@random == 1) { npcwalkto 160,177;npctalk "2b"; }if (.@random == 2) { npcwalkto 158,174;npctalk "2c"; }end;OnTimer13000:set .@random, rand(3);if (.@random == 0) { npcwalkto 165,182;npctalk "3a"; }if (.@random == 1) { npcwalkto 150,167;npctalk "3b"; }if (.@random == 2) { npcwalkto 170,187;npctalk "3c"; }end;OnTimer18000:npcwalkto 160,187;end;OnTimer21000:stopnpctimer;initnpctimer;end;}
  9. xienne15

    mob_avail

    Thank you, never thought it was for the cloth color....since the first time i use it,nothing changed. What i forgot is my jcurrent job will be different color from other job. Thanks for the heads up!
  10. xienne15

    mob_avail

    How can i make the Player looks has different cloth color? there is no Cloth_Color, yes i'm referring to a monster player. // MobID,SpriteID,Sex,Hair_Style,Hair_Color,Weapon,Shield,Head_Top,Head_Middle,Head_Bottom,Option,Dye_Color is there a way i can add the cloth_color after dye_color?
  11. Hwaiting~ i wanna play on this map`~
  12. Ill wait for the eclage info ":)
  13. The thing is in 2013 clients, all item weapon shows default sprite. What i mean is if i wear a Rudra's Bow it will still appear as brown ordinary bow,if i wear naght twin sword,it will look like a normal sword in sprite. Every weapon show as what they are...in short all bows shows as normal bow ,all swords shows normal swords no matter what sword sprite they must be in real. http://herc.ws/board/topic/1379-all-weapon-sprite-showing-default/ and i found another topic about it too. http://rathena.org/board/topic/73980-all-weapon-sprites-default/
  14. As i search in the forum, there is no guide how to make a custom weapon, the wiki is meant for the 2012 clients. since we are now on 2013 client,it uses lua to change descriptions etc. Is there a guide for it? http://herc.ws/wiki/Custom_weapons
  15. use the latest lua https://subversion.assembla.com/svn/client-side-translation/ delete your old luafiles514 before putting this version
  16. Yes since it supports 2013 clients. What skills doesnt work?
  17. How can i make the NPC have a timer for 10 seconds. here is my script mes "[ArchBishop]"; mes "I will be calling him now from the Church."; next; mes "[ArchBishop]"; mes "He will be here in 10 seconds,just wait for him."; next; mes "[ArchBishop]"; mes "Goodbye~"; summon "Poring",1002,3000, strnpcinfo(0) +"::On"+ getcharid(0); close; So the timer will be added after the bishop say he will be here in 10 seconds. And the player will need to wait 10 seconds after the bishop says the line Goodbye~.
  18. Basically i have this script that lets you rent a monster for 5 minute,but the problem is how can i make this summoned monster act like pet, that it will not die when the master died and logged out?, they will only go way when their rent time is up.
  19. As i see in the image, the Mora equipments are in that costume tab
  20. GUIDE: http://herc.ws/board/topic/152-obtaining-hercules/ PULL from GIT (pulling from it will give you hercules folder) http://svn.github.com/HerculesWS/Hercules.git folder? update your kro folder and download the latest client translation. and also download the rev 37 lua/lub file via svn
×
×
  • Create New...

Important Information

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