[HELP] azure do server effects 2

08/20/2013 21:09 nckrnckr#1
hello
me battle repair bot I found the effects code...
code:
Code:
{   
							return;
                         }							
		             }
					 Settings.fastRepair = _loc_108;
					 if (_loc_66 != null)
					 {
					     _loc_147 = _loc_66.getTopMenu();
						 if (_loc_147 != null)
						 {
						     if (_loc_108 > 0)
							 {
							     _loc_147.setButtonAccess(SuperActionButton.ACTION_FASTREPAIR, true);
					             _loc_109 = _loc_147.getButton(SuperActionButton.ACTION_FASTREPAIR);
								 _loc_109.setCounterVisibility(true);
								 _loc_109.setCount(_loc_108);
							 }
                             else
                             {
							     _loc_147.setButtonAccess(SuperActionButton.ACTION_FASTREPAIR, false);
								 _loc_109 = _loc_147.getButton(SuperActionButton.ACTION_FASTREPAIR);
								 _loc_109.setCounterVisibility(false);
							 }	 
						 }
					 }
					 _loc_9 = this.main.screenManager.map;
					 if (_loc_9 !=null)
					 {
					     _loc_31 = _loc_9.setShipManager();
						 _loc_10 = _loc_31.getHero();
						 if (_loc_10 != null)
						 {
						     _loc_66.showRadiationWarning(_loc_106);
							 if (Main.showCross)
							 {
							     _loc_66.moveCrosshairs(_loc_5, _loc_6);
							 }
							 if (_loc_104 && Hero.repairSkillId != -1)
							 {
							     _loc_148 = PatternManager.robotPatterns[Hero.repairSkillId];
								 if (!this.effectsManager.doesEffectExitsOn(_loc_10, EffectIDList.TECH_BATTLE_REP_BOT_EFFECT))
								 {
								     _loc_149 = new BattleRepBotTechEffect(EffectIDlist.TECH_BATTLE_REP_BOT_EFFECT, new EffectPattern(EffectIDList.TECH_BATTLE_REP_BOT_EFFECT, _loc_148.resKey));
									 this.EffectsManager.addEffect(_loc_149, _loc_10, EffectsManager.NORMAL_EFFECT);
								 }
							 }
							 else
							 {
							     this.effectsManager.removeEffectByIdFromEntity(_loc_10, EffectIDList.TECH_BATTLE_REP_BOT_EFFECT);
							 }	 
						 }
					 }
					 break;
				 }
1. Is it true the code?
2. How can I add to the server
08/20/2013 21:15 Requi#2
this is the client code.
08/20/2013 21:22 nckrnckr#3
Where's the actual code?
08/20/2013 21:54 »Barney«#4
You have to write it
08/20/2013 22:08 nckrnckr#5
2. How can I add to the server???
where do I put

EDİT: WHY WHY WHY ??? :(

[Only registered and activated users can see links. Click Here To Register...]
08/20/2013 23:39 tonight*#6
I also need a lot of :)
08/20/2013 23:43 nckrnckr#7
If you have someone who can help give you teamviewer
08/20/2013 23:46 DrSkyfall™#8
Quote:
Originally Posted by nckrnckr View Post
2. How can I add to the server???
where do I put

EDİT: WHY WHY WHY ??? :(

[Only registered and activated users can see links. Click Here To Register...]

It's not really the good way to making it ..

But You are really creative, I love it :).
08/21/2013 07:36 th0rex#9
Learn Programming!!! And please dont spamm this. You wont get everything you want just because you ask nice.

Edit: @Skyfall im gonna search something Firefox was trying do to. That was Creative xD
08/21/2013 12:19 nckrnckr#10
Are they useful?
[Only registered and activated users can see links. Click Here To Register...]