Jump to content

Tanos-Varguen

Members
  • Posts

    20
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Tanos-Varguen

  1. I think you should try like this:

    ....
    getitem 4302,1;
    getitem 4047,1;
    getitem 4174,1;
    getitem 4128,1;
    break;
    }
    set #Freebie, 1;
    end;
    }
    OnInit:
    waitingroom "Get your freebies here ! ",0;
    end;
    }

     

    Because the "break;" make your script continue after the }, and the "close;" close only the chat with the NPC.

     

    So after the #Freebie is set to one, the script continues and try to open a new chatroom.

     

    I'm not sure, but i think it is the problem

  2. Why, after the job bitmask, do you write "63" for the upper ?

    in the doc about the itemdb it says:

    Upper: Equippable upper-types. Uses the following bitmasks:

    1: Normal jobs

    2: Upper jobs

    4: Baby jobs

    So you should put 7 instead of 63

    Same thing for the "1024" in Loc.

    Try putting 256 for up headgear, 512 for middle, 1 for low, and you add 512 and 256 if you want a hat who take both emplacement (up and mid.

    Try this, and tell me.

    20137,Enchanted_Magical_Hat,Enchanted_Magical_Hat,5,1000,,200,,2,,0,0xFFFFFFFF,7,2,256,,0,1,1312,{bonus bAllStats,3;},{},{}

  3. This is the structure of the item in itemdb

    ...,{ Script },{ OnEquip_Script },{ OnUnequip_Script }

    Your item may no be work because of the "+3".

    You should try:

    20137,Enchanted_Magical_Hat,Enchanted_Magical_Hat,5,1000,,200,,2,,0,0xFFFFFFFF,63,2,1024,,0,1,1312,{ bonus bAllstats,3; },{},{}

    And it should work

  4. Wow, it's been two years since i made this post !

    Well, i'm almost done !! All the sprites are done, the ACT is working, I only need to correct some of the sprites, and try them on my server, then i'll upload it here :)

    See you soon !

     

    Hi ! some news, I've almost done the Mini Pokemon monsters, check the 1st link to see a sample :)

    Alright ! Sorry for the triple post, but it's done ! You can download the pack wich contains the cards, and the sprites.

    As i'm not very good at spriting, there is only one ACT for the monsters who walks, and one for the flying ones.

     

    If you have any suggestion, tell me ! I'll edit the sprites and try my best ;)

    And sorry for my bad engish m(_ _)m

    (btw my friend ToZorman made a link for the download on his website)

    http://www.green-peach.net/?a=link

    • Upvote 1
  5. EDIT 2023:

    Hello ! it's been a long time ?
    As some people still looks interested in this, i reuploaded the file, and added some new things.
    This link contain:
    - 151 Pokemon Card + Sprite/item/collec for Pokemon Card item
    - 151 Mob pokemon (ACT need to be reworked though. As i didn't had the motivation to modify it for flying pokemon ?
    - 5 different types of Balls (Hyperball, Master Ball, Pokéball, Safari Ball, Superball)
    - Cries from 151 Pokemon

    And with this, i added:
    - The item_db for the pokemon items and more (Costumes to enable Santa, Summer, or even an item to @hide when you equip it if you are at least GM lvl 50)
    - A "Plan", which is an item that display the map of where you are in a cutin. (usefull if you want to make treasure maps or something like that)
    - A "Spiriteur" NPC, which is a quest to unlock a NPC to Soul Link your character (you need an item

    https://drive.google.com/file/d/1XrlUNJ-QHkzXydspmD2JtpVGuQ2IiypH/view?usp=share_link

    I
    f you have any questions, or request, you can contact me on Discord @Varguen#9220


    post-5891-0-34898700-1341229046_thumb.jpg

    post-5891-0-51941800-1395516220_thumb.jpg

     

     

     

    Hope you enjoy, even if it's not the best sprites in the world :P

    • Upvote 11
    • Love 1
×
×
  • Create New...