Jump to content

Vincent

Members
  • Content Count

    98
  • Joined

  • Last visited

Posts posted by Vincent


  1. Doesn't appear to work on 20130807 client, latest SVN manually patched. Compiled perfectly fine, SSO login diff is checked, SQL table is added, using Loki Launcher but also tried with RO creds. It doesn't log any of the mac addresses in the login table 

    Works fine for me with same client and lastest rev. 


  2. Thanks this work no for me with all the equip.

     

    But i also try to duplicate Aquamarine  Item ID# 720. 

    Problem is there is no view id at the item db? How does it work?

    720,Skyblue_Jewel,Aquamarine,3,6000,,100,,,,,,,,,,,,,{},{},{}

  3. But the map is working if i use @warp. Only the instance let the Client crash.

     

    Here is my scirpt:

     

    payon,97,127,4	script	Farm Manager	416,{    .@mdName$ = "House";        mes "[Guard]";    mes "How can I help you?";    switch(select("Warp to my Farm:Buy a farm:Close")) {                case 1:		set .@buy_check,1;		if (.@buy_check == 1 ){						            set .@instance, instance_create("farm instanced", getcharid(1));if( .@instance < 0 ){	mes "Failed to create the instance!";	close;}if( instance_attachmap("1@farm", .@instance) == "" ){ 	instance_destroy(.@instance);	mes "Failed to attach farm as a map!";	close;}instance_attach(.@instance);instance_set_timeout(300, 300, .@instance);instance_init(.@instance);warp "1@farm", 0, 0;									}			else {			mes "You dont own a Farm.";			close;			}            						        case 2:            query_sql "SELECT `status` FROM `tree_farm` WHERE `acc_id` = " + getcharid(3) + "", .@buy_check;			if (.@buy_check == 0 ) {			mes "^0000ffYou wanna buy a Farm for 1.000.000 Zeny?^000000";						switch(select("No:Yes")){						case 1: 			close;						case 2:			set @price, 1000000;			if (Zeny<@price) {				mes "Not enough Zeny";				close;			}			else {			set Zeny, Zeny - @price;			query_sql "INSERT INTO `tree_farm` (`acc_id`, `status`) VALUES ('"+getcharid(3)+"', '1')";            close;            }			              }	close;	}	case 3:	close;	}}

  4. Hello,

    i try to create a instance at a custom map called "1@farm". 

     

    If i warp to the map with the @warp command there is no problem. But if i try to enter the map via the Instance NPC the Client crashs and say:

    ResourceError : Cant find file [email protected]

    I dont why this error came up.

     

    my renametable:

     

    [email protected]#[email protected]#[email protected]#[email protected]#[email protected]#[email protected]#À¯ÀúÀÎÅÍÆäÀ̽º[email protected]#À¯ÀúÀÎÅÍÆäÀ̽º[email protected]#

     


  5. As i know you need only to add your data from the new map here at the end of the every arry:

     

    // -----------------------------------------------------------//  Constants (leave this section alone).// -----------------------------------------------------------    setarray .Castles$[0],        "prtg_cas01","prtg_cas02","prtg_cas03","prtg_cas04","prtg_cas05",        "payg_cas01","payg_cas02","payg_cas03","payg_cas04","payg_cas05",        "gefg_cas01","gefg_cas02","gefg_cas03","gefg_cas04","gefg_cas05",        "aldeg_cas01","aldeg_cas02","aldeg_cas03","aldeg_cas04","aldeg_cas05",        "arug_cas01","arug_cas02","arug_cas03","arug_cas04","arug_cas05",        "schg_cas01","schg_cas02","schg_cas03","schg_cas04","schg_cas05";    setarray .EndLabel$[0],"ar01","ar02","ar03","ar04","ar05","sc01","sc02","sc03","sc04","sc05";    setarray .Days$[0],"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday";    setarray .Regions$[0],"Prontera","Payon","Geffen","Aldebaran","Arunafeltz","Schwaltzvalt";    setarray .Map$[0],"prt_gld","pay_gld","gef_fild13","alde_gld","aru_gld","sch_gld";    setarray .MapX[0],134,240,153,111,208,121,295,317,140,204,214,308,143,193,305,48, 95,142,239,264,158,83, 68,299,292,293,288, 97,137, 71;    setarray .MapY[0], 65,128,137,240,240,233,116,293,160,266, 75,240,240,278, 87,83,249, 85,242, 90,272,47,155,345,107,100,252,196, 90,315;

  6. #ifndef PACKETVER#define PACKETVER 20130807#endif // PACKETVER#ifndef DISABLE_PACKETVER_RE// Comment the following line if your client is NOT ragexeRE (required because of conflicting packets in ragexe vs ragexeRE).#define PACKETVER_RE#endif // DISABLE_PACKETVER_RE

    This is my mmo.h and Disable Packet Encryption was all the time Disabled. Have i to try to to enable it?


  7. the wohle text is. So any idea why i got this error?

     

    //2013-08-07Ragexe (Shakto)#if PACKETVER >= 20130807	packet(0x0369,7,clif->pActionRequest,2,6);	packet(0x083C,10,clif->pUseSkillToId,2,4,6);	packet(0x0437,5,clif->pWalkToXY,2);	packet(0x035F,6,clif->pTickSend,2);	packet(0x0202,5,clif->pChangeDir,2,4);	packet(0x07E4,6,clif->pTakeItem,2);	packet(0x0362,6,clif->pDropItem,2,4);	packet(0x07EC,8,clif->pMoveToKafra,2,4);	packet(0x0364,8,clif->pMoveFromKafra,2,4);	packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8);	packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);	packet(0x096A,6,clif->pGetCharNameRequest,2);	packet(0x0368,6,clif->pSolveCharName,2);	packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10);	packet(0x0835,2,clif->pSearchStoreInfoNextPage,0);	packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);	packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12);	packet(0x0360,6,clif->pReqClickBuyingStore,2);	packet(0x0817,2,clif->pReqCloseBuyingStore,0);	packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);	packet(0x65ff,18,clif->pPartyBookingRegisterReq,2,4,6);#ifdef PACKETVER_RE	packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);#else // not PACKETVER_RE	packet(0x0365,18,clif->pPartyBookingRegisterReq,2,4);#endif // PACKETVER_RE	// packet(0x0363,8); // CZ_JOIN_BATTLE_FIELD	packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8);	packet(0x022D,19,clif->pWantToConnection,2,6,10,14,18);	packet(0x0802,26,clif->pPartyInvite2,2);	// packet(0x0436,4); // CZ_GANGSI_RANK	packet(0x023B,26,clif->pFriendsListAdd,2);	packet(0x0361,5,clif->pHomMenu,2,4);	packet(0x0887,36,clif->pStoragePassword,0);#endif/* PacketKeys: http://herc.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ */

  8. Try to add this to your packets.h and recompile

     

    packet(0x65ff,18,clif->pPartyBookingRegisterReq,2,4,6);

     

    Dont work, same error:

     

    Not sure if i added the line right?!

    
    
    //2013-08-07Ragexe (Shakto)
    #if PACKETVER >= 20130807
    packet(0x0369,7,clif->pActionRequest,2,6);
    packet(0x083C,10,clif->pUseSkillToId,2,4,6);
    packet(0x0437,5,clif->pWalkToXY,2);
    packet(0x035F,6,clif->pTickSend,2);
    packet(0x0202,5,clif->pChangeDir,2,4);
    packet(0x07E4,6,clif->pTakeItem,2);
    packet(0x0362,6,clif->pDropItem,2,4);
    packet(0x07EC,8,clif->pMoveToKafra,2,4);
    packet(0x0364,8,clif->pMoveFromKafra,2,4);
    packet(0x0438,10,clif->pUseSkillToPos,2,4,6,8);
    packet(0x0366,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);
    packet(0x096A,6,clif->pGetCharNameRequest,2);
    packet(0x0368,6,clif->pSolveCharName,2);
    packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10);
    packet(0x0835,2,clif->pSearchStoreInfoNextPage,0);
    packet(0x0819,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
    packet(0x0811,-1,clif->pReqTradeBuyingStore,2,4,8,12);
    packet(0x0360,6,clif->pReqClickBuyingStore,2);
    packet(0x0817,2,clif->pReqCloseBuyingStore,0);
    packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
    packet(0x65ff,18,clif->pPartyBookingRegisterReq,2,4,6); // <---- ADDED IT HERE?!
    #ifdef PACKETVER_RE
    packet(0x0365,41,clif->pPartyRecruitRegisterReq,2,4);


  9. But if i start the server:

     

    [SQL]: - detected 2 new SQL updates[SQL]: -- 'sql-files/upgrades/2013-04-16--01-24.sql'[SQL]: -- 'sql-files/upgrades/2013-10-31--07-49.sql'[SQL]: To manually skip, type: 'sql update skip <file name>'
×
×
  • Create New...

Important Information

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