Jump to content

joven15

Members
  • Content Count

    152
  • Joined

  • Last visited

Posts posted by joven15


  1. just change it to the one in pre-re folder

    can u help me.

     

    to customize of refine_db or something. for example

     

    +1 - +4 are safe

    +5 = 70% chance

    +6 = 50% chance

    +7 = 35% chance

    +8 = 25% chance

    +9 = 10% chance

    +10 = 5% chance

     

    i already try to change the re refine_db into pre_re refine db. seems the chance of getting +9 its so easy i can actually get 3 +9 with no fail. i.. i really appreciated for helping me.  btw same all weapon armor garement head. everything.


  2. Hi Im using A renewal client but i want only is the max refine is 10 . and i already done it on the src/map/status.h

     

    but im confused regarding the refine_db table. since this is renewal much better if the refine_db is the old one and not refinable based  on the +20. can someone help me to edit this like the old +10 refined based?

     

     


    // Renewal Version
    //
    // Type,Stats per level,Random bonus start level,Random bonus value,Chance+1:Bonus+1,Chance+2:Bonus+2,Chance+3:Bonus+3,...
    //
    // IMPORTANT: changing the number of upgrade levels requires modifying MAX_REFINE in status.h
    //
    // For armors, values of 100 add 1 armor defense.
    // For weapons, values of 100 add 1 ATK&MATK.
    //
    // Type:
    // 0 - Armors
    // 1 - Level 1 weapons
    // 2 - Level 2 weapons
    // 3 - Level 3 weapons
    // 4 - Level 4 weapons
    //
    // Stats per level:
    // This value is applied for every upgrade level.
    //
    // Random bonus start level:
    // This value specifies the start point for those levels that give a random bonus value (usually the first unsafe upgrade).
    //
    // Random bonus value:
    // A random number between 0 and (Random bonus start level - Upgrade level + 1) * this value is applied for all upgrades past
    // Random bonus start level. This is only applied for weapons, and not displayed client-side.
    //
    // Chance:
    // 100 = 100%
    //
    // A note about renewal Armors, there may or may not be another bonus, according to iRO wiki: Every upgrade gives floor[( 3 + current upgrade ) / 4] equipment DEF)
     
    0,0,0,0,100:100,100:100,100:100,100:100,60:200,40:200,40:200,20:200,20:300,10:300,8:300,8:300,8:400,8:400,7:400,7:400,7:500,7:500,5:500,5:500
    // Level 1 weapons
    1,200,8,300,100:0,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0,18:0,18:0,18:0,18:0,18:0,17:300,17:300,17:300,15:300,15:300
    // Level 2 weapons
    2,300,7,500,100:0,100:0,100:0,100:0,100:0,100:0,60:0,40:0,20:0,20:0,18:0,18:0,18:0,18:0,18:0,17:600,17:600,17:600,15:600,15:600
    // Level 3 weapons
    3,500,6,800,100:0,100:0,100:0,100:0,100:0,60:0,50:0,20:0,20:0,20:0,18:0,18:0,18:0,18:0,18:0,17:900,17:900,17:900,15:900,15:900
    // Level 4 weapons
    4,700,5,1400,100:0,100:0,100:0,100:0,60:0,40:0,40:0,20:0,20:0,10:0,8:0,8:0,8:0,8:0,8:0,7:1200,7:1200,7:1200,5:1200,5:1200
     

     

    Thanks in Advanced.!!!


  3. Hi, first of all i would to thank all dev here in hercules. you guys are so helpful. ok here's my problem.

     

    can u help me the Exit Window is not translated. but the first time i build my GRF is already translated. Exit WIndow but on the second time seems the button of Exit Window is change?

     

    anyone can help me how to bring back to the English Trans on that button only.

     

    29z4kg4.jpg


  4. seem like less users noticed there are already answer given to their problems ==''  /swt

     

    PQBPhXI.png

     

    change the two occurrences of L_check into something else, like L_asds

     

    Use pascal case on the first letter after L_

     

     

    Thanks to your help. hehe I love you all. ^^


  5. Someone help me please. i got error on my npc even i didnt change anything on that npc.

     

    13yp5ba.jpg

     

     

    //===== eAthena Script =======================================
    //= Quest Maker v3.0 Script
    //===== By: ==================================================
    //= GM WiseMan [QM]
    //===== Current Version: =====================================
    //= 1.0
    //===== Compatible With: =====================================
    //= Any Revision
    //===== Additional Comments: =================================
    //= Thanks To The Creator of this Quest Maker
    //============================================================
     
    quiz_00,81,20,4 script Ifrit Ears 878,{
    mes "[^FF0000Ifrit Ears^000000]";
    mes "Hi !";
    mes "You're here for the Ears of Ifrit, aren't you ?";
    mes "It's an Burning Ears !";
    next;
    menu "Item needed ?",L_required,"I have your items !",L_check,"Leave",L_partir;
     
    L_required:
    mes "[^FF0000Ifrit Ears^000000]";
    mes "^FF0000250^000000 Burning Heart"; //7097
    mes "^FF00002^000000 Magma Fist"; //1818
    mes "^FF00005^000000 Aquamarine"; //720
    mes "^FF000010^000000 Flame Heart"; //994
    mes "^FF0000100^000000 Burning Horse Shoe"; //7120
    mes "^FF00001^000000 Elven Ears"; //2286
    mes "^0000FF5000000^000000 zeny";
    close;
     
    L_check:
    if(countitem(7097) < 250) goto L_manque;
    if(countitem(1818) < 2) goto L_manque;
    if(countitem(720) < 5) goto L_manque;
    if(countitem(994) < 10) goto L_manque;
    if(countitem(7120) < 100) goto L_manque;
    if(countitem(2286) < 1) goto L_manque;
    if(Zeny < 5000000) goto L_manque;
    mes "[^FF0000Ifrit Ears^000000]";
    mes "Oh, so you did it !";
    mes "Here, take your Ears of Ifrit !";
    delitem 7097,250;
    delitem 1818,2;
    delitem 720,5;
    delitem 994,10;
    delitem 7120,100;
    delitem 2286,1;
    set Zeny, Zeny - 5000000;
    getitem 5421,1;
    close;
     
    L_manque:
    mes "[^FF0000Ifrit Ears^000000]";
    mes "You miss...";
    if(countitem(7097) < 250) mes "^FF0000"+(250 - countitem(7097)) +"^000000 Burning Heart";
    if(countitem(1818) < 2) mes "^FF0000"+(2 - countitem(1818)) +"^000000 Magma Fist";
    if(countitem(720) < 5) mes "^FF0000"+(5 - countitem(720)) +"^000000 Aquamarine";
    if(countitem(994) < 10) mes "^FF0000"+(10 - countitem(994)) +"^000000 Flame Heart";
    if(countitem(7120) < 100) mes "^FF0000"+(100 - countitem(7120)) +"^000000 Burning Horse Shoe";
    if(countitem(2286) < 1) mes "^FF0000"+(1 - countitem(2286)) +"^000000 Elven Ears";
    if(Zeny < 5000000) mes "^0000FF"+(5000000 - Zeny)+"^000000 Zeny";
    close;
     
    L_partir:
    mes "[^FF0000Ifrit Ears^000000]";
    mes "Have a nice day.";
    close;
    }
     

     

     

    Thanks In Advanced!!


  6. 
    

     

    
    

    try adding the item as a custom item, I've tried it here at a fresh hercules, steps:

     

    - downloaded and compiled hercules

    - edited item_db.conf to 

    {    Id: 665    AegisName: "Gift_Box_2"    Name: "Gift Box"    Type: 2    Buy: 1000    Weight: 200    Upper: 63    Script: <"	getitem 14545,1;	getitem 2528,1;	getitem 2424,1;	getitem 2701,2;	getitem 2365,1;	getitem 2123,1; ">},

    - used the item_groups.conf of the link that I posted

    - started the server and no errors

    its working now. thanks btw i really appreciated. that u help me from the beginning to the end...... all are solved now error and the others and how to edit. thanks thank so much again.

    sName: "Gift_Box_2" Name: "Gift Box" Type: 2 Buy: 1000 Weight: 200 Upper: 63 Script: <" getitem 14545,1; getitem 2528,1; getitem 2424,1; getitem 2701,2; getitem 2365,1;


  7.  

    still got error. :( Actually

     

    I've removed some missed things, try now: http://upaste.me/7b2b9b

     

     when i try the old item_db.conf that ive backup. the error is  gone... every time i changed the value or something I edit on the item_db the error is appearing. then even i changed or undo the script. skill got that error, and again i need to replace the old item_db again. so that the error will gone. now what is the problem with the item_db? any idea?

     

    try:

    {    Id: 665    AegisName: "Gift_Box_2"    Name: "Gift Box"    Type: 2    Buy: 1000    Weight: 200    Upper: 63    Script: <"	getitem 14545,1;	getitem 2528,1;	getitem 2424,1;	getitem 2701,2;	getitem 2365,1;	getitem 2123,1; ">},

    https://join.me/652-882-614 ---- < Try to join me. this is remote desktop or using web based no need to install.


  8.  

    still got error. :( Actually

     

    I've removed some missed things, try now: http://upaste.me/7b2b9b

     

     when i try the old item_db.conf that ive backup. the error is  gone... every time i changed the value or something I edit on the item_db the error is appearing. then even i changed or undo the script. skill got that error, and again i need to replace the old item_db again. so that the error will gone. now what is the problem with the item_db? any idea?

     

    try:

    {    Id: 665    AegisName: "Gift_Box_2"    Name: "Gift Box"    Type: 2    Buy: 1000    Weight: 200    Upper: 63    Script: <"	getitem 14545,1;	getitem 2528,1;	getitem 2424,1;	getitem 2701,2;	getitem 2365,1;	getitem 2123,1; ">},

    same. still got the error.


  9. still got error. :( Actually

     

    I've removed some missed things, try now: http://upaste.me/7b2b9b

     

     when i try the old item_db.conf that ive backup. the error is  gone... every time i changed the value or something I edit on the item_db the error is appearing. then even i changed or undo the script. skill got that error, and again i need to replace the old item_db again. so that the error will gone. now what is the problem with the item_db? any idea?


  10. to fix the link just remove the space at the end

     

    and for the error, have you made sure that those itens are at item_db.conf? ID 634 etc etc

    yup i just edit as you said on db/re/item_db.conf. after i remove or replace the one u gave me item_groups, and you said used the script on my first post. after that i got that error.


  11. 30jjwuu.jpg

    Sorry for my late reply, i was go out, anyway. to many error and i cant paste all the error, i got that error when i change the value 

     

    {
    Id: 665
    AegisName: "Gift_Box_2"
    Name: "Gift Box"
    Type: 2
    Buy: 1000
    Weight: 200
    Upper: 63
    Script: <" getitem 14545, 1;getitem 2528, 1;getitem 2424, 1;getitem 2701, 2;getitem 2365, 1;getitem 2123, 1; ">
    },
     
    PLEASE HELP ME.

  12. as I said before, remove all content from item_packages.conf and use the geitem method that you posted on the first post

    still got the error. i already delete the item_group. btw u told me to delete the script on you mentioned of the above. i think u missed the name i think its item_group not item_package? im i right im bit confuse because i didnt see any script that u mention on the item_packages. i saw it on the item_group. btw i stil got the error. and when i change it into the original script. the error is still showing on my cmd map.

     

     

    {
    Id: 665
    AegisName: "Gift_Box_2"
    Name: "Gift Box"
    Type: 2
    Buy: 1000
    Weight: 200
    Upper: 63
    Script: <" getitem 14545, 1;getitem 2528, 1;getitem 2424, 1;getitem 2701, 2;getitem 2365, 1;getitem 2123, 1; ">
    },

  13.  

     

     

     

    use another item or remove Gift_Box_2 from item_packages.conf

    is there any guide? im confusing because my last dev is im using eathena. item db is different from before.

     

    advance thanks.

     

    if you are using eathena then you should edit your first post to the proper item structure

    no im using hercules now. thats why im asking how to edit on item_db since i dont know the new format. sorry for not clarifying my question. 

     

    go to db/re/item_packages.conf and remove all of this:

     

    Gift_Box_2: (	"Star_Crumb",	"Flame_Heart",	"Mistic_Frozen",	"Rough_Wind",	"Great_Nature",	"Scarlet_Dyestuffs",	"Lemon_Dyestuffs",	"Cobaltblue_Dyestuffs",	"Darkgreen_Dyestuffs",	"Orange_Dyestuffs",	"Violet_Dyestuffs",	"White_Dyestuffs",	"Black_Dyestuffs",	"Gold",	"Dark_Red_Jewel",	"Violet_Jewel",	"Skyblue_Jewel",	"Azure_Jewel",	"Scarlet_Jewel",	"Cardinal_Jewel",	"Cardinal_Jewel_",	"Red_Jewel",	"Blue_Jewel",	"White_Jewel",	"Golden_Jewel",	"Bluish_Green_Jewel",	"Crystal_Jewel",	"Crystal_Jewel_",	"Crystal_Jewel__",	"Crystal_Jewel___",	"Red_Frame",	"Blue_Porcelain",	"White_Platter",	"Black_Ladle",	"Pencil_Case",	"Rouge",	"Stuffed_Doll",	"Poring_Doll",	"Chonchon_Doll",	"Spore_Doll",	"Bunch_Of_Flowers",	"Wedding_Bouquet",	"Glass_Bead",	"Crystal_Mirror",	"Witherless_Rose",	"Frozen_Rose",	"Baphomet_Doll",	"Osiris_Doll",	"Grasshopper_Doll",	"Monkey_Doll",	"Raccoondog_Doll",	"Four_Leaf_Clover",	"Poring__Card",	"Red_Socks_With_Holes",	"Red_Potion",	"Orange_Potion",	"Yellow_Potion",	"White_Potion",	"Blue_Potion",	"Green_Potion",	"Royal_Jelly",	"Candy",	"Candy_Striper",	"Pet_Food",	"Well_Baked_Cookie",	"Piece_Of_Cake",	"Old_Violet_Box",	("Gift_Box",19),	"Girl's_Diary",)

    and try your item script

    Here's what im doing now.

     

    Gift_Box_2: (
    "Battle_Manual_X3",
    "Wool_Scarf",
    "Tidal_Shoes",
    ("Orleans_Glove", 2),
    "Orleans_Gown",
    "Orleans_Server",
     
    )
     
    its working the item on the gift box. but when i open the box only 1 item it give and i need to use the item modifer on it. and here's another what im doin since its working. i change the item count on the item_db on item 655 which is Gift_Box_2, but when i run the server to many error shows. on the CMD Map Server. and when i change it to the old script. 

     

    Original >>> Script: <" getrandgroupitem 665,1; ">

     Change it into >>>>>>  Script: <" getrandgroupitem 665,5; ">

     

    Since the error shows, i decided to paste the original script and the error is still on it. what happen?? 


  14.  

     

    use another item or remove Gift_Box_2 from item_packages.conf

    is there any guide? im confusing because my last dev is im using eathena. item db is different from before.

     

    advance thanks.

     

    if you are using eathena then you should edit your first post to the proper item structure

    no im using hercules now. thats why im asking how to edit on item_db since i dont know the new format. sorry for not clarifying my question. 


  15. can anyone help me how to used. i want the if the gift open the character or player will get this following item. is it possible?

     

    {
    Id: 665
    AegisName: "Gift_Box_2"
    Name: "Gift Box"
    Type: 2
    Buy: 1000
    Weight: 200
    Upper: 63
    Script: <"
    getitem 14545, 1;
    getitem 2528, 1;
    getitem 2424, 1;
    getitem 2701, 2;
    getitem 2365, 1;
    getitem 2123, 1; ">
     
    },
     
    help me please................
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.