Mystra
Joined:
Jul 12, 2010
Messages:
1,389
Likes Received:
4
Last Activity:
Feb 11, 2013

Awarded Medals 1

    1. Blastcore
      Blastcore
      SERIOUSLY!? WOOT! :p PO IS MAGIC, WE KNOW... NEVER BELIEVE LALA!

      :P It's true? :(
    2. Blastcore
      Blastcore
      Yeah, there is. But... If po doesn't do it. Im fucked up. Too much work for the RPg. :P
    3. Blastcore
      Blastcore
      A small question. Well you know i'm doing rpg.

      Does PO Currently does the Base Stat, EVs and DVs for Every Level and that shitt? :P
    4. Blastcore
      Blastcore
      ;( Your dev thread isn't active now. wut happened? :'(
    5. Arceus
      Arceus
      Thanks for doing the request for inflicting status conditions.
    6. ladysalamence
      ladysalamence
      So which way is easier?!
    7. ladysalamence
      ladysalamence
      So don't make it an ability. Make it coded into the pokemon, couldn't you do that?

      For example:

      Shandera: Auto levitate, with choice of FF, ST, and the other one.
    8. ladysalamence
      ladysalamence
      Double abilities? I had that idea a long time ago...
    9. Narutofan9991
      Narutofan9991
      how do I contact crystal moogle
    10. Blastcore
      Blastcore
      idk it appeared when i downloaded the source again. x)
    11. Blastcore
      Blastcore
      I got this random error:

      expected initializer before '*' token

      QTcpServer s* Server::server()
      {
      return myserver;
      }

      :points at everyone in Dev Team:
    12. Blastcore
    13. mibuchiha
      mibuchiha
      So it happens my new semester is starting... Uguu, i'm gonna get my hymmnos sig in a long time~
    14. mibuchiha
      mibuchiha
      uh, yes mystra-sensei... =3=
    15. mibuchiha
      mibuchiha
      meanie~ DX
    16. mibuchiha
    17. mibuchiha
      mibuchiha
      it's too long, I got all confused. @_@
    18. mibuchiha
      mibuchiha
      Mystra help! ^^

      Look at my sig.
    19. Blastcore
      Blastcore
      Also, you got some idea of how to get the HP from the battle thats happening? I don't need a whole "code". i just need an example and with that i can do StoreBattleData Function.
    20. Blastcore
      Blastcore
      void ScriptEngine::changePokeNature(int id, int slot, int nature)
      {
      if(!testPlayer("changePokeNature(id, slot, forme)", id) || !testRange("changePokeNature(id, slot, forme)",slot, 0, 15))
      return;
      if(nature < 1 && nature > 25) // Ugly, we don't have NatureInfo::Exists(nature) or we do?
      return;
      myserver->player(id)->team().poke(slot).nature() = nature;
      }

      We don't have NatureInfo? D:

      PS: What are the tags for C++ Code? D:
    21. Blastcore
      Blastcore
      Ok. Thanks. :P (I'm still learning C++ D:, but i wanna help. :D)

      By the way, were the .png icons from the black_white.zip are called? (For pokemon icons)
    22. Blastcore
      Blastcore
      Mystra i'm doing it correct? :D

      void ScriptEngine::changePokeForme(int id, int slot, int forme)
      {
      if(!testPlayer("changePokeForme(id, slot, forme)", id) || !testRange("changePokeForme(id, slot, forme)",slot, 0, 15)) // I dont know how many formes have that Pokemon. :(
      return;
      myserver->player(id)->team().poke(slot).num().subnum = forme;
      }
    23. Blastcore
      Blastcore
      Mystra, i have this:

      PokeExperienceGroups = {334:Erratic,347:Erratic,348:Erratic,411:Erratic,366:Erratic,346:Erratic,408:Erratic,349:Erratic,456:Erratic,368:Erratic,367:Erratic,345:Erratic,457:Erratic,350:Erratic,290:Erratic,291:Erratic,409:Erratic,292:Erratic,410:Erratic,333:Erratic,313:Erratic,335:Erratic}

      how do i check what is 334?
    24. Blastcore
      Blastcore
      Merry Christmas x)
    25. Blastcore
      Blastcore
      I know. but when you do "abilityNum("Overgrow")" It returns 65, it's the same thing if i put 065?
    26. Blastcore
      Blastcore
      Is the ability 065 same as 65?
    27. Lady Umb
      Lady Umb
      Oh, I was sure of that ;_;
      Thanks :3
    28. Lady Umb
      Lady Umb


      Merry Christmas, Mystra! (^^)
    29. Blastcore
      Blastcore
      Mystra, do you need help with script documentation? I can help with some examples ^.^
    30. Lady Umb
      Lady Umb
      Yes, Trace :O
    31. Lady Umb
      Lady Umb
      Finally! :3


      After a long time training Kirlia
      I also had to a cheat a little for Rare Candies D:
    32. Lady Umb
      Lady Umb
      Hi Mystra :}


      It's you battling wild slakoths :O
      Although, it's male instead of female... @_@
    33. Hall of Famer
      Hall of Famer
      I see, hope it will get better. You may need to invite a few Russians though. XD

      And btw, I have an offer to make to you. ^^ nesan will talk to you about it, or I will speak to you on your server if he somehow gets too busy. ^^
    34. Blastcore
      Blastcore
      Hello Mystra ^-^ How are you today? :P
    35. Lady Umb
      Lady Umb
      Oh really? (O.o)
      Alright then (^ ^)

      Also, I like yours :3
    36. Blastcore
      Blastcore
      var Logged = new Date(year, month, day, hours, minutes, seconds);
      var Today = new Date(year, month, day, hours, minutes, seconds);
      var LastLogged = Logged - Today;


      What would happen if i do that? :curious: (Just trying to do some random shit xd D:)
    37. Blastcore
      Blastcore
      Yeah, this week i'm very active with Questions and Problems. Not only PO Scripting. But well, i'm going to read it.
    38. Blastcore
      Blastcore
      Mystra, is there a way to just get Days, Minutes and Seconds? Like

      Latios has logged in after [Days] Day(s) : [Minutes] Minute(s) : [Seconds] Second(s)
    39. Blastcore
      Blastcore
      Mystra, i'm using Windows 7 Professional, i open po but when i go to team builder, it stops working...
    40. Hall of Famer
      Hall of Famer
      Oh I see, looks like you are still making some interesting progress. I wish you success on your server, how popular is it now? XD
  • Loading...
  • Signature

    Breaking news: everything that was ever done in PO is done by me. No exceptions. Everything bad, obviously.
  • ForumPost count

    Development General454 (31.73%)
    Server and Client Scripting340 (23.76%)
    Simulator Suggestions103 (7.2%)
    Bug Wasteland89 (6.22%)
    General Chat82 (5.73%)
    Disciplinary Committee80 (5.59%)
    Help70 (4.89%)
    Implemented67 (4.68%)
    Pokémon Chat56 (3.91%)
    News36 (2.52%)
    Gen 5 Discussion26 (1.82%)
    Solved Bugs12 (0.84%)
    PO Classics6 (0.42%)
    Gen 5 NU4 (0.28%)
    Tournaments2 (0.14%)
    Gen 5 Side Metagames1 (0.07%)
    Arts and Graphics1 (0.07%)
    Database Modifications1 (0.07%)
    The Wastelands1 (0.07%)