Jump to content

Tales

Members
  • Posts

    319
  • Joined

  • Last visited

Everything posted by Tales

  1. Tales

    OnNPCKillEvent

    But my concern is whether this script will run for each character. I mean, it will create instances for each character? If I have a server with 800 people, it will not cause crash? Look this monster "prontera",123,42,"Poringz0rd",2341,23,"Master::OnThisMobDeath"; amatsu,13,152,4 script Master 767,{ mes "Hi there"; close; OnThisMobDeath: announce "Hey, "+strcharinfo(0)+" just killed a Poringz0rd!",bc_blue|bc_all; end; } Each time that i play kill a mob, he ill receive a Instance of this script without cause crash to the server?
  2. How can i get a specific mob id when a player kill him? I mean...When you kill a poring 5 times you will receive 5 apples. i think on this... - script 0a10 -1,{ setarray .control[0],0,0,0,0,0,0; OnNPCKillEvent: if (BaseLevel <= 10){ if (killedrid == 1002) { .controle[0] = .controle[0]+1; } } http://rathena.org/board/topic/85798-onnpc-kill-summon-monster/ -> but this args change my mind Like already discussed in this area, you should use the monster command and an additional label to be triggered when the monster dies if you only want to trigger the death of a few certain monsters. OnNPCKillEvent should only be used if you want a general label which is triggered whenever any monster on the server is killed. You could want to use this, for instance, if you want to count all the monsters a player kills, but not if you want to trigger the death of certain, few monsters. The resource difference might not be that noticable for all cases, since we are talking about a very short time duration, but it still exists and if you run many unoptimised scripts, you will eventually notice a different. And this, change my mind again... monster "prontera",123,42,"Poringz0rd",2341,23,"Master::OnThisMobDeath"; amatsu,13,152,4 script Master 767,{ mes "Hi there"; close; OnThisMobDeath: announce "Hey, "+strcharinfo(0)+" just killed a Poringz0rd!",bc_blue|bc_all; end; }
  3. Miss configuration...Only when i try to install in another database that haven't the server's db.
  4. Hi guys! [sorry if i post it in wrong place] I have one doubt, so... i really need use the FluxCP SQL files inside my Server's Database? I mean, i have an web hosting with sql support and i can use this, but every time that i try to install flux its doesn't work. Only work if i install in my server's db. Has anyway to do what i want?
  5. Ok, i can do it, but, dont... Dont have other factors. Only It 1 Gunslinger with Armar that protect 50% damage against Human Attacks. Human attacker have only Long Barrel with Neutral Bullets '-' The damage that decress with this value is very low.
  6. Hellow Guys! Let me explain whats happen. For Ex: I set an item to give 50% of protection against Humans. A Human with BaseAtk = 4000 attacks a player with 4500 de HP with the asked protection. -What was supposed to happen: The Player with this proctetion will received 2000 of attack. -Whats Really Happen: He received 3800. Whats the F??? The Math is not avaliable on Emulators? 50% of 4000 = 2000. '-'
  7. Anyone know whats the true id of the Long Barrel? Its shows a machinigun when appers/attacking'
  8. [Error]: Memory manager: freed-data is changed. (freed in \src\common \db.c line 1072) Rathena What's it? A Found! Its happens because the script "OnPcDieEvent", but , why?
  9. Hellow! Anyone know about a script or other that can be use to Fix a Hit Damage with an monster for everyone since level 1 to 100? Ex: 1 Poring give 100 Hit points to Level 1 Char same Level 100 Char'' I think that will be used OnNpc"..." But, i dont know how i use '-' Note:I think it can also be used other metods
  10. Beacuse the Server Support, i dont know if it support'
  11. Anyone have an list of Recommed diffs to "2013-06-26bRagexe" ?
  12. I know, but, i dont want to open for all, i want open for a specific public. I know that all need EasyVPN installed to connected in the server, but, i dont know what i put on Char, Map and Login Conf. Look, on Hamachi, i put the "MyServer.Hamachi.info" with EasyVPN i put only IP ADRESS that i can see on my EasyVPN or what? Thx for your help Master Brian!
  13. Anyone can help me? I dont know why my server cant connect for other guys. I can connect but my friends on EasyVPN get falied to connect server. I change the char,map and login.conf to IP of EasyVPN, what i do wrong? Please, i want do a server for a group of my friends to play and pass time. NOTE: Sorry for my terrible english.
  14. Where can i change the times values for itens on Street? Leave, i Solved It.
  15. Anyone can ask to me, what's the Last Renewal Hexed? if it have a Download link. Im new Here '-' Any One can help me?
×
×
  • Create New...