All mob meshes , technique , tool and tool code source
Discussion on All mob meshes , technique , tool and tool code source within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.
All mob meshes , technique , tool and tool code source
as the title says
here is the technique (thanks to pro4never)
simple c# app. which capture certain area from screen
and i've changed the handling of the expball to change my body , added it to f1 , ++ing each time without taking away the item with declaring the variable out side the method
case 722136:
case 723911:
case 723834:
case 723700:
{
client.Entity.Body = n;
n++;
break;
}
by using this c# app. i was recording certain arena from the screen and saving it with the mesh id , later on to avoid empty meshes i've made a button to set the variable of current mob mesh
here is the code source (not the best way to get it done but this was working pretty fine)
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Drawing.Imaging;
namespace ScreenShooter
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
public int num = 1;
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
{
if (keyData == Keys.F1)
{
Bitmap screenShot = null;
Bitmap croppedImage;
Graphics screen;
string FileName = "C:\\Users\\Andrew Rober\\Desktop\\NPCMesh\\" + num + ".png";
screenShot = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height, PixelFormat.Format32bppArgb);
screen = Graphics.FromImage(screenShot);
screen.CopyFromScreen((Screen.PrimaryScreen.WorkingArea.X / 2), (Screen.PrimaryScreen.WorkingArea.Y / 2), 0, 0, Screen.PrimaryScreen.Bounds.Size,
CopyPixelOperation.SourceCopy);
screenShot.Save(FileName, ImageFormat.Png);
//crop image
if (screenShot != null)
{
int x = 550;
int y = 300;
int xWidth = 200;
int yHeight = 200;
Rectangle rect = new Rectangle(x, y, xWidth, yHeight);
croppedImage = screenShot.Clone(rect, PixelFormat.Format32bppArgb);
if (croppedImage != null)
{
pictureBox1.Image = croppedImage;
croppedImage.Save(FileName, ImageFormat.Png);
}
}
label1.Text = num.ToString();
num++;
return true;
}
return base.ProcessCmdKey(ref msg, keyData);
}
private void button1_Click(object sender, EventArgs e)
{
num = Convert.ToInt32(textBox1.Text);
}
}
}
also was working on the npc meshes but i got college tomorrow and the npc meshes range is 0-20k and that would take the whole night , feel free to do it for me and add credited for the tool
if i had more time ill release effects / ground effects / npc meshes / npcs effects / flags
each image title is it's mob mesh , to get the image name you must click on the image , go to the hosting website , drag image to the address bar and it will give you direct link with mobmesh.npg in the address bar
you can either download them or just check them here
PART1
For me .. i dont need to test all meshes .. i just check which monster i would like to add through C3 Viewer
anyways i alawys Appriciate Good work .. Keep going
it took me just an hr to code / capture everything , not really a big deal , but matter of fact i prefer having such gallery where i can find any mob i want in matter of seconds than searching everytime in the c3 files , right ? :P
plus it's so common that the c3 viewer plugins crash on windows 7 (happens to me allllll the time) , so yup i still find it useful , thanks anyway
Someone mentioned getting me some hosting. If they follow through I'll be posting every single client resource in the game using Item/Mesh/Mob name, id and other info that is all seperated by path version and duplicated are culled by (very basic) image recognition.
That being said... seems you've already rendered most of that useless.
I love the idea, and I'm going to borrow it if you don't mind. If I could make a suggestion though, it would be cool if the command you're testing did the picture taking for you. I made my command do that where Conquer's rectangular window is gotten using the native FindWindow & GetWindowRect functions from the WinAPI. With the rectangle, I can focus on that and then crop the photos based on that area. Just a thought. It makes it a lot easier.
I love the idea, and I'm going to borrow it if you don't mind. If I could make a suggestion though, it would be cool if the command you're testing did the picture taking for you. I made my command do that where Conquer's rectangular window is gotten using the native FindWindow & GetWindowRect functions from the WinAPI. With the rectangle, I can focus on that and then crop the photos based on that area. Just a thought. It makes it a lot easier.
dammit you are reading my mind XD i thought of a similar idea to get the source to run that app and take pictures XD
and thank you that's so so so motivating
Some Query in Tool To Get It Fast With GM Helper(Source Code)^^ 10/01/2012 - SRO PServer Guides & Releases - 26 Replies Hello, Epvpers,
I got you today Source code for simple program with some querys.
I released the source code for new beginners in programing "purpose of education" .
it's the source code of last version "V1.0.04" has released.
Query Fast Get V1.0.04(Source code by DieEyes).rar
Source Code of: BID/TRADE Tool [BestBots.ro] 12/23/2011 - DarkOrbit - 3 Replies Hello, it's not something special or secret, but I uploaded you the Source File of the Tool from BestBots.ro.
It's the "BID/TRADE TOOL".
Original Link:
Free tool for BID / TRADE for DarkOrbit
Source Code:
Download Me
Virustotal: