Jump to content

ossi0110

Community Contributors
  • Content Count

    575
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by ossi0110


  1.  

    'Hostname' => '144.xx.xx.xx( My Root IP)',

     

     

    is the IP of your SQL Database , where the Flux needs to install the Flux CP_ Tables

     

    so be sure tha this IP points to your GameServer SQL Databases

     

    and that the user got correct permission to access this Databases


  2. anyone got problem by adding custom skill? :D

     

    Examples, I add custom skill with ID

    3040, as far as I know, in the skill_get_index, it will be handle by 

     

    		else if ( skill_id < 5019 ) // 3036 - 5000 are empty - 1020+57+348+35			skill_id = (1460) + skill_id - 5001;

    1460 + 3040 - 5001 = -501?

     

    5020, this is will returns

     

    ShowWarning("skill_get_index: skill id '%d' is not being handled!n",skill_id);

     

    then, I must 'peek' the empty slot between official skill ids or "add new skill ID after 1478 (#define MAX_SKILL) then add the value of MAX_SKILL"

    (I didn't find any info like I mention, CMIIW)

     

     

    Adding Custom Skills is limited from the Client Side , since the Values are hardcoded

     

    Skill ID  900 - 1000 Are Save to use for Custom Skills


  3. I'm oohmario (vbrenth) on eAboards backway then.

     

    Ossi client have full of costume stuff T.T neweiyz thanks.

     

     

    Yes my CLient got some BRO/TRO etc sprites into it , but you dont need to use , current my clients runs dont drops anny error etc , you can use them out of the box


  4. here you go

     

     

    just remove the {  above the end on Line 25

     

     

     

     

    bat_room,160,150,3	script	Erundek	109,{	callshop "ShopBG",1;	npcshopattach "ShopBG";end;OnBuyItem:for(set @i,0; @i < getarraysize(.bg_item);set @i,@i+1){	if(@bought_nameid == .bg_item[@i]){		mes .n$;		mes " ";			if(.emb_bv[@i] > 0) mes (.emb_bv[@i]*@bought_quantity)+"x Emblemas de bravura.";				if(countitem(7828) >= (.emb_bv[@i]*@bought_quantity)){				getitem .bg_item[@i],@bought_quantity;				delitem 7828,(.emb_bv[@i]*@bought_quantity);				mes .n$;				mes "Troca bem sucedida";				close2;					}else{					mes .n$;					mes "^FF0000Você não tem emblemas suficientes^000000";					close2;					}			}		}end;OnInit:	set .n$,"[Erundek]";	npcshopdelitem "ShopBG", 503;	setarray .bg_item[0],	13036,13411,1425,1632,1634,1543,1924,1978,1574,1824,1183,1380,13305,1279,1739,13108,13172,2538,2539,2540,2435,2436,2437,2376,2377,2378,2379,2380,2381,2382,2720,2721,2722,2723,2724,2725,2733;	setarray .emb_bv[0],	100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,50,50,50,50,50,50,80,80,80,80,80,80,80,500,500,500,500,500,500,500;	for(set .x,0; .x < getarraysize(.bg_item); set .x,.x+1)  npcshopadditem "ShopBG", .bg_item[.x],0;end;}-	shop	ShopBG	-1,503:500;

  5.  

    Now IG is paid, but 3months ago it isn't :D

     

    @edit

    But still you can find unpaid version on google :P

    But it'd be outdated, no?

     

     

    Hello Mysterious

     

     

    Yes InternalGuard got a Paid license for 25 USD , but you still can use it for free on Localhost , you dont need to pay if its run local. 

     

    Sure Harmony is better Known then Internal Guard , could be because harmony is  7 Years old ,

     

    Internal Guard is out since 6 month now , and its getting improved every week .

     

    Harmony got no Paid service thread here same as Internal Guard ,  and the Important parts of the Internal Guard homepages are english now , and im Working with Kaju on the other parts

     

    InternalGuard installation got a paid service allready here on Hercules ( Look at my Paid Service)

     

    and if we follow simple the rules even harmony needs to be removed from the board here since it  breaks the hercules forum rules

     

     

    [*]If a member does not have an approved advertisement in the Paid Services section, he may not have ads in their signatures or make any posts in the forums about their services.

     

     

    mfg

     

    ossi0110  Lead mod of InternalGuard


  6.  

    like in the PM I said

     

    1.

    download 2014-01-15Ragexe_Full_Client

    http://hercules.endlessro.net/

     

    2.

    change PACKETVER 20140115 inside mmo.h, recompile

     

    3.

    You have to put these in packet.h:

    // 2014-01-15eRagexe - YomRawr#if PACKETVER >= 20140115    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(0x08A7,5,clif->pChangeDir,2,4); //##    packet(0x0940,6,clif->pTakeItem,2); //##    packet(0x0361,6,clif->pDropItem,2,4); //##    packet(0x088E,8,clif->pMoveToKafra,2,4); //##    packet(0x0367,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(0x0802,6,clif->pGetCharNameRequest,2); //##    packet(0x0368,6,clif->pSolveCharName,2); //##    packet(0x0360,12,clif->pSearchStoreInfoListItemClick,2,6,10);    packet(0x0817,2,clif->pSearchStoreInfoNextPage,0);    packet(0x0815,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);    packet(0x096A,-1,clif->pReqTradeBuyingStore,2,4,8,12);    packet(0x088A,6,clif->pReqClickBuyingStore,2);    packet(0x0965,2,clif->pReqCloseBuyingStore,0);    packet(0x0815,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);//##    packet(0x096A,18,clif->pPartyBookingRegisterReq,2,4);//##    // packet(0x088A,8); // CZ_JOIN_BATTLE_FIELD//##    packet(0x0965,-1,clif->pItemListWindowSelected,2,4,8);//##    packet(0x0966,19,clif->pWantToConnection,2,6,10,14,18);//##    packet(0x095D,26,clif->pPartyInvite2,2);//##    // packet(0x095B,4); // CZ_GANGSI_RANK//##    packet(0x089B,26,clif->pFriendsListAdd,2);//##    packet(0x092D,5,clif->pHomMenu,2,4);//##    packet(0x0865,36,clif->pStoragePassword,0);//###endif#if PACKETVER >= 20140115    packetKeys(0x63224335,0x0F3A1F27,0x6D217B24);#endif 

     

    .

    .

    .

    4. run YourRO.exe ... this hexed client is already provided when I download it

    I don't care how to diff the client, because I'm client noob hahaha

     

     

    so yeah ... maybe its your hexed client problem

     

     

    this is why i made this clients Annie :)

×
×
  • Create New...

Important Information

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