[GUIDE] Creating items in PG Maps [+MAKE YOUR OWN LIST]

Cheatpacks and learning how to use them, as well as other guides for manipulating maps.

Moderator: Cheaters

Post Reply
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

[GUIDE] Creating items in PG Maps [+MAKE YOUR OWN LIST]

Post by nuzamacuxe »

Hello!

It's been a long since PG PROTECTION become popular in korean and some chinese maps. The -spawn command (from JJ's CP) doensn't work in those maps so you would have to use -additem 99 (or -ritem 99 from my cheatpack [click here to check it out!]) to get your desired item, but dont worry! You won't need to use it anymore!

HOW TO CREATE ITEMS

Required program:

Gonna use this pg protected map as example: fulfilled-requests-f75/narnia-rpg3-0-9c-t36511.html
NOTE: I'm gonna assume you already know how to insert a cheatpack and how to get rawcodes.

    1. Insert this cheatpack: CLICK HERE (Don't know how to insert a cheatpack? CLICK HERE)
    2. Get the rawcodes; (Don't know how to get rawcodes? CLICK HERE)
    3. Open up the items.txt file using NOTEPAD++;
    4. Look for the item you want and copy the rawcode (CTRL + C);
    Spoiler:
    Image

    5. Use -citem RAWCODE and done.
    Spoiler:
    Image

MAKE YOUR OWN LIST


If you are lazy to always look for your desired item this tutorial will help you out. I made a simple system which let you do it... its name is Item List Maker. It's like a cheatpack, but it was made only for items. Which means there are only a few specific commands.
Command list:
    OPERATOR: - ACTIVATOR: ilm
    autofill on - Auto add bought/picked items to your list;
    svslot # (1-6) - Saves the item which is in slot #;
    svlist - Saves your current list and generate a file with the saved items;
    mylist - Shows your list of items;
    clearlist - Clears your list of items;
    ritem # (1-99) - Spawns # random items;
    cid # - Spawns # item based on its INTEGER ID;
    citem # - Spawns # item based on its RAWCODE;
    svitem # - Saves # item based on its RAWCODE;
    clear - Clears your screen from messages;
    autofill off - Disables auto fill mode;
    ilm off - Disables Item List Maker.
You do not have the required permissions to view the files attached to this post.
User avatar
devoltz
Forum Staff
Posts: 3290
Joined: March 23rd, 2016, 8:06 pm

Re: [GUIDE] Creating items in PG Maps [+MAKE YOUR OWN LIST]

Post by devoltz »

nice nuza, very cool.
exocet
Newcomer
Posts: 3
Joined: February 9th, 2020, 12:48 am

Re: [GUIDE] Creating items in PG Maps [+MAKE YOUR OWN LIST]

Post by exocet »

With this everytime i spawn an item in Twilight eve it vanishes to what i assume is anti hack, is there any way to spawn directly to hero inventory vs on the ground?
User avatar
nuzamacuxe
Also Not an Admin, but closer than devoltz
Posts: 1791
Joined: February 14th, 2018, 5:35 am
Title: Just Another S.Mod

Re: [GUIDE] Creating items in PG Maps [+MAKE YOUR OWN LIST]

Post by nuzamacuxe »

Yes, it is.

Code: Select all

native          UnitAddItemToSlotById   takes unit whichUnit, integer itemId, integer itemSlot returns boolean



itemSlot reference (0-5);
exocet
Newcomer
Posts: 3
Joined: February 9th, 2020, 12:48 am

Re: [GUIDE] Creating items in PG Maps [+MAKE YOUR OWN LIST]

Post by exocet »

nuzamacuxe wrote:Yes, it is.

Code: Select all

native          UnitAddItemToSlotById   takes unit whichUnit, integer itemId, integer itemSlot returns boolean



itemSlot reference (0-5);



Yes, exactly what i needed. a little modification and I got it to work.
teomau
Newcomer
Posts: 14
Joined: May 6th, 2010, 2:54 pm

Re: [GUIDE] Creating items in PG Maps [+MAKE YOUR OWN LIST]

Post by teomau »

exocet wrote:
nuzamacuxe wrote:Yes, it is.

Code: Select all

native          UnitAddItemToSlotById   takes unit whichUnit, integer itemId, integer itemSlot returns boolean



itemSlot reference (0-5);



Yes, exactly what i needed. a little modification and I got it to work.


Can you give the full line of code and where to put it? :D
numchut
Newcomer
Posts: 5
Joined: February 15th, 2022, 10:25 am
Location: Thailand

Re: [GUIDE] Creating items in PG Maps [+MAKE YOUR OWN LIST]

Post by numchut »

i can not play becoust Map is big
please help me thank
Post Reply