hi hi hôm nay xin giới thiệu các bác mod ipb khác với mod nuôi thú ảo là mod nuôi pokemon caináy sưu tầm nghe đừng tuởng tui hay bản này xài cho bản 2x
+--------------------------------------------------------------
| Pokemons for IBP v2.0
| =============================================
| by dalfod
| =============================================
+--------------------------------------------------------------
===============================================================
Giới thiệu sơ lược về mod: Tương tự như bản cho IBP v1.3.
- Bạn có thể tạo mới (chọn tên, giới tính, loài), nuôi Pokemon đã rồi ko thích mua bán Pokemon.(có tới 386 loài nhưng hiện nay tui mơi add 42 loài làm mẫu).
- Bạn có thể chơi với pokemon, cho pokemon đọc sách, tập võ... để tăng các chỉ số.
- Trung tâm chăm sóc sẽ chăm sóc kỹ lưỡng cho Pokemon bạn có công chuyện phải đi vắng 2-3 tuần nếu bạn sợ pokemon mình die.
- Xem người ta đấu và đấu với người ta hoặc đấu với máy. Một đặc điểm chú ý đó chính là sự tương khắc giữa các thuộc tính đã làm được áp dụng (nước khắc lữa, lữa khắc cây, cây khắc đất... theo đúng qui tắc của pokemon) bởi vậy các bạn phải cẩn thận khi tấn công pokemon có thuộc tính khắc với thuộc tính pokemon của mình. Tuy nhiên tui chỉ mới là được ngũ hành tương khắc giữ nước, cây, lửa, điện, đất(trong pokemon có 15 thuộc tính).
- Giới thiệu việc làm: giới thiệu rất nhiều việc làm từ lương thiện cho đến phạm pháp. Lương thiện thì có bồi bàn, bốc xếp, giao báo... phạm pháp thì có trộm cắp, cướp nhà băng. Cướp nhà băng thì theo 5 chỉ số mà số bạn sẽ hên hay xui và tiền cướp được nhiều hay ít. Còn trộm cắp chui vô nhà dân tức là các thành viên khác mà chôm chỉa, thành công thì tv kia mất tiền, bạn có tiền, thất bại thì nộp phạt, ngoài ra còn tự động pm cho tv kia báo cho tv kia biết bạn đã viếng thăm nhà hắn và đã thất bại(thành công thì ai biết mà pm).
- Mua hàng, sử dụng và bán lại, tặng quà cho bạn bè, tặng luôn con Pokemon của mình cũng được. Dùng tiền cash. Toàn bộ item là bưng từ bên Munjpet qua T_T chỉ chỉnh sửa lại cho phù hợp với Pokemon.
===============================================================
Files Uploaded
./sources/pokemons/*
./sources/Admin/ad_pokemons.php
./Skin/s#/skin_pokemons.php
./lang/##/lang_pokemons.php
./html/pokemons/*
* tất cả các files và folder.
# thay bằng thư mục skin của bạn (skin/s1).
## thay bằng thư mục lang của bạn (lang/en).
<------------------------------------------------------------------>
Files cần sửa
./index.php
./admin.php
./Skin/s#/skin_topics.php
./sources/admin/admin_pages.php
./sources/post.php
./sources/sql/mysql_queries.php
<------------------------------------------------------------------>
Mở file index.php
-= TÌM: =-
require ROOT_PATH."sources/functions.php";
-= THÊM BÊN DƯỚI: =-
require ROOT_PATH."sources/pokemons/funcpoke.php";
$pokelib = new pokelib;
-= TÌM: =-
'toutline' => array( 'topics_outline' , 'toutline' ),
'task' => array( 'taskloader' , 'taskloader' ),
'findpost' => array( 'findpost' , 'findpost' ),
-= THÊM BÊN DƯỚI: =-
'pokemons' => array( "pokemons/pokemons" , 'pokemons' ),
'pokebattle' => array( "pokemons/pokebattle" , 'pokebattle' ),
Save và upload.
***********************************************************
Mở file admin.php
-= TÌM: =-
'postoffice'=> array( 'postoffice' , 'postoffice' ),
'emailerror'=> array( 'emailerror' , 'emailerror' ),
'gallery' => array( 'gallery' , 'gallery' ),
-= THÊM BÊN DƯỚI: =-
'pokemons' => array( 'pokemons' , 'pokemons' ),
Save và upload.
***********************************************************
Mở file /sources/sql/mysql_queries.php
-= TÌM: =-
m.mgroup_others, m.temp_ban, m.sub_end
-= THAY THẾ BỞI: =-
m.mgroup_others, m.temp_ban, m.sub_end, m.pokemons
Save và upload.
***********************************************************
Mở file /sources/post.php
-= TÌM: =-
$DB->simple_construct( array( 'update' => 'members',
'set' => $pcount.$mgroup." last_post=".intval($ibforums->member['last_post']),
'where' => 'id='.$ibforums->member['id']
) );
-= THAY THẾ BỞI: =-
require ROOT_PATH."sources/pokemons/modules.php";
$pokemodule = new pokemodule;
$pokemon = $pokemodule->new_post();
$DB->simple_construct( array( 'update' => 'members',
'set' => $pcount.$mgroup.$pokemon." last_post=".intval($ibforums->member['last_post']),
'where' => 'id='.$ibforums->member['id']
) );
Save và upload.
***********************************************************
Mở file sources/admin/admin_pages.php
-= Tìm: =-
1700 => array(
1 => array( 'View Moderator Logs' , 'act=modlog' ),
2 => array( 'View Admin Logs' , 'act=adminlog' ),
3 => array( 'View Email Logs' , 'act=emaillog' ),
4 => array( 'View Email Error Logs', 'act=emailerror' ),
5 => array( 'View Bot Logs' , 'act=spiderlog' ),
6 => array( 'View Warn Logs' , 'act=warnlog' ),
),
-= THÊM BÊN DƯỚI: =-
# Pokemons
1800 => array (
1 => array( 'pokemon Settings', 'act=pokemons&code=settings' ),
2 => array( 'Species Manager', 'act=pokemons&code=species' ),
3 => array( 'Catergory Manager', 'act=pokemons&code=catergory' ),
4 => array( 'Item Manager', 'act=pokemons&code=items' ),
5 => array( 'Pet Manager', 'act=pokemons&code=pets' ),
6 => array( 'Bots Manager', 'act=pokemons&code=bots' ),
7 => array( 'Installation Options', 'act=pokemons&code=installation' ),
),
-= TÌM: =-
1500 => array( 'Statistic Center' , '#f5cdcd' ),
1600 => array( 'SQL Management' , '#f5cdcd' ),
1700 => array( 'Board Logs' , '#f5cdcd' ),
-= THÊM BÊN DƯỚI: =-
1800 => array( 'Pokemons' , '#DFE6EF;margin-top:12px;' ),
-= TÌM: =-
1500 => "Get registration and posting statistics",
1600 => "Manage your SQL database; repair, optimize and export data",
1700 => "View admin, moderator and email logs (Root admin only)",
-= THÊM BÊN DƯỚI: =-
1800 => "Add Items, Change Settings, Edit Pokemons",
***************************************************************************
*****
(ACP -> Skins & Templates -> Skin Manager -> Edit Template HTML)
-= TÌM TRONG 'All Global HTML': =-
<a href='{ipb.script_url}act=Help'>{ipb.lang['tb_help']}</a>
-= THÊM NGAY PHÍA TR??C: =-
<a href='{ipb.script_url}act=pokemons'>Pets/a>
Install và chỉnh sửa trong ACP
Lưu ý: Khi tạo loài bắt buộc phải có hình và tên hình phải giống tên loài.
Ai chưa hack mod shop bank thì chạy thêm cái này:
CODE
ALTER TABLE `ibf_members` ADD `cash` int(10) default '10' NOT NULL;
Mở file /sources/sql/mysql_queries.php
-= TÌM: =-
CODE
m.mgroup_others, m.temp_ban, m.sub_end, m.pokemons
-= THAY THẾ BỞI: =-
CODE
m.mgroup_others, m.temp_ban, m.sub_end, m.pokemons, m.cash
Save và upload.
xong rồi
tải file kèm theo về
http://www.thekyvn.com/viewtopic.php?t=229
vào đăng ký làm thành viên mới cho download về mục IPB
vô đây