Jump to content

Chaos92

Members
  • Posts

    1609
  • Joined

  • Last visited

  • Days Won

    40

Posts posted by Chaos92

  1. is this that u need ?

    501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBox"; },{},{}
    

    for itemdb

    function	script	CustomBox	{
    	setarray .BoxItems[0],501,502,503;
    	
    	set .Random, getarraysize( .BoxItems );
    	getitem .BoxItems[ rand( .Random ) ], 1;
    	announce "["+strcharinfo(0)+"] has just obtained a ["+getitemname(.BoxItems[ .Random ])+"] from a Custom Box.",0;
    	end;
    }
    

    in script that u need to load

     

    edit 

    setarray .BoxItems[0],501,502,503;
    

    for item list random

  2.  

     

    yes its not available in 3ceam.

     

    if you are using NPC to replace the item , its easy

     

    setarray .@card,2202,2217,2231;
    getitem .@card[ rand( getarraysize( .@card ) ) ],1;
    delitem 501,1;
     
    change 501 to any item that u want to let them change to that npc

     

     

     

    I need it to be in my itemdb. It will be in a box of which the box will give random items from the list I will have.

     

    Is there any other way around this?

     

    Thank you my friend. :)

     

    just give any etc items that u didnt use to them to exchange with those items. its simple and easy though

  3. Is that I can setting for WoE and PVP = renewal but MVP/Hunting = Pre Renewal ?

    Nowadays players want hunting easy ~ and pre renewal setting will cause imbalance for 3rd job (RK with too high HP with Tao Gunka will dominate)

     

    And Renewal Items have much magic def so warlock is a bit high make that make the damage so low ~

    /pif

  4. Im using the same server, client and same folder (dual client), u can see i on 2 character at the same time but my Admin ID got error and my other character can equip that item. Why is it happen? 

     

    6cK6u63.jpg

    LJqS9TO.png

    A4yag11.png

     

    Anyone can explain to me why is this happen? Im using same client, same grf files, online at the same time /pif

  5.  

     

    12138

    then what details in your core.c

     

    I haven't edited anything in my core.c. I just couldn't find the line that the solution states.

    I'm using the correct client for my server, and I've edited the packet_db.txt and all the necessary documents needed. I can log in fine, but the client is fully stuck, and the 2nd line on the chat is Cannot Determine SVN/GIT.

     

    show us your core.c

×
×
  • Create New...