Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Search Forums

Notices

Showing results 1 to 25 of 37
Search took 0.00 seconds.
Search: Posts Made By: Hwona
Forum: Mys v1.3.x Mods 07-02-2014, 02:47 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
I updated the guide! Promocode adopts can now be...

I updated the guide! Promocode adopts can now be assigned stats!(Sorry for forgetting!) Just go to step 4 of the "assigning stats" post and update your code. :3
Forum: Mys v1.3.x Mods 07-01-2014, 10:29 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
^Oh thank you! Actually, I think everything is...

^Oh thank you! Actually, I think everything is compaticle with v.1.3.4(at least the assigning stats to new adopts part). The only part I'm stuck on is displaying information on the levelup page... :3
Forum: Mys v1.3.x Mods 07-01-2014, 08:04 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
I'm going to try and figure out how to do this...

I'm going to try and figure out how to do this with v.1.3.4 now... :L
Forum: Mys v1.3.x Mods 07-01-2014, 05:58 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
The guide is now fully updated! :D

The guide is now fully updated! :D
Forum: Mys v1.3.x Mods 06-30-2014, 04:06 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
^Hmmm... which code would be best to try this...

^Hmmm... which code would be best to try this with?
Forum: Mys v1.3.x Mods 06-30-2014, 01:10 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
^Okay, I still have to wrap up the v.1.3.3...

^Okay, I still have to wrap up the v.1.3.3 tutorial and my own site. XP
Forum: Mys v1.3.x Mods 06-30-2014, 12:22 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
^Would you mind putting the error code back real...

^Would you mind putting the error code back real quick for me(the one that shows the stats)
Forum: Mys v1.3.x Mods 06-30-2014, 12:07 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
^Actually, can you link me to the levelup page...

^Actually, can you link me to the levelup page where it showed as an error... I want to check something. :3
Forum: Mys v1.3.x Mods 06-30-2014, 10:16 AM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Try this: <?php use...

Try this:
<?php

use Resource\Native\Integer;
use Resource\Collection\ArrayList;
use Resource\Utility\Curl;

class LevelupController extends AppController{

const PARAM = "aid";
Forum: Mys v1.3.x Mods 06-30-2014, 10:02 AM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Err, it probably would work, but I don't see how...

Err, it probably would work, but I don't see how it's going to show the stats now...
Try adding this to the lang_levelup file:
$lang['already_leveled_title'] = "You already leveled this adoptable...
Forum: Mys v1.3.x Mods 06-30-2014, 09:42 AM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
^That's what I did for my site. ^.^ If html works...

^That's what I did for my site. ^.^ If html works for lang files, I may be able to fix it...
Forum: Mys v1.3.x Mods 06-30-2014, 09:40 AM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
^Does html work in the lang files?

^Does html work in the lang files?
Forum: Mys v1.3.x Mods 06-30-2014, 09:23 AM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Wait, it works but throws a white page at the...

Wait, it works but throws a white page at the same time?
Forum: Mys v1.3.x Mods 06-30-2014, 08:57 AM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
We won't be able to get to that until this...

We won't be able to get to that until this levelup thing is fixed - is there a way to do this without the ERROR?! EEEEP!!!
Try this:
<?php

use Resource\Native\Integer;
use...
Forum: Mys v1.3.x Mods 06-29-2014, 11:54 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Ok, let's take this step by step. Try this code...

Ok, let's take this step by step.
Try this code on a non-frozen adopt(refresh the page after clicking):
<?php

use Resource\Native\Integer;
use Resource\Collection\ArrayList;
use...
Forum: Mys v1.3.x Mods 06-29-2014, 08:54 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Hmm, all I need to know is whether or not the...

Hmm, all I need to know is whether or not the comment function would work... either that or, I need to check some v.1.3.4 files.
Forum: Mys v1.3.x Mods 06-29-2014, 08:01 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Sorry about that - my mistake! <?php use...

Sorry about that - my mistake!
<?php

use Resource\Native\Integer;

class ShopController extends AppController{

const PARAM = "shop";

public function __construct(){
Forum: Mys v1.3.x Mods 06-29-2014, 06:32 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Try this code: <?php use...

Try this code:
<?php

use Resource\Native\Integer;

class ShopController extends AppController{

const PARAM = "shop";

public function __construct(){
Forum: Mys v1.3.x Mods 06-29-2014, 04:29 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Does v.1.3.4 have the comment() function?

Does v.1.3.4 have the comment() function?
Forum: Mys v1.3.x Mods 06-29-2014, 04:13 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Try this: <?php use...

Try this:
<?php

use Resource\Native\Integer;
use Resource\Collection\ArrayList;
use Resource\Utility\Curl;

class LevelupController extends AppController{

const PARAM = "aid";
Forum: Mys v1.3.x Mods 06-29-2014, 03:21 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Try this: <?php use...

Try this:
<?php

use Resource\Native\Integer;
use Resource\Collection\ArrayList;
use Resource\Utility\Curl;

class LevelupController extends AppController{

const PARAM = "aid";
Forum: Mys v1.3.x Mods 06-29-2014, 02:37 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
^Oh, wait a minute... for the levelup page, did...

^Oh, wait a minute... for the levelup page, did you use the file I provided? THat's 1.3.3..
Forum: Mys v1.3.x Mods 06-29-2014, 02:11 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
Umm, the code you got should work: <?php ...

Umm, the code you got should work:
<?php

class LevelupController extends AppController{

const PARAM = "aid";
private $view;
private $subController;
private $adopt;
Forum: Mys v1.3.x Mods 06-29-2014, 01:42 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
I'll work on level up... can you give me the file...

I'll work on level up... can you give me the file again? By the way, are you inserting the code based on the line number or the content? V1.3.4 is different than v1.3.3, so the line numbering and...
Forum: Mys v1.3.x Mods 06-29-2014, 01:24 PM
Replies: 92
Mys v1.3.x Stat/SKill System
Views: 66,583
Posted By Hwona
^Try this for breeding?: <?php use...

^Try this for breeding?:
<?php

use Resource\Native\Integer;
use Resource\Native\String;
use Resource\Native\Null;
use Resource\Collection\LinkedList;

class BreedingController extends...
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT -5. The time now is 03:56 AM.

Currently Active Users: 9775 (0 members and 9775 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636