Jump to content

UltraSlayer

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by UltraSlayer

  1. Out of curiousity, anyone know why when I redeem an item from my mail using this the favorite value for that item in the inventory table is set to "-52"?

     

    I was just wondering if anyone else had something, the same issue or occurance as I did.

     

    Note: I had to alter the table column "favorite" in the inventory table to prevent a "value out of range" error to fix it.

  2. I've been trying out a FluxCP addon I purchased which sends items via mail and it seems when you redeem an item from your mailbox, it inserts a negative value into the "favorite" column which gets rejected and the item is lost. Any idea how to fix it?

     

    Here's the error:
    hhc1.png

     

    Thanks for your help!

     

     

     

    EDIT: FIxed, just had to turn off "Unsigned" for the favorite column.

  3. I've been trying to redo Gloria's formula to be more dynamic. But for some reason, it only seems to read the first part of the code and just blatantly ignores the rest. Here's the formula I am using and I ask why it's not working.

     

    	if(sc->data[SC_GLORIA])
    		luk += 20+luk*0.50*(sc->data[SC_GLORIA]->val2/10);
    

    What this does is give the base stat of 20 luk plus 1 luk per 2 points spent into luk, but thats the catch, it gives the 20 base points but it doesn't give anymore with points spent into luk. I got similar code to work with Blessing but this just wont work. /bzz

     

    Thanks for your help,

    - UltraSlayer

  4. I was wondering if a manager npc could be made for the Cash Shop. Like an administrator talks to the NPC, the npc checks the level of the gm, then lists a menu to either add a new item, edit an existing item to change its ID from its current to another or delete the item out of the cash shop.

     

    Thanks,

    - UltraSlayer

  5. Has your client been diffed up to 2000 max headgear view ID's?

    Also, make sure you have the correct view ID on the item.

    Example using from above:

    21115,New_White_Fairy_Wings,white fairy wings,5,100000,50000,0,100,40,,1,0xFFFFFFFF,1,2,1,,,1,889,{ bonus bAllStats,20; },{},{}

    Where "889" is the ID associated to it from your accessoryid lua.

  6. but when i tried my dex 1 its no cast. is it possible like if below 120 it will cast but if 120 above it will be no cast

    Try changing:

    // At what dex does the cast time become zero (instacast)?
    castrate_dex_scale: 150
    

    To:

    // At what dex does the cast time become zero (instacast)?
    castrate_dex_scale: 120
    

    Just make sure RENEWAL_CAST has been disabled in renewal.h found in "src/config" by hashing it out with, "//" then recompiling your server.

  7. When I use @main <message> and/or put "main" or "Main" in the whisper box and type something, nothing comes up and yes, '@main on' was used before hand. Maybe its client or source related so I have no idea where to post this. Thanks for your help.

    Regards,

    UltraSlayer

  8. For starters, if this request already has been fulfilled, a link to it would be excellent.

    Hello everyone, I just wanted to ask how to duplicate @main for another chat window, the one I found is outdated and unsupported for the latest Trunk.

    That's it, thank you for your time,

    UltraSlayer

  9. Well, I don't know how to change the colors, but there's a script to activate @main and @trade when a player logs in. Here it is. I know this isn't a source edit, but it still does the job. :)

    - script cmd_npc -1,{
    end;
    OnPCLoginEvent:
    if(getgmlevel() >= 10) { end; }
    atcommand "@main on";
    //Add more commands here..
    end;
    }
    

    When you mean @trade, do you mean market chat?

  10. I was wondering if its possible to set a global cooldown to all skills, a set variable of like 8 seconds which applies to all skills.

    Example: Cooldown after Storm Gust is 8 seconds, Cooldown after Jupitel Thunder is 8 seconds which can be reduced by cards, items, ect...

    Thanks!

    Regards,

    UltraSlayer

  11. Hello everyone. I was just curious if anyone knew of a Bounty System was available with rathena that only GM's can set, in other words its like putting a reward of Zeny on a player who is #1 in PvP. It would also be nice if this could be done with some web/MySQL coding as well to display the most wanted, if not then it's okay.

    Thanks and regards,

    UltraSlayer

  12. Hello. I got this slight issue involving skills used on a group of mobs, every time I use a skill( Diamond Dust for example), my client completely freezes when used on a group of mobs. It shows the skill hitting one mob then after that it completely freezes then I get disconnected.

    I use:

    2012-03-07 Client

    Here's my clientinfo:

    <?xml version="1.0" encoding="euc-kr" ?>
    <clientinfo>
    <servicetype>korea</servicetype>
    <servertype>sakray</servertype>
    <hideaccountlist /><extendedslot /><readfolder />
    <connection>
    	<display>MY SERVER</display>
    	<desc>Relive the experience.</desc>
    	<address>MY IP</address>
    	<port>6900</port>
    	<version>30</version>
    	<langtype>1</langtype>
    	<balloon>250x/250x/100x</balloon>
    	<aid>
    		<admin></admin>
    	</aid>
    </connection>
    </clientinfo>
    

    Note: I read from a previous post stating clicking on and off the client fixes it but I do not find it a "professional" solution.

    If you need anymore info, let me know, thanks!

×
×
  • Create New...