Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting
You last visited: Today at 16:27

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[QUESTIONS]Got something to ask for all forumers .!

Discussion on [QUESTIONS]Got something to ask for all forumers .! within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2010
Posts: 399
Received Thanks: 514
Post [QUESTIONS]Got something to ask for all forumers .!

Hi to all .

Here i want to ask all forumer 2 questions .Hope u guys can help me .

1.How to restart server .?if can gv me that program or application .
2.Can give me link release about gear level 255 .I try to find it but still cant .

Thanks for replying .
AziQ is offline  
Thanks
3 Users
Old 04/25/2010, 13:01   #2
 
elite*gold: 0
Join Date: Aug 2008
Posts: 502
Received Thanks: 145
Regarding question 1
To restart a server, close down the servers, MSGServer, ACCServer, etc. Relaunch them using the blue icons in the server files. An easier method is sometimes to reboot the computer, if they are set to start with your windows operating system.

Regarding question 2
I am not sure if you are asking how to make them or not, but you could try here--

I hope this helps!
karnyge is offline  
Thanks
1 User
Old 04/25/2010, 13:19   #3
 
ProSkyZ's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 156
Received Thanks: 50
Regarding question 2
Just go to navicat
Choose my db
open cq_item table
Search for your item and change the magic3 value to 255

Cheers,
ProSkyZ
ProSkyZ is offline  
Thanks
1 User
Old 04/25/2010, 13:37   #4
 
CroW_ZeRo's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 56
Received Thanks: 18
on question no 2..i think he ask for equipment level not the bonus +1 till +255
CroW_ZeRo is offline  
Thanks
1 User
Old 04/25/2010, 13:38   #5
 
.Ash's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 1,175
Received Thanks: 539
Quote:
Originally Posted by ProSkyZ View Post
Regarding question 2
Just go to navicat
Choose my db
open cq_item table
Search for your item and change the magic3 value to 255

Cheers,
ProSkyZ
He asked for lvl lol

and for Question #1: close NPC server if you made a new npc or a monster and close MSG and restart both.. Or close all and make a
.Ash is offline  
Thanks
2 Users
Old 04/25/2010, 13:48   #6
 
elite*gold: 0
Join Date: Mar 2010
Posts: 399
Received Thanks: 514
Quote:
Originally Posted by CroW_ZeRo View Post
on question no 2..i think he ask for equipment level not the bonus +1 till +255
yaa .lvl actually .not + .
AziQ is offline  
Thanks
3 Users
Old 04/25/2010, 14:32   #7
 
CroW_ZeRo's Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 56
Received Thanks: 18
This might be help you..



if u like to add new bracelet,helm,necklace or boots follow this..above below are the normal tq equippment..
Code:
Boots -> 161090
Bracelet -> 141110
Necklace -> 121110
Helmet -> 111110
ok now i take warrior DragonBoots for example

Warrior DragonBoots will have ID like this

161090 < Normal
161091 < Refined
161092 < Unik
161093 < Elite
161094 < Super

ok now you need to add new item in your itemtype.dat by using Funhacker itemtype editor..here link


open your itemtype.dat then connect it to your mysql.then make new item ID,level and profession for your new boots.Click Add Items

161100
161101
161102
161103
161104

save your itemtype.dat

then you need to add a dds file in

Client\data\ItemMinIcon\yourdds.dds

then open your ItemMinIcon.ani ,this file u will found it at Client\ani\ItemMinIcon.ani
you will need to add something like this
Code:
[Item161100]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[Item161101]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[Item161102]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[Item161103]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[Item161104]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
after that open MapItemIcon.ani in the same folder and add this..
Code:
[161100]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[161101]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[161102]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[161103]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[161104]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
CroW_ZeRo is offline  
Thanks
1 User
Old 04/25/2010, 14:47   #8
 
elite*gold: 0
Join Date: Mar 2010
Posts: 399
Received Thanks: 514
Quote:
Originally Posted by CroW_ZeRo View Post
This might be help you..



if u like to add new bracelet,helm,necklace or boots follow this..above below are the normal tq equippment..
Code:
Boots -> 161090
Bracelet -> 141110
Necklace -> 121110
Helmet -> 111110
ok now i take warrior DragonBoots for example

Warrior DragonBoots will have ID like this

161090 < Normal
161091 < Refined
161092 < Unik
161093 < Elite
161094 < Super

ok now you need to add new item in your itemtype.dat by using Funhacker itemtype editor..here link


open your itemtype.dat then connect it to your mysql.then make new item ID,level and profession for your new boots.Click Add Items

161100
161101
161102
161103
161104

save your itemtype.dat

then you need to add a dds file in

Client\data\ItemMinIcon\yourdds.dds

then open your ItemMinIcon.ani ,this file u will found it at Client\ani\ItemMinIcon.ani
you will need to add something like this
Code:
[Item161100]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[Item161101]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[Item161102]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[Item161103]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[Item161104]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
after that open MapItemIcon.ani in the same folder and add this..
Code:
[161100]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[161101]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[161102]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[161103]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
[161104]
FrameAmount=1
Frame0=data/ItemMinIcon/yourdds.dds
aaa liltle harder .King_Arthur got anything for my Q2 .?
AziQ is offline  
Thanks
3 Users
Old 04/25/2010, 15:59   #9
 
chaosblade's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 186
Received Thanks: 101
For the restarting of the server you could get a program which once you specifiy the msg, npc, and acc server locations you just click a button and it restarts of if you wish to put in a timer if I find it because I remember I had it somewhere Ill post it here.
chaosblade is offline  
Thanks
1 User
Old 04/25/2010, 18:43   #10
 
ProSkyZ's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 156
Received Thanks: 50
It will be so hard to add all those weapons yourself my advice just use a db that contains them
As
Candy 1st and 2nd DB [USE SEARCH]
Revolution EO Leached DB [Use Search]

Alot more also there is hundreds of chinese dbs contain them if you know some chinese sites you would get them easy.
ProSkyZ is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
[QUESTION]Got some question for forumers .
05/27/2010 - EO PServer Hosting - 1 Replies
1.i've seen so many server got their own house/room for player .Where i can get that files .? 2.I want to search for mount crab and dragon(flying mount) .And where i can search them .? Thanks for answering this question .I'll not forget to give thanks .:)
ATTENTION ALL FORUMERS
09/23/2009 - Grand Chase - 7 Replies
idkwyw12 he/she is a freaking computer programmer she/he is trying to destroy all your computer in just 1 click NEVER EVER DOWNLOAD HIM/HER FILES>>>THOSE ARE CERTIFIED VIRUSES MADE FROM BATCH FILESS!!!!!!!!!!!!!!!!!!!!!!!!!
FORUMERS
06/05/2009 - Grand Chase Philippines - 4 Replies
to all forumers... please lng po wag nyu pinagsasabhan ng mga masasmang words ang mga tao d2 sa elite lalo na si moderator chiharu... kasalanan nyu un kung di nyu naabutan ung mga release na engine kasi sumusunod lng po kami sa rulez ngaun kaya sana maintindihan nyo!
For CEBU forumers lang.... palit ko og TUT
08/08/2008 - RF Online - 35 Replies
paliton nako TUT sa 1hit PB if naa mo, naa rako gamecity tabunok tambay pirmi, just pm me if naa mo paliton nako



All times are GMT +2. The time now is 16:27.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.