Jump to content

K4m4r40

Members
  • Content Count

    65
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by K4m4r40

  1. Testei seu comando de 2 formas: prt_fild01,218,123,5 script Basilica::ba_buffer 139,{OnInit:initnpctimer;end;OnTimer0001:unitskilluseid getnpcid(0),"HP_BASILICA",5;end;OnTimer39500:initnpctimer;end;} dai deu esse erro: e testei também dessa forma: prt_fild01,212,123,5 script Basilica::ba_buffer 71,{unitskilluseid getnpcid(0),"HP_BASILICA",5;end;} dai apareceu isso e crash server: tem alguma coisa haver com isso? getnpcid("0") Thx pela ajuda.
  2. Olá pessoal, Queria fazer a basílica funcionar nessa npc, e não só o efeito. não tenho muita experiência com npcskill e nem unitskillusepos. Quero que o jogador possa se proteger dos mobs ao lado do npc. Print: prt_fild01,218,123,5 script Basilica::ba_buffer 139,{OnInit:initnpctimer;end;OnTimer0001:specialeffect 374;end;OnTimer39500:initnpctimer;end;} Info do skill: Tentei usar os comandos citados acima seguindo o script_command,txt.... porém nem sinal de dar certo. Vlw pela ajuda.
  3. I tried to follow the examples as "script_command", I've never used these commands ... This is my npc,
  4. I tried several times using severeal commands of the script_commands.txt ... without success! the most I got was this: prt_fild01,218,123,5 script Basilica::ba_buffer 139,{OnInit:initnpctimer;end;OnTimer0001:specialeffect 374;end;OnTimer39500:initnpctimer;end;} Information: Number effect: 374 What do is need this npc to too run the skill? At the moment only works the effect. I'm trying to 4 days and nothing. #fail
  5. thanks for the support, helped me a lot.
  6. I wanted to know the files that need to edit to add markings on the minimap.(Navigator System) Wanted to add the markings on some maps que I edited and custons maps. Thx for help.
  7. pagination system, I will try, thx the tip.
  8. has some way to show the large menu without spending limit? I'm out of ideas hehe. I thought of something like: menu"Previous maps ...",return,"map 61",map_61,"map 62",map_62,"map 63",map_63,"map 64",map_64,"map 65",map_65,"map 66",map_66,"map 67",map_67,"map 68",map_68,"map 69",map_69,"map 70",map_70; gave a dismal now
  9. is possible to increase the maximum characters on the menu? My menu has more than 70 maps.... Thx for help.
  10. Let's look... setcell "prt_fild01",216,121,220,125,cell_basilica,0; ----------------------------------------------------------------------------------------- Let's get this straight, this script would be represented this way? º(Y1)121 º(X1)216 (NPC)218,123 º(X2)220 º(Y2)125 correct? ----------------------------------------------------------------------------------------- *Not understand about the representation of the flag. 'flag' can be 0 or 1 (0:clear flag, 1:set flag). How would the npc? ~sorry for my english.
  11. How do I create an NPC hidden, conjuring the skill "Basilica" infinitely? npcskilleffect or specialeffect2? One example, please. duration of the skill and (effect visual): 40 sec Nº effect: 374 Obs.: I intend to use this idea also in "magic shield" and "sacred shield". Thx for help.
  12. Nice man, i'll try. thx for help!
  13. Hello, I would like to increase the power of the novice's skills and their evolutions. My server is High Rate. Lv max 1500 Stats max 1500 3rd ON The skills selected are: Obs. The healing values below have been tested with all attributes in the 1500 (Archbishop) - Unequipped Original: My idea: Being high rate, wanted to revive the value of the novice and developments for: party's, woe's and pvp. I do not want to use: Heal lvl 30 Bless lv 50 AGI lv 30 Even thought about increasing the value of healing through equipment... More the buffs, I wanted to increase the bonus. ------------------------------------------------------------------------------------- It is difficult to perform these modifications on the server? ------------------------------------------------------------------------------------- *Sorry if I posted in the wrong place. Thx for help.
  14. my problem: "=> ^FF8C00Muka^000000 ^FF0000["+(getmapusers("moc_fild02.gat"))+"]^000000(^00CED140^000000 á ^FF000080^000000)",moc_fild02,"=> ^FF8C00Zombie^000000 ^FF0000["+(getmapusers("pay_dun00.gat"))+"]^000000(^00CED140^000000 á ^FF0000100^000000)",pay_dun00, "=> ^DC143CProntera Culvert^000000 ^FF0000["+(getmapusers(".gat"))+"]^000000(^00CED140^000000 á ^FF0000100^000000)",prt_sewb, there are 4 floors I wanted to show the sum of online players in the 4 maps in this menu,in the case, will be this way, right? set @on_prt_sewb1 ,"+(getmapusers("prt_sewb1.gat"))+";set @on_prt_sewb2 ,"+(getmapusers("prt_sewb2.gat"))+";set @on_prt_sewb3 ,"+(getmapusers("prt_sewb3.gat"))+";set @on_prt_sewb4 ,"+(getmapusers("prt_sewb4.gat"))+";set @on_prt_sewb, (@on_prt_sewb1 + @on_prt_sewb2 + @on_prt_sewb3 + @on_prt_sewb1);"=> ^DC143CProntera Culvert^000000 ^FF0000["+@on_prt_sewb+"]^000000(^00CED140^000000 á ^FF0000100^000000)",prt_sewb, right? is there any more simple way to do this? Thx for help @edit Makes two years not create one scripts, I forgot commands that helped simplify my NPCs. =(
  15. Hi, Wanted to show within a command mes "", the sum of online players in 3 maps. Maps Are: ice_dun01 , ice_dun02, ice_dun03 *Wanted to know if the following command is right. set @on_orcsdun,"+(getmapusers("orcsdun01.gat"))+(getmapusers("ice_dun02.gat"))+(getmapusers("ice_dun02.gat"))"; mes "Orc Dungeon <^FF0000"+@on_orcsdun+"^000000>!"; *And was wondering if there is a way to show the sum of the players online in the maps without using variable... Take much resolve this issue, i thank all aid. Sorry for the English.
×
×
  • Create New...

Important Information

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