guys what if i make 2x line 101 ? ( ShipwreckCol:=16319232; )
and i write in script 2 different code, amybr its will shoot 2 another npc ? hmm, need try
I use the script to make gold riddi but the boat map of 2 to 6 and make the boat of some event like Revento.If you want I can make the choice to put the Tentacle also
It was by testing and doing well without any problem
I use the script to make gold riddi but the boat map of 2 to 6 and make the boat of some event like Revento.If you want I can make the choice to put the Tentacle also
It was by testing and doing well without any problem
)) i can shoot this npc's:
Tentacle 16515072
Red Korsar 15335424
Los Renegados 14352384
Wild13 14745600
Tortugas Gang 13762560
Sinclare's Men 12976128
Rat Pack 12779520
Los Amistadores 11796480
Calico's Men 11206656
Morgan's Buccaneers 10616832
Flying Dutchmen 10027008
Tiamat 15925248
Kiribati 9043968
Kiliwallis 8650752
Kokelau 8454144
Trinidad 8060928
Santa Lucia 7864320
Esmeralda 7667712
I applaud you for telling everyone how to do this, and it will work okay for everyone, as long as they don't change the wrong things.
With that being said, there will be a few issues when using this script as an NpcBot.
I have no problems with this post though, i don't mind
Here are a few answers to some of the questions/issues brought up so far in this thread:
Quote:
Originally Posted by ARMI[69]
)) i can shoot this npc's:
Tentacle 16515072
Red Korsar 15335424
Los Renegados 14352384
Wild13 14745600
Tortugas Gang 13762560
Sinclare's Men 12976128
Rat Pack 12779520
Los Amistadores 11796480
Calico's Men 11206656
Morgan's Buccaneers 10616832
Flying Dutchmen 10027008
Tiamat 15925248
Kiribati 9043968
Kiliwallis 8650752
Kokelau 8454144
Trinidad 8060928
Santa Lucia 7864320
Esmeralda 7667712
Just an FYI, if you shoot the tentacles using this, when you get poisoned, the script will think that you need to repair (as your hp colour has changed), so it will keep going to the corner to repair until the poison wears off, then it will look for another tentacle.
Quote:
Originally Posted by ARMI[69]
guys what if i make 2x line 101 ? ( ShipwreckCol:=16319232; )
and i write in script 2 different code, amybr its will shoot 2 another npc ? hmm, need try
You can not simply put another colour under it like:
ShipwreckCol:=16319232;
ShipwreckCol:=17254145;
That (^) will not work. You will need to write a new procedure, with a new variable.
Or, add a new variable and a new check in the same procedure.
Or create an array with all the new colours, and then change the procedure to loop through the array.
Quote:
Originally Posted by badey
How do I attack them both at the same time ?
Admiral Lucia and Santa Lucia ?
Quote:
Originally Posted by ARMI[69]
if you make admiral lucia, by santa lucia you start shoot automatic the admiral
This is an issue I have found in my personal NpcBot - As they both have the same skin, the colour given to them in the custom client is the same I believe.
So the only way I got around this was to check and search for the text "Admiral Lucia" to find an admiral instead of using its colour... Since i know then that its an admiral im shooting, i turn on powders, shields and pearl ammo
Quote:
Originally Posted by andmarian
code for event ship?
The colours for the event ships are as follows:
Pumpkin King: 14353152
Shadow Spider: 12387072
Restless Bones: 12190464
Revento: 8061696
Gargouille: 7865088
Moriantur: 12583680
Inferno: 8651520
I applaud you for telling everyone how to do this, and it will work okay for everyone, as long as they don't change the wrong things.
With that being said, there will be a few issues when using this script as an NpcBot.
I have no problems with this post though, i don't mind
Here are a few answers to some of the questions/issues brought up so far in this thread:
Just an FYI, if you shoot the tentacles using this, when you get poisoned, the script will think that you need to repair (as your hp colour has changed), so it will keep going to the corner to repair until the poison wears off, then it will look for another tentacle.
You can not simply put another colour under it like:
ShipwreckCol:=16319232;
ShipwreckCol:=17254145;
That (^) will not work. You will need to write a new procedure, with a new variable.
Or, add a new variable and a new check in the same procedure.
Or create an array with all the new colours, and then change the procedure to loop through the array.
This is an issue I have found in my personal NpcBot - As they both have the same skin, the colour given to them in the custom client is the same I believe.
So the only way I got around this was to check and search for the text "Admiral Lucia" to find an admiral instead of using its colour... Since i know then that its an admiral im shooting, i turn on powders, shields and pearl ammo
The colours for the event ships are as follows:
Pumpkin King: 14353152
Shadow Spider: 12387072
Restless Bones: 12190464
Revento: 8061696
Gargouille: 7865088
Moriantur: 12583680
Inferno: 8651520
-----
thats nice, i hope i dont do nothing bad for you, i use it for NPC, if i public or not.. jsut many want NPC bot i try help, i dont understand scar, or scripts im just one player ...
)))
Quote:
Originally Posted by xRiDDi
I applaud you for telling everyone how to do this, and it will work okay for everyone, as long as they don't change the wrong things.
With that being said, there will be a few issues when using this script as an NpcBot.
I have no problems with this post though, i don't mind
Here are a few answers to some of the questions/issues brought up so far in this thread:
Just an FYI, if you shoot the tentacles using this, when you get poisoned, the script will think that you need to repair (as your hp colour has changed), so it will keep going to the corner to repair until the poison wears off, then it will look for another tentacle.
You can not simply put another colour under it like:
ShipwreckCol:=16319232;
ShipwreckCol:=17254145;
That (^) will not work. You will need to write a new procedure, with a new variable.
Or, add a new variable and a new check in the same procedure.
Or create an array with all the new colours, and then change the procedure to loop through the array.
This is an issue I have found in my personal NpcBot - As they both have the same skin, the colour given to them in the custom client is the same I believe.
So the only way I got around this was to check and search for the text "Admiral Lucia" to find an admiral instead of using its colour... Since i know then that its an admiral im shooting, i turn on powders, shields and pearl ammo
The colours for the event ships are as follows:
Pumpkin King: 14353152
Shadow Spider: 12387072
Restless Bones: 12190464
Revento: 8061696
Gargouille: 7865088
Moriantur: 12583680
Inferno: 8651520
Ahh and sorry, i think i was ask your skype but i dont seen answer, i want aks first before i post. + ask you you dont do some npc bot? , i jsut use your bots, you have very very nice works
thats nice, i hope i dont do nothing bad for you, i use it for NPC, if i public or not.. jsut many want NPC bot i try help, i dont understand scar, or scripts im just one player ...
)))
Ahh and sorry, i think i was ask your skype but i dont seen answer, i want aks first before i post. + ask you you dont do some npc bot? , i jsut use your bots, you have very very nice works
with my script that I did not need to change anything .. boat only makes maps 2 to 6 puese no more because only the options will shoot everything execto the Tentacle because I put it. but if I want to wear it. but your script only one ship makes mine does all the boat they are on the map 2 to 6. the event as well as boat and moriantur revento hell and another 10 million lives.
with my script that I did not need to change anything .. boat only makes maps 2 to 6 puese no more because only the options will shoot everything execto the Tentacle because I put it. but if I want to wear it. but your script only one ship makes mine does all the boat they are on the map 2 to 6. the event as well as boat and moriantur revento hell and another 10 million lives.
i dont know man, i dont understand about scripts i just make this, i never do scripts and i never will do
i tryed to make this script to shoot everything the scripts says there is no error but he isnt shooting anything . only with one code from one ships its oke but ... it wont work gold shooting is verry slow