IPB

 
3 Pages < 1 2 3 
Reply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> Added Features On your TitleBar, OpenKore 1.9 Tested

emjoy0329
post Jan 24 2008, 08:46 AM
Post #41


Newbie
*

Race: Humans
Posts: 23
Spawned: 16 Aug 07
Spawn ID: 9,631



wewewewewe hehe
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
smyzzyx
post Apr 5 2008, 12:04 PM
Post #42


Newbie
*

Race: Humans
Posts: 12
Spawned: 2 Apr 08
Spawn ID: 17,320



nice happy.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
isekitt
post Apr 5 2008, 11:57 PM
Post #43


Newbie
*

Race: Humans
Posts: 10
Spawned: 5 Apr 08
Spawn ID: 17,504



nice one bro!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
vizardvenx
post Apr 12 2008, 11:26 AM
Post #44


Newbie
*

Race: Humans
Posts: 10
Spawned: 4 Apr 08
Spawn ID: 17,419



papz wala po ba kau sa 2.0.5? pa enge po.. thx.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
storekeeper
post Apr 13 2008, 02:26 PM
Post #45


Member
**

Race: demi-Humans
Posts: 30
Spawned: 3 Aug 07
Spawn ID: 9,304



w8ting also for v. 2.0.5
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
lilyhena
post May 2 2008, 05:24 PM
Post #46


Advanced Member
****

Race: Zombies
Posts: 127
Spawned: 23 Apr 08
From: philippines
Spawn ID: 18,232



oki yan ah pag meron na yan sa version 2.0.5..hahaha!


--------------------
Don't PM me unless & untill it's VERY IMPORTANT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1.Easy Way to hide your BOT making it invincible BOT HIDER
2.When Downloading this thiggy make it faster than you thought maybe x7 faster than your normal DL time FASTER DL
user posted image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cadeath
post May 4 2008, 12:28 AM
Post #47


Spammer
*****

Race: Zombies
Posts: 259
Spawned: 25 Feb 08
Spawn ID: 15,905



meron po pero may kunting changes
hehe hndi ko p n try if totoong my changes ^^
backup ka lang po ng function.pl para sure.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gwaporanel
post Jan 27 2009, 03:55 AM
Post #48


Newbie
*

Race: Humans
Posts: 13
Spawned: 24 Jan 09
Spawn ID: 31,226



d q po makita... @_____@ ;(( sob.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kiaro099
post Mar 7 2009, 02:53 PM
Post #49


Newbie
*

Race: Humans
Posts: 19
Spawned: 7 Mar 09
Spawn ID: 33,104



QUOTE(maztahv00d00 @ Aug 11 2007, 08:07 AM)
MODIFIED TITLE BAR FOR OPENKORE 2.0.2 - WXSTART.EXE

Replace the code in functions.pl:

====================
# Set interface title
my $charName;
my $title;
$charName = "$char->{name}: " if ($char);
if ($net->getState() == Network::IN_GAME) {
my ($basePercent, $jobPercent, $weight, $pos, $myzenny, $myHP, $mySP);

assert(defined $char);
$basePercent = sprintf("%.2f", $char->{exp} / $char->{exp_max} * 100) if ($char->{exp_max});
$jobPercent = sprintf("%.2f", $char->{exp_job} / $char->{exp_job_max} * 100) if ($char->{exp_job_max});
$weight = int($char->{weight} / $char->{weight_max} * 100) . "%" if ($char->{weight_max});
$pos = " : $char->{pos_to}{x},$char->{pos_to}{y} " . $field->name() if ($char->{pos_to} && $field);
$myzenny = formatNumber($char->{'zenny'});
$myHP = sprintf("%.2f", percent_hp($char));
$mySP = sprintf("%.2f", percent_sp($char));

# Translation Comment: Interface Title with character status
$title = TF("%s[B:%s(%s) J:%s(%s)][HP:%s SP:%s][Zenny:%s][W:%s][Pos%s] - modified by maztahv00d00",
  $charName, $char->{lv}, $basePercent . '%',
  $char->{lv_job}, $jobPercent . '%',
  $myHP . '%', $mySP . '%', $myzenny,
  $weight, $pos);
  #$weight, $pos, $Settings::NAME);

} elsif ($net->getState() == Network::NOT_CONNECTED) {
# Translation Comment: Interface Title
$title = TF("%sNot connected - modified by maztahv00d00", $charName);
} else {
# Translation Comment: Interface Title
$title = TF("%sConnecting - modified by maztahv00d00", $charName);
}

====================

hmm.gif  no1.gif
*



ask lng kung pde pltan yung HP and SP ng death count or khet yung zeny na lng pltan kse yung iba di na kikita or na ba basa cause may max characters(as in letters) pde pkta sa title bar...sana gawa ng meron death count na ksama sa title bar... ok.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kiaro099
post Mar 7 2009, 03:05 PM
Post #50


Newbie
*

Race: Humans
Posts: 19
Spawned: 7 Mar 09
Spawn ID: 33,104



weeee... ok.gif nkuha ko na po yung ask ko heh.gif

e2 yung gnawa ko sa functions.pl

=====================================================
# Set interface title
my $charName = $chars[$config{'char'}]{'name'};
my $title;
$charName .= ': ' if defined $charName;
if ($conState == 5) {
my ($title, $basePercent, $jobPercent, $weight, $pos, $myzeny, $mydeath, $myHP, $mySP);

$basePercent = sprintf("%.2f", $chars[$config{'char'}]{'exp'} / $chars[$config{'char'}]{'exp_max'} * 100) if $chars[$config{'char'}]{'exp_max'};
$jobPercent = sprintf("%.2f", $chars[$config{'char'}]{'exp_job'} /$ chars[$config{'char'}]{'exp_job_max'} * 100) if $chars[$config{'char'}]{'exp_job_max'};
$weight = int($chars[$config{'char'}]{'weight'} / $chars[$config{'char'}]{'weight_max'} * 100) . "%" if $chars[$config{'char'}]{'weight_max'};
$pos = " : $char->{pos_to}{x},$char->{pos_to}{y} $field{'name'}" if ($char->{pos_to} && $field{'name'});
$myHP = sprintf("%.2f", percent_hp($char));
$mySP = sprintf("%.2f", percent_sp($char));
$myzeny = formatNumber($char->{'zenny'});
$mydeath = int($char->{'deathCount'});
$title = "${charName} B$chars[$config{'char'}]{'lv'} ($basePercent%), J$chars[$config{'char'}]{'lv_job'}($jobPercent%)(HP: $myHP)(SP: $mySP)(Zenny: $myzeny)(Death: $mydeath) : w$weight${pos} - maztahv00d00 titlebar ver 1.0";
$interface->title($title);


} elsif ($net->getState() == Network::NOT_CONNECTED) {
# Translation Comment: Interface Title
$title = TF("%sNot connected - modified by maztahv00d00", $charName);
} else {
# Translation Comment: Interface Title
$title = TF("%sConnecting - modified by maztahv00d00", $charName);
}
=====================================================

yan meron death count... sana may mka pansin sa gnawa ko biggrin.gif sna nmn may mag TY sob.gif sna nka 2long aq heh.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kiaro099
post Mar 7 2009, 03:07 PM
Post #51


Newbie
*

Race: Humans
Posts: 19
Spawned: 7 Mar 09
Spawn ID: 33,104




sana nmn may mag post d2 kung panu magka bot na KS gg.gif gg.gif

masamang bagay ba un biggrin.gif biggrin.gif ok.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
vinchie
post Mar 17 2009, 10:52 AM
Post #52


Newbie
*

Race: Humans
Posts: 17
Spawned: 27 Oct 07
Spawn ID: 11,897



yap un nga
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
vinchie
post Mar 17 2009, 10:53 AM
Post #53


Newbie
*

Race: Humans
Posts: 17
Spawned: 27 Oct 07
Spawn ID: 11,897



posible un.. nagagawa ng iba eh..
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jericute
post Apr 11 2009, 01:39 PM
Post #54


Newbie
*

Race: Humans
Posts: 10
Spawned: 5 Apr 09
Spawn ID: 34,297



verry helpfull n time consuming nga naman thnx man...me natutunan nnman ako...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
cliveGS
post Apr 30 2009, 01:25 AM
Post #55


Member
**

Race: demi-Humans
Posts: 37
Spawned: 10 Dec 07
Spawn ID: 13,644



ayos /no1
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
seif666
post Aug 29 2009, 08:33 PM
Post #56


Newbie
*

Race: Humans
Posts: 4
Spawned: 3 Jul 09
Spawn ID: 38,470



pwede po makahinge?
ng tapos na, kasi once magedit ako, dami error na lumalabas e..
i've tried 10times ayaw parin kasi..pls help dl ko nalgn po...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
malufhet_69
post Sep 20 2009, 04:19 AM
Post #57


Newbie
*

Race: Humans
Posts: 12
Spawned: 12 Sep 09
Spawn ID: 41,669



thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
botter101
post Nov 1 2009, 09:41 AM
Post #58


Newbie
*

Race: Humans
Posts: 17
Spawned: 2 Dec 08
Spawn ID: 28,307



Is it possible to link those variables to config.txt through @config ('TitleBar')?

In this way, we dont need to ask anyone to edit functions.pl. heh.gif

Anyway, just a suggestion...

Thanks!

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Lex_009
post Aug 27 2010, 11:59 PM
Post #59


Newbie
*

Race: Humans
Posts: 10
Spawned: 26 Aug 10
Spawn ID: 57,923



jozko! mag dKore nlng kayo mas maganda pa...plugins yan sa OpenKore...astig!!!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


3 Pages < 1 2 3
Reply to this topicTopic OptionsStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
 

Lo-Fi Version Time is now: 20th May 2012 - 02:04 AM

Visitor Counter:

pinoytopsites