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

kazmot_08
post Aug 15 2007, 12:59 AM
Post #21


Regular Member
***

Race: demi-Humans
Posts: 98
Spawned: 14 Aug 07
Spawn ID: 9,560



QUOTE
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);
}


gumagana din po ba to sa 2.0.3 ver??? and pano po gawin ung WXSTART? wala pa po kc ako nun eh... please help!


--------------------
user posted image

EQUILIBRIUM a.k.a DEADLOCK
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jeneel
post Aug 15 2007, 03:34 PM
Post #22


Newbie
*

Race: Humans
Posts: 13
Spawned: 15 Aug 07
Spawn ID: 9,596



sa wxstart lang po un gagana, di pwede dun sa default start.exe na kasama pag nd DL ng bot? pano po pag walang wxstart. san po un makukuha? openkore 2.0.2 po ung sakin thx
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kazmot_08
post Aug 16 2007, 01:55 AM
Post #23


Regular Member
***

Race: demi-Humans
Posts: 98
Spawned: 14 Aug 07
Spawn ID: 9,560



QUOTE
sa wxstart lang po un gagana, di pwede dun sa default start.exe na kasama pag nd DL ng bot? pano po pag walang wxstart. san po un makukuha? openkore 2.0.2 po ung sakin thx


nag-search lng po ako tpos nkita ko ung site ng openkore regarding wxstart, ida-download m pla cya. seperated program cya hnd kasama sa 2.0.2/3 package. pagtapos mong ma dl eh extract m nlng sa folder nung O.K.

@maztahvoodoo

tried and tested na...galing!


--------------------
user posted image

EQUILIBRIUM a.k.a DEADLOCK
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
jeneel
post Aug 16 2007, 05:06 AM
Post #24


Newbie
*

Race: Humans
Posts: 13
Spawned: 15 Aug 07
Spawn ID: 9,596



ahh. nakita ko na..nadownload ko na din hehe thank you. ganda pala pag wxstart!hehe salamat
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
LucidNightmare
post Aug 16 2007, 06:54 AM
Post #25


Newbie
*

Race: Humans
Posts: 11
Spawned: 14 Aug 07
From: Quezon City
Spawn ID: 9,572



Does anybody know kung pano iedit ung functions.pl ng openkore 2.0.2 para maging kill steal? un n lng kc kulang ko eh. lugi kc ako sa mga kill steal bots ng ibang players. laging "dropping target - you will not kill steal others" ang natatanggap ko sa console.

please help me nmn po...

thanks in advance! thx.gif thx.gif thx.gif thx.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
junkamote
post Aug 17 2007, 02:19 AM
Post #26


Regular Member
***

Race: demi-Humans
Posts: 58
Spawned: 8 Mar 06
From: Biņan, Laguna
Spawn ID: 3,789



thanks po functions post il try it today sana maintindihan ko.. /heh
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
sonypsp
post Aug 17 2007, 08:42 AM
Post #27


Member
**

Race: demi-Humans
Posts: 28
Spawned: 16 Aug 07
Spawn ID: 9,613



wow thank you po, nagustuhan ko yung may Death count para alam mo kung ilang beses namatay yung character mo /heh
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kris801h
post Aug 22 2007, 12:37 PM
Post #28


Member
**

Race: demi-Humans
Posts: 38
Spawned: 20 Aug 07
Spawn ID: 9,713



san po ba pwd kumuha ng bgong functions.pl pag nababoy ung functions.pl mo at hnd na maistart ang bot



--------------------
user posted image
cris_99-Loki-LordKnight-exrads-exepitome

ChristopherHugo-Baldur-Knight
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kazmot_08
post Aug 23 2007, 12:00 AM
Post #29


Regular Member
***

Race: demi-Humans
Posts: 98
Spawned: 14 Aug 07
Spawn ID: 9,560



@kris801h

eh d dun po sa zip file nung na-dl mong bot program... extract mo ulit un, dun mkikita m ulit un!


--------------------
user posted image

EQUILIBRIUM a.k.a DEADLOCK
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
RenzLuigi
post Aug 23 2007, 02:26 AM
Post #30


Nuclear Kuneho
********

Race: Vampires
Posts: 654
Spawned: 22 Mar 05
From: 127.0.0.1
Spawn ID: 497



yup.. sa zip file lang.. or para maiwasan talaga, before making and stupid things para mababoy , make sure may back-up din kayo nung file just in-case na nabura nyo na yung ZIP file.. friendly reminder lang po.. biggrin.gif


--------------------
user posted image
All NOOBS, please read!

1. Read the [ forum rules ], [ Modkore ] and [ Openkore ] Manual BEFORE asking any help.
2. For Openkore users, please use [ hakore's config checker ] a part of your config that you think has a problem.
3. If their is still problems regarding your config, be brief but short.
4. All topics who doesn't follow this, will be instantly moved to the trash.
5. Be responcible. Do not make any spam, multi-topics, multi-posts or else YOUR SUSPENDED!


[Private Server Guide] [My BOT Hider] [pRagnarok Userbar] [hakore's Config Checker] [OpenKore Manual] [Forum Rules] [ModKore Manual] [xvKore Download Page]

[Hex codes] [TZ Clients] [My Blogs]
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kazmot_08
post Aug 23 2007, 02:42 AM
Post #31


Regular Member
***

Race: demi-Humans
Posts: 98
Spawned: 14 Aug 07
Spawn ID: 9,560



magkaka-prob k lng kng 'RUN' ang option na pinili mo, kc automatically na diretso extract lng un, kng magkaganon, dl ka nlng ulit. unlike sa 'SAVE', it serves as a back-up na rin... always choose the 'SAVE' option, for security purpose n rin, at least ma-i-scan mo pa cya. smile.gif


--------------------
user posted image

EQUILIBRIUM a.k.a DEADLOCK
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kris801h
post Aug 23 2007, 01:36 PM
Post #32


Member
**

Race: demi-Humans
Posts: 38
Spawned: 20 Aug 07
Spawn ID: 9,713



QUOTE(kazmot_08 @ Aug 23 2007, 12:00 AM)
@kris801h

eh d dun po sa zip file nung na-dl mong bot program... extract mo ulit un, dun mkikita m ulit un!
*




thx pero..uala na ung zip file co nun dinelete co na pero ayos na nag dl na lng ule aco ng bot ok.gif

@pwd po ba keo mag post ng buong content nung functions.pl..to make it easier..
ok.gif

This post has been edited by kris801h: Aug 23 2007, 01:39 PM


--------------------
user posted image
cris_99-Loki-LordKnight-exrads-exepitome

ChristopherHugo-Baldur-Knight
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kufalups
post Aug 24 2007, 10:12 AM
Post #33


Newbie
*

Race: Humans
Posts: 10
Spawned: 20 Aug 07
Spawn ID: 9,722



ok lang ba sa forums na to ang KS openkore bot?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kris801h
post Aug 24 2007, 10:42 AM
Post #34


Member
**

Race: demi-Humans
Posts: 38
Spawned: 20 Aug 07
Spawn ID: 9,713



i think bwal yta..xe kun ukei lan adi sna meron kna pong nkita..


--------------------
user posted image
cris_99-Loki-LordKnight-exrads-exepitome

ChristopherHugo-Baldur-Knight
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
kufalups
post Aug 25 2007, 10:37 AM
Post #35


Newbie
*

Race: Humans
Posts: 10
Spawned: 20 Aug 07
Spawn ID: 9,722



@kris801h

honestly ndi pa ko naghahanap. biggrin.gif ehehe...naitanong ko lang naman po kung ok lang usapang KS d2...para kung sakali man...walang maooffend sa usapan dba po hehe.tongue.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
squidward
post Oct 18 2007, 05:37 AM
Post #36


Newbie
*

Race: Humans
Posts: 11
Spawned: 16 May 05
Spawn ID: 1,382



ayos!!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
natez_luna
post Nov 15 2007, 11:29 PM
Post #37


Newbie
*

Race: Humans
Posts: 6
Spawned: 9 Nov 07
Spawn ID: 12,664



muka pala xang Php...hehehe
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
radakazt
post Nov 26 2007, 05:22 AM
Post #38


Newbie
*

Race: Humans
Posts: 4
Spawned: 26 Nov 07
Spawn ID: 13,186



ayos nmn yan
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
michi
post Dec 15 2007, 04:21 AM
Post #39


Member
**

Race: demi-Humans
Posts: 32
Spawned: 15 Dec 07
Spawn ID: 13,765



eh sa 2.0.4 poh meron b?????
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Yoki
post Dec 30 2007, 05:19 AM
Post #40


Newbie
*

Race: Humans
Posts: 18
Spawned: 30 Dec 07
Spawn ID: 14,171



nice tread..just making reply to access download center. heh.gif
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
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
 

Lo-Fi Version Time is now: 10th February 2012 - 07:52 PM

Visitor Counter:

pinoytopsites