Search results

Forum
Last Post
Threads / Messages
  1. dlithehil

    Mys 1.3.5 Mod for auto generating promocodes & system PMs alerting 1.3.5

    Hey! Just wanted to say, I got this working for 1.3.6 but it was a little hard to figure out. I had to insert a message directly into the database as opposed to using new PrivateMessage. (Also with the promocodes, make sure to add at least one letter and set fromdate and todate to "")...
  2. dlithehil

    1.3.6 Quest Page!!

    Yeah. I was scouring for ages trying to find a quest system in literally any 3.x server but to no avail. Let me know if it doesn't work. I think I goofed in a place or two, but I have it fixed on my site. Idk where the discrepancies are, but if you find one, I'll edit the post to fix it!
  3. dlithehil

    EDGEWOOD/ASHENBLADE ADOPTS REVAMP

    Updates as of 9/6: - can forage once a day and fish once every 15 minutes. foraging has a guaranteed chance of a drop. fishing has like a 25-35% chance of not dropping anything. foraging is generally for things that give clicks. fishing is generally sellable treasure. - higher/lower game...
  4. dlithehil

    1.3.6 Quest Page!!

    And here's the full code I made:
  5. dlithehil

    1.3.6 Quest Page!!

    You can also spiff things up by putting $document->add(new Image("https://f2.toyhou.se/file/f2-toyhou-se/images/48099834_6UANYYh43BEs4OU.png", "Alt Name for Screenreaders")); //Replace the image URL. That's my character...
  6. dlithehil

    1.3.6 Quest Page!!

    Let's add a second quest. This time an adoptable leveling quest. This one doesn't even need a subpage! In view/main/questsview.php under public function index() there should be your if/else statement. After if($questsdone == 0){ [...] } but before else{ [...] } put the following code (make sure...
  7. dlithehil

    1.3.6 Quest Page!!

    Okay. There's two types of quests I have figured out how to do: fetch quests for items (will consume the item), and pet level quests (basically your fav pet has to reach a certain level and then you're rewarded.) I tend to give money for fetch quests and items for level quests, but that's just...
  8. dlithehil

    1.3.6 Quest Page!!

    I didn't see a tutorial for a quest page ANYWHERE, so I decided to make one myself. This took FOREVER, so I hope it works for you! First things first, let's create a couple new columns in the database, namely questsdone and questday under [prefix]_users. You want both to be set to int with the...
  9. dlithehil

    Quest Page Help

    Figured out how to make the button do something, but it sends me to myurl/berries instead of running the $mysidia->input->post function. I'm still looking though! <?php namespace View\Main; use Resource\Core\Registry; use Resource\Core\View; use Resource\Core\Model; use...
  10. dlithehil

    Quest Page Help

    I added $document->add(new Button("test", "Testing")); but I don't really understand how buttons work on Mysidia. I tried this??? if(isset($_POST["Testing"])==true){ //------Now we need to make sure they have the correct number of berries. if($berries >= 3){...
  11. dlithehil

    Quest Page Help

    Heyo... again. I'm making a quest page, and I figured out most of the code to begin with which I'm super proud of. I have this code that works: if($questsdone == 0){ //------------ Fetch Quest ------------------------ $document->add(new Comment("Heya! I was wondering if...
  12. dlithehil

    Mys 1.3.4 Simple NPC Battle

    Okay, what the heck; it was working on my previous site but I don't have those files anymore... I'm in "model\domainmodel\adoptable.php" to set my stats and I changed the code to this: public function makeOwnedAdopt($owner, $strength, $speed, $stamina, $sense, $name = NULL){ $mysidia =...
  13. dlithehil

    How to Change Nav Bar Width

    solved thank you. i used the #navigation stuff from this tutorial and changed it via that... i have no clue what's up with my menu file...
  14. dlithehil

    EDGEWOOD/ASHENBLADE ADOPTS REVAMP

    We are live again!!! owo I don't have all the things I would like implemented in there yet, but it's good enough for beta testers. Try to break my site. Please. I beg. Here it is~ ^ Click that link and sign up. We have 6 adorable critters so far and a clickable map of Edgewood to get around...
  15. dlithehil

    Check for Numeric Value???

    So, I asked some of my friends to break my site. And boy did I get my wish. Anyway, one goofball put a non-numeric character into the shop's quantity space to buy things and got this result. Is there any way to check that a character entered is numeric? I would also need to throw this into my...
  16. dlithehil

    Mys 1.3.6 Gathering/Fishing Every X Minutes Game

    Guys... I misspelled Component when using links at the very top......
  17. dlithehil

    Mys 1.3.6 Gathering/Fishing Every X Minutes Game

    Hi! Reset my website completely so I have to do this all over again and I'm not sure what I'm doing wrong. You'll notice a comment (/* */) covering several crucial lines of the code, namely telling people they need the required item. Without this code, my site works fine (like it shows up...
  18. dlithehil

    Mys 1.3.5 Last Login Mod

    Update: I have managed to get the last login to show, but I don't know how to update it when they get online. I changed the "protected function displayAboutme()" in "model\viewmodel\userprofileviewmodel.php" to this: protected function displayAboutme(){ $mysidia =...
  19. dlithehil

    Mys 1.3.5 Last Login Mod

    Okay, I'm trying this for 1.3.6, but there's been a snag. I tried just as written in "model/domainmodel/userprofile.php", but that didn't work. So, when I was digging around, I found the function "getLastActivity()" in model/domainmodel/users.php" public function getLastActivity(){...
  20. dlithehil

    How to Change Nav Bar Width

    It's just the base right now. I tried changing all instances of "width:" to 100px, but it didn't do anything- /* common styling */ .ddmenu {width:100%; position:relative; z-index:100;} .ddmenu ul li a, .ddmenu ul li a:visited {display:block; text-decoration:none; font-size:12px...
  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,295
Messages
33,186
Members
1,606
Latest member
kandriamage
BETA

Latest Threads

Latest Posts

Top