|
You last visited: Today at 10:08
Advertisement
BOI client side editor
Discussion on BOI client side editor within the Battle of the Immortals forum part of the MMORPGs category.
09/08/2015, 23:41
|
#1
|
elite*gold: 0
Join Date: Oct 2010
Posts: 225
Received Thanks: 40
|
BOI client side editor
currently looking for the client side editor.
willing to pay for it but seeing as how people dont like to reply here ill just make a post.
i know a few of the devs are selling a working client side editor so just pm me a price and PROOF that it works and be reasonable with prices as if its over priced ill just pay someone to code me one and post here
also LeRazor ive got some code that i would like you to look at if you would having some issues getting it to work
|
|
|
09/09/2015, 01:00
|
#2
|
elite*gold: 0
Join Date: Sep 2012
Posts: 302
Received Thanks: 76
|
I'm guessing that LeRazor will tell you that he doesn't really give help to others for developing a server, at least that's what he has said in the past.
|
|
|
09/09/2015, 01:30
|
#3
|
elite*gold: 0
Join Date: Oct 2010
Posts: 225
Received Thanks: 40
|
he has always been like that...but its not rly something im developing its more of a rework for the noble system for double exp rather than it using "noblelevel" working on making it base all double exp time on char level
also trying to make this work for combat aid but i dont think it will work for aid
|
|
|
09/09/2015, 18:52
|
#4
|
elite*gold: 0
Join Date: Nov 2011
Posts: 556
Received Thanks: 303
|
In the past, that was bad for business. What dev with his own server would help another server achieve great things, there's no logic to that, is there? Bad enough I decided to release the original boi/woi files when I did.
Either way, I won't be of much help. I haven't touched BOI files since like a month before Oracle closed. So despite popular belief, I'm not the holy messiah of BOI development. Doesn't mean I won't/can't make fun of bafoons every now and then, tho. :P
|
|
|
09/09/2015, 21:40
|
#5
|
elite*gold: 0
Join Date: Oct 2010
Posts: 225
Received Thanks: 40
|
Quote:
Originally Posted by LeRaz0r
In the past, that was bad for business. What dev with his own server would help another server achieve great things, there's no logic to that, is there? Bad enough I decided to release the original boi/woi files when I did.
Either way, I won't be of much help. I haven't touched BOI files since like a month before Oracle closed. So despite popular belief, I'm not the holy messiah of BOI development. Doesn't mean I won't/can't make fun of bafoons every now and then, tho. :P
|
lol i completely agree im the same way with rf online. being one of the best devs for that game draws alot of people looking for help lmao. but what im looking for help for isnt to complex i dont think just need a 2nd pair of eyes on why this code dont work. i believe i did it right but nothing
Code:
$level = GetPlayerInfo(-1 , "level")
//?????????,??????????????? 2010?3?25?
$vip_level = GetPlayerInfo(-1 , "level")
$double_exp_time = 18000
if $vip_level >= 20
$double_exp_time = 18000
endif
if $vip_level >= 30
$double_exp_time = 18000
endif
if $vip_level >= 40
$double_exp_time = 18000
endif
if $vip_level < 60
if $vip_level >= 50
$double_exp_time = 21600
endif
endif
if $vip_level < 70
if $vip_level >= 60
$double_exp_time = 25200
endif
endif
if $vip_level < 80
if $vip_level >= 70
$double_exp_time = 28800
endif
endif
if $vip_level < 90
if $vip_level >= 80
$double_exp_time = 32400
endif
endif
if $vip_level < 100
if $vip_level >= 90
$double_exp_time = 36000
endif
endif
if $vip_level < 120
if $vip_level >= 100
$double_exp_time = 40000
endif
endif
if $vip_level < 130
if $vip_level >= 120
$double_exp_time = 50000
endif
endif
|
|
|
09/10/2015, 01:43
|
#6
|
elite*gold: 0
Join Date: Feb 2015
Posts: 42
Received Thanks: 6
|
Quote:
Originally Posted by demonlordace
isnt to complex
|
> isn't complex
> asking for help
|
|
|
09/10/2015, 03:07
|
#7
|
elite*gold: 0
Join Date: Mar 2015
Posts: 118
Received Thanks: 25
|
this code will check the level of the player and will send some double_exp_time.
so what are you looking for?
|
|
|
09/10/2015, 12:25
|
#8
|
elite*gold: 0
Join Date: Oct 2010
Posts: 225
Received Thanks: 40
|
Lol I know should at least since that's what I edited it to do but it don't seem to work for some reason
|
|
|
09/20/2015, 01:26
|
#9
|
elite*gold: 0
Join Date: Oct 2010
Posts: 148
Received Thanks: 17
|
Quote:
Originally Posted by LeRaz0r
In the past, that was bad for business. What dev with his own server would help another server achieve great things, there's no logic to that, is there? Bad enough I decided to release the original boi/woi files when I did.
Either way, I won't be of much help. I haven't touched BOI files since like a month before Oracle closed. So despite popular belief, I'm not the holy messiah of BOI development. Doesn't mean I won't/can't make fun of bafoons every now and then, tho. :P
|
We know your not that awesome but your still better than 99% of devs.....id call you a messiah if you'd sell/release archer files already >.<
|
|
|
09/22/2015, 12:33
|
#10
|
elite*gold: 0
Join Date: Jan 2015
Posts: 115
Received Thanks: 8
|
Despite some possibly boneheaded posts I've made, I do have one question Menoz, why not make a server of your own again? Or is it just that you don't have the time or want to anymore?  You always were a very talented developer and hell you worked on translating a completely chinese written set of files into a working English version. Not only that, but I seem to recall you making it possible to actually use PSR on WOI...which is something that isn't normally possible. If my memory serves me correct so far I haven't see a better developer than you of either BOI or WOI files on this forum yet.
|
|
|
09/22/2015, 18:22
|
#11
|
elite*gold: 0
Join Date: Nov 2011
Posts: 556
Received Thanks: 303
|
The only reason I haven't is due to lack of time. I work as a fulltime developer for nearly two years now, so don't really have the time to commit the effort needed to run and develop a server.
|
|
|
09/23/2015, 04:20
|
#12
|
elite*gold: 0
Join Date: Jan 2015
Posts: 115
Received Thanks: 8
|
Fair enough, at least you've said you would if ye had the time.  It's nice to know yer still around at least.
|
|
|
 |
Similar Threads
|
Item_proto server side to client side
06/07/2013 - Metin2 Private Server - 3 Replies
Hy Elitepvpers ...
I have a problem and i came to the best metin2 tehnic team in the world ...
Hope you understand what i want and sorry for my bad english !
I want to transfer the item_proto server side in the client side ... to see all my items , and i don't know if i can ....
Please try to help me ... if you got answers please write in english !
Thank's verry much epvp ! love you :*
|
[SUCHE]Neue 2012 Waffen client side + server side
06/07/2012 - Metin2 PServer Guides & Strategies - 4 Replies
Hallo com wie Überschrift schon sagt suche ich die neuen 2012 Waffen Server Side + Client Side. Ich weiß echt gibt hier genug Post die die neuen Waffen haben aber selten welche die die dazugehörigen Server side Querys
Ein großen dank schon mal der mir die richtigen per Kommi oder pn schickt :)
|
Server side ann client Side things.
08/29/2011 - Battle of the Immortals - 10 Replies
Just for more we know guys.. this way none will lose his time.
Wtaht we know now is:
Speed: Cleint Side.
Map Coord: Client side.
Damage : Server Side.
|
Character name restrictions are client side, not server side
04/24/2008 - Conquer Online 2 - 1 Replies
"Sorry non-alpha numberic....."
That error message you get when you type in special characters in your character name, is client sided. It does no server check. Im not a coder or anything, so I'm not sure how to fix that.
But since it is client sided, it would be a lot easier to repair this problem.
|
All times are GMT +2. The time now is 10:08.
|
|