Register for your free account! | Forgot your password?

You last visited: Today at 06:41

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

Advertisement



Hosting Magic World Online (MWO) Server

Discussion on Hosting Magic World Online (MWO) Server within the Private Server Advertising forum part of the Private Server category.

Closed Thread
 
Old 12/02/2011, 02:46   #976
 
elite*gold: 0
Join Date: Aug 2010
Posts: 152
Received Thanks: 54
New mounts are in the new attrres v5

macro_SetBaseItemInfo(1,5) 5 is the + # (dropitem folder)
NerthuzMWOGM is offline  
Old 12/03/2011, 03:13   #977
 
elite*gold: 0
Join Date: Apr 2011
Posts: 72
Received Thanks: 8
Quote:
Originally Posted by NerthuzMWOGM View Post
New mounts are in the new attrres v5

macro_SetBaseItemInfo(1,5) 5 is the + # (dropitem folder)
tyvm for the info bro....eventhough i still little confuse...i only found script like this at drop item :
macro_SetBaseItemInfo(3,3100+c1)
macro_SetBaseItemInfo(4,3400+c2)
macro_SetBaseItemInfo(5,1500+c3)

......is macro_SetBaseItemInfo(1,5) have to put at all gear file or only at 1 file????

ahhhh...found 1....it has to put script like this at gear....
if(macro_GetGoldLvl(6)) then
macro_SetBaseItemInfo(1,7)
is that right???

but if that so...only gear that put on dropitem folder that can be upgrade to +6-+10...
godam_wing is offline  
Old 12/03/2011, 07:16   #978
 
elite*gold: 0
Join Date: Aug 2010
Posts: 152
Received Thanks: 54
macro_SetBaseItemInfo(1,x) x= + x=(1-100?)
macro_SetBaseItemInfo(2,x) x=color some color may not work
macro_SetBaseItemInfo(3,x) x=ap min
macro_SetBaseItemInfo(4,x) x=ap max
macro_SetBaseItemInfo(5,x) x=increase magic attack
macro_SetBaseItemInfo(6,10905) soul code
macro_SetBaseItemInfo(7,1) %exp
macro_SetBaseItemInfo(8,3) burning points
macro_SetBaseItemInfo(9,23) phys soul code
macro_SetBaseItemInfo(10,2000) increase phy or skill or soul

now this most only work on weapons

macro_SetBaseItemInfo(1,x) x= + x=(1-100?) will work on all to set + you want

goldlvl only work on gws idk y

set to set + put what stats u want then add that line with it

or make it random like this

rand=macro_Rand(100)
if (rand<50) then
macro_SetBaseItemInfo(1,6)
macro_AddExtItemInfo(1407,15000)
macro_AddExtItemInfo(1507,15000)
elseif (rand>50) then
macro_SetBaseItemInfo(1,7)
macro_AddExtItemInfo(1407,20000)
macro_AddExtItemInfo(1507,20000)
end
NerthuzMWOGM is offline  
Old 12/03/2011, 07:31   #979
 
elite*gold: 0
Join Date: Dec 2010
Posts: 92
Received Thanks: 11
ok i found the new mounts cool whats your hamachi network i would like to play a little on your server nerthuz and see what you got going now
nobodyouknow is offline  
Old 12/03/2011, 07:39   #980
 
elite*gold: 0
Join Date: Aug 2010
Posts: 152
Received Thanks: 54
TwilightPMWO1-20
NerthuzMWOGM is offline  
Thanks
1 User
Old 12/04/2011, 01:03   #981
 
elite*gold: 0
Join Date: Dec 2010
Posts: 92
Received Thanks: 11
Closed Beta starting soon make sure to check the facebook page for beta key giveaways and contests.
nobodyouknow is offline  
Old 12/05/2011, 05:11   #982
 
elite*gold: 0
Join Date: Apr 2011
Posts: 72
Received Thanks: 8
Quote:
Originally Posted by NerthuzMWOGM View Post
macro_SetBaseItemInfo(1,x) x= + x=(1-100?)
macro_SetBaseItemInfo(2,x) x=color some color may not work
macro_SetBaseItemInfo(3,x) x=ap min
macro_SetBaseItemInfo(4,x) x=ap max
macro_SetBaseItemInfo(5,x) x=increase magic attack
macro_SetBaseItemInfo(6,10905) soul code
macro_SetBaseItemInfo(7,1) %exp
macro_SetBaseItemInfo(8,3) burning points
macro_SetBaseItemInfo(9,23) phys soul code
macro_SetBaseItemInfo(10,2000) increase phy or skill or soul

now this most only work on weapons

macro_SetBaseItemInfo(1,x) x= + x=(1-100?) will work on all to set + you want

goldlvl only work on gws idk y

set to set + put what stats u want then add that line with it

or make it random like this

rand=macro_Rand(100)
if (rand<50) then
macro_SetBaseItemInfo(1,6)
macro_AddExtItemInfo(1407,15000)
macro_AddExtItemInfo(1507,15000)
elseif (rand>50) then
macro_SetBaseItemInfo(1,7)
macro_AddExtItemInfo(1407,20000)
macro_AddExtItemInfo(1507,20000)
end
nice info bro....tyvm....
godam_wing is offline  
Old 12/06/2011, 00:08   #983
 
elite*gold: 0
Join Date: Dec 2010
Posts: 92
Received Thanks: 11
will everybody please vote on the upcoming server i need to know what you guys think please the poll is on the right side of the page
nobodyouknow is offline  
Old 12/06/2011, 15:21   #984
 
elite*gold: 0
Join Date: Apr 2010
Posts: 11
Received Thanks: 0
Quote:
Originally Posted by NerthuzMWOGM View Post
macro_SetBaseItemInfo(1,x) x= + x=(1-100?)
macro_SetBaseItemInfo(2,x) x=color some color may not work
macro_SetBaseItemInfo(3,x) x=ap min
macro_SetBaseItemInfo(4,x) x=ap max
macro_SetBaseItemInfo(5,x) x=increase magic attack
macro_SetBaseItemInfo(6,10905) soul code
macro_SetBaseItemInfo(7,1) %exp
macro_SetBaseItemInfo(8,3) burning points
macro_SetBaseItemInfo(9,23) phys soul code
macro_SetBaseItemInfo(10,2000) increase phy or skill or soul

now this most only work on weapons

macro_SetBaseItemInfo(1,x) x= + x=(1-100?) will work on all to set + you want

goldlvl only work on gws idk y

set to set + put what stats u want then add that line with it

or make it random like this

rand=macro_Rand(100)
if (rand<50) then
macro_SetBaseItemInfo(1,6)
macro_AddExtItemInfo(1407,15000)
macro_AddExtItemInfo(1507,15000)
elseif (rand>50) then
macro_SetBaseItemInfo(1,7)
macro_AddExtItemInfo(1407,20000)
macro_AddExtItemInfo(1507,20000)
end
this works only if u want the item to get it directly wit +7-100 but i want the max+ to be at +8 or +10 but by using AIG after +5 not with macro code. is it possible to chamge the AIG to go to +8-10 max? ori need to change something else

still is a good post very useful for GM-s ty nert

change*
bustinatrix is offline  
Old 12/06/2011, 19:45   #985
 
elite*gold: 0
Join Date: Aug 2010
Posts: 152
Received Thanks: 54
is not possible for AIG to work with the servers (100,600,1500,3000) same with vulcan
NerthuzMWOGM is offline  
Old 12/07/2011, 02:18   #986
 
elite*gold: 0
Join Date: Apr 2011
Posts: 72
Received Thanks: 8
Quote:
Originally Posted by NerthuzMWOGM View Post
is not possible for AIG to work with the servers (100,600,1500,3000) same with vulcan
ahhhh....vulcan stone....i see why it cant work....bcoz we have to edit it first....all this time i'm not notice at vulcan stone...lol
godam_wing is offline  
Old 12/07/2011, 18:57   #987
 
mishoka303's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 211
Received Thanks: 37
when will the new mobs come out? i wanna see them after i fix my PC need to change everything inside XD
mishoka303 is offline  
Old 12/07/2011, 20:24   #988
 
elite*gold: 0
Join Date: Aug 2010
Posts: 152
Received Thanks: 54
they are already out
NerthuzMWOGM is offline  
Old 12/08/2011, 02:51   #989
 
elite*gold: 0
Join Date: Apr 2011
Posts: 72
Received Thanks: 8
anyone can teach me how to do tunneling using navicat????or someone know real ip adress for normal server mwo????
godam_wing is offline  
Old 12/08/2011, 03:08   #990
 
elite*gold: 0
Join Date: Aug 2010
Posts: 152
Received Thanks: 54
Quote:
Originally Posted by godam_wing View Post
anyone can teach me how to do tunneling using navicat????or someone know real ip adress for normal server mwo????
This is for mwo private server not. for hacking real mwo.
NerthuzMWOGM is offline  
Closed Thread


Similar Threads Similar Threads
Hosting Magic World Online (MWO) Sever
07/01/2013 - Private Server - 4 Replies
.ty.
Magic World Online
04/28/2011 - General Gaming Discussion - 8 Replies
I know it is a new game but maby some1 made or found any cheats? or something =p Thx.
MWO ( magic World ONline )
03/24/2009 - General Gaming Discussion - 0 Replies
hi im playing MWO (magic world online) its a nice game , has a bot of itself and ya can login multiple accounts but its hard to gain lvl when ya reach lvl 45+ also money is hard to gain.... i try to hack it with cheat engine found out that ya can freeze mana pots and HP pots (..those have to be pots that put direct a amount to your HP/mana, not the pots 600 mp/hp per 2 sec lasting 6-8 secs...) its there any1 much much beter as me who can make and share a CT table for money hacks ?



All times are GMT +2. The time now is 06:41.


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.