Private Server Info and Support Thread

12/13/2014 11:22 NoCheatImPGM#1261
Quote:
Originally Posted by SYSTEMEWAR View Post
hi,

I search the packets of "PLD 8" visual effect and of "DCR 250" anyone know what is the packets please :)

Best regards.
Mdr ça ce voit que tu n'as pas changé...
Code:
0|n|MAL|SET|userID
0|n|fx|start|SABOTEUR_DEBUFF|userID
12/13/2014 11:25 SYSTEMEWAR#1262
Merci, Et je te retourne le compliment ;)

Si tu veut faire un serveur sans lag pense au Threading

Petite aide en vaut bien une autre.
12/13/2014 11:34 cryz35#1263
Quote:
Originally Posted by NoCheatImPGM View Post
Mdr ça ce voit que tu n'as pas changé...
Code:
0|n|MAL|SET|userID
0|n|fx|start|SABOTEUR_DEBUFF|userID
To stop
Code:
0|n|MAL|REM|userID
0|n|fx|end|SABOTEUR_DEBUFF|userID
12/13/2014 11:36 NoCheatImPGM#1264
Quote:
Originally Posted by cryz35 View Post
To stop
Code:
0|n|MAL|REM|userID
0|n|fx|end|SABOTEUR_DEBUFF|userID
You did well to give him, he could not find it himself :)
12/13/2014 12:25 SYSTEMEWAR#1265
You are funny guys NoCheat x)

Thanks you cryz !
12/13/2014 12:40 LEJYONER(DS)#1266
Quote:
Originally Posted by NoCheatImPGM View Post
You did well to give him, he could not find it himself :)
main.swf Paste ? :)
12/13/2014 16:08 Destiny#1267
i need help with my firework system
12/13/2014 18:51 cryz35#1268
Quote:
Originally Posted by edox77 View Post
i need help with my firework system [Only registered and activated users can see links. Click Here To Register...]
Make a list and add fireworks in it.
Then make a loop and explode all together.
Firework id changes color/size.
12/13/2014 23:29 olitis1#1269
I'm trying to edit main.swf because I want to add Honor update function:
I'm doing this:
-Add this line in ServerCommands.as->class ServerCommands:
Code:
public static const HONOR_POINTS_UPDATE:String = "HP";
-Add this line in SetAttributeAssembly.as->class SetAttributeAssembly->function initDelegateDict():
Code:
this.delegateDict[ServerCommands.HONOR_POINTS_UPDATE] = this.assembleHonorPointsUpdate;
-Add this function in SetAttributeAssembly.as->class SetAttributeAssembly:
Code:
private function assembleHonorPointsUpdate(param1:Array) : void
{
    Hero.honorPoints = int(param1[3]);           
 this.main.getGuiManager().updateInfoField(SimpleWindow.WINDOW_CLASS_USER,SimpleContainer.CONTAINER_CLASS_HERO_INFO_2,SimpleElement.TYPE_HONOR);
}
And I get this bug (no full load) entering on map:

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

Note: I edited main.swf with JPEXS decompiler and with the edit (experimental) tool.
12/14/2014 02:00 cryz35#1270
Quote:
Originally Posted by olitis1 View Post
I'm trying to edit main.swf because I want to add Honor update function:
I'm doing this:
-Add this line in ServerCommands.as->class ServerCommands:
Code:
public static const HONOR_POINTS_UPDATE:String = "HP";
-Add this line in SetAttributeAssembly.as->class SetAttributeAssembly->function initDelegateDict():
Code:
this.delegateDict[ServerCommands.HONOR_POINTS_UPDATE] = this.assembleHonorPointsUpdate;
-Add this function in SetAttributeAssembly.as->class SetAttributeAssembly:
Code:
private function assembleHonorPointsUpdate(param1:Array) : void
{
    Hero.honorPoints = int(param1[3]);           
 this.main.getGuiManager().updateInfoField(SimpleWindow.WINDOW_CLASS_USER,SimpleContainer.CONTAINER_CLASS_HERO_INFO_2,SimpleElement.TYPE_HONOR);
}
And I get this bug (no full load) entering on map:

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

Note: I edited main.swf with JPEXS decompiler and with the edit (experimental) tool.
You can edit it but adding a function on some assemblies brokes the file. I can do everything on others but ServerCommands mess' everything. Use this maybe..
0|LM|ST|HON|" + amount + "|" + user.Honor
12/14/2014 02:34 olitis1#1271
Quote:
Originally Posted by cryz35 View Post
You can edit it but adding a function on some assemblies brokes the file. I can do everything on others but ServerCommands mess' everything. Use this maybe..
0|LM|ST|HON|" + amount + "|" + user.Honor
This code is for rewarding honor to a user, I only want to update it.
Is possible to edit it without breaking it?
12/14/2014 09:20 cornelius21#1272
hi, im making a "clone" of darkorbit with monogame just for fun. and well my answer is if someone knows how darkorbit client create the sprite of the ships, cause when a create the sprite, during move the ship, when i try to turn around the animation is ugly, the ship moves much, i mean the center of the ship(the imagen) move mucho from center but the rectangle is the same and i dont change angles just move to the next frame.


now im trying to make a special change, load the part with his correct windth and height. but if someone can help me.
12/14/2014 10:50 LEJYONER(DS)#1273
Hi Guys , I Wanna Darkorbit Equipment Version But How Do ?

My Server Equipment Screen: [Only registered and activated users can see links. Click Here To Register...]
12/14/2014 16:27 cryz35#1274
Quote:
Originally Posted by olitis1 View Post
This code is for rewarding honor to a user, I only want to update it.
Is possible to edit it without breaking it?
If you leave the reward it will just update it, or HeroInıt.
Yes. But not with the experimental thing.
12/17/2014 15:15 SultanDP#1275
Hi guys, new private server will be open but we have a problem with damage/equipement system,

the script was codded in java by our coder,lets see if i can explain the problem imagine that i have 3 LF3 in my ship 150 * 3 = 450 damage well, then i start the emulator everything ok, i log into the game and of course my damage is 450 in the database i've "PlayerName: Sultan | LF3: 3" more or less well, if i close the client (the spacemap) and i change something, for example i put one more LF3, so i have 4 LF3 now,the emulator still thinks that you've 3 cause it can't update the connection to the database to check how many LF3 have the user atm.


Thanks .


((PS : i have bad english ..))

If you want more information about the server .. our teamspeak : 5.196.206.207