helllo guys i need help about how to disable the bottrader

Results 1 to 7 of 7
  1. #1
    Markie Mark onecore is offline
    Grand MasterRank
    Dec 2011 Join Date
    /usr/bin/gccLocation
    553Posts

    information helllo guys i need help about how to disable the bottrader

    hello guys can anyone help me how to disable the BOT TRADER in lorencmarket and how to add the Excellent drop rates and Jewels and Gems drop rates? thanks! im using S6 titantech repack by Dr.Devil :]


  2. #2
    hmmm :D JaneX is offline
    Grand MasterRank
    Jan 2005 Join Date
    918Posts

    Re: helllo guys i need help about how to disable the bottrader

    File location:
    Code:
    \MuServer\SCFData\SCFBots
    File Name:


    Inside the file:
    Code:
    //Bot Data
    //BotIndex	Class	Name		Map	X	Y	Dir	OnlyVip
    1
    0		50	"BotTrader"	40	225	20	3	0
    end
    
    //BotPet Items
    //Slot:
    //0 = Weapon
    //1 = Shield
    //2 = Helm
    //3 = Armor
    //4 = Pants
    //5 = Gloves
    //6 = Boots
    //7 = Wings
    //8 = Pet
    //BotIndex	Slot	Type	Index	Level	Opt
    2
    0		1	0	25	15	63
    0		3	8	48	15	63
    0		4	9	48	15	63
    0		5	10	48	15	63
    0		6	11	48	15	63
    0		7	12	39	15	63
    end
    
    //Mix Data
    //MixIndex TradeMixName                 SuccessRate	Zen	VipMoney
    3
    1 	"Small Cape of Lord" 	        80 		0	0
    2 	"Small Wings of Curse" 	        80 		0	0
    3 	"Small Wings of Elf" 	        80 		0	0
    4 	"Small Wings of Heaven" 	80 		0	0
    5 	"Small Wings of Satan" 	        80 		0	0
    6 	"Small Cloak of Warrior" 	80 		0	0
    7 	"Horn of Fenrir Illusion" 	45 		0	0
    end
    
    //Req Items
    //MixIndex 	Type Index MinLevel MinOpt NeedLuck NeedSkill NeedExc NeededDurability
    4
    1 		13 	30 	0 	0 	0 	0 	0 	0
    2 		12 	41 	0 	0 	0 	0 	0 	0
    3 		12 	0 	0 	0 	0 	0 	0 	0
    4 		12 	1 	0 	0 	0 	0 	0 	0
    5 		12 	2 	0 	0 	0 	0 	0 	0
    6 		12 	49 	0 	0 	0 	0 	0 	0
    7 		13 	37 	0 	0 	0 	0 	0 	0
    7 		12 	30 	2 	0 	0 	0 	0 	0
    7 		12 	30 	2 	0 	0 	0 	0 	0
    7 		12 	30 	2 	0 	0 	0 	0 	0
    7 		12 	31 	2 	0 	0 	0 	0 	0
    7 		12 	31 	2 	0 	0 	0 	0 	0
    7 		12 	31 	2 	0 	0 	0 	0 	0
    end
    
    //////////////////////////////////////////////////////////////////////
    //Success							    //
    //////////////////////////////////////////////////////////////////////
    // Luck and Skills is Percent 0 to 100				    //
    // 								    //
    //								    //
    //////////////////////////////////////////////////////////////////////
    //MixIndex 	Type	Index 	LevelMin	LevelMax	OptMin	OptMax 	Luck	Skill	Exc	Durability
    5
    1		12	130	1		15		1	7	60	50	0	255
    2		12 	131	1 		15		1	7	60	50 	0	255
    3 		12 	132	1 		15		1	7	60	50 	0	255
    4 		12 	133	1 		15		1	7	60	50 	0	255
    5 		12 	134	1 		15		1	7	60	50 	0	255
    6 		12 	135	1 		15		1	7	60	50 	0	255
    7 		13 	37	1 		15		1	1	100	100 	4	255
    end
    
    //Bot Mix Asociation
    //BotIndex	MixIndex
    6
    0		1
    0		2
    0		3
    0		4
    0		5
    0		6
    0		7
    end
    How to remove:
    add // to the bot configuration.

    Sample:
    Code:
    //0		50	"BotTrader"	40	225	20	3	0
    note: upon restarting gameserver, you will be prompted by an error that the BOT is not existed because we put "//" to ignore the line. Just ignore the error it wont affect the whole gameplay anyway.
    Alternative: If you dont want the annoying pop-up error upon starting GS..
    Have them placed by changhing the map code and Coordinates.
    Sample:
    0 50 "BotTrader" 40 225 20 3 [which is loren market]
    to
    0 50 "BotTrader" 2 250 250 3 (devias in unreachable place xD).
    Hope it helps
    Last edited by JaneX; 12-02-12 at 11:57 PM.

  3. #3
    Markie Mark onecore is offline
    Grand MasterRank
    Dec 2011 Join Date
    /usr/bin/gccLocation
    553Posts

    Re: helllo guys i need help about how to disable the bottrader

    your the man ;) Thank you!

  4. #4
    ImperiaMuCMS CEO jacubb is offline
    Grand MasterRank
    Jul 2011 Join Date
    SlovakiaLocation
    1,507Posts

    Re: helllo guys i need help about how to disable the bottrader

    Hi. Drop of excellent items maybe you can edit in CommonServer.cfg (usually), and drop of jewels and gems add to your Drop System, I dont know right name of this file, but its something like ItemDropRate.txt/.ini or DropRates.txt/.ini... search for that in SCFData or what folder you have for configs. Just add the codes of this jewels and gems and setup drop rate of it.

  5. #5
    Markie Mark onecore is offline
    Grand MasterRank
    Dec 2011 Join Date
    /usr/bin/gccLocation
    553Posts

    Re: helllo guys i need help about how to disable the bottrader

    jacubb thank you and janex you guys are the best :P thank you! :)

  6. #6
    ImperiaMuCMS CEO jacubb is offline
    Grand MasterRank
    Jul 2011 Join Date
    SlovakiaLocation
    1,507Posts

    Re: helllo guys i need help about how to disable the bottrader

    No problem man, ur welcome.

  7. #7
    Markie Mark onecore is offline
    Grand MasterRank
    Dec 2011 Join Date
    /usr/bin/gccLocation
    553Posts

    Re: helllo guys i need help about how to disable the bottrader

    cuz in everypost ive made about questions you were there :P hahaha thanks bro! :)



Advertisement