Jump to content

Dastgir

Script Developers
  • Content Count

    3803
  • Joined

  • Last visited

  • Days Won

    249

Posts posted by Dastgir


  1. Aegis is the emulator which is used by Official RO Servers(kRO,iRO,etc..),i.e Official Emulator made by GRAVITY. There are frequent leaks of aegis(Official Server).


  2.  

     

    This needs more info because of some facts:

    [*]You want the script to change rates depending only on online users? You also need to delay the check and change of the experience rates. You also make this check every login/logout, but you shouldn't broadcast it because there'd be so many announces.

    [*]What fashion you want exp rates to change: Arithmetic (A + BX)? Geometric (A + X^ B)? Is there a cap?

    [*]You know idle and autotrade users will count towards this amount? There's no simple way to take them out of this count of online users, but it can still be made

    I've thought of other points but don't remember right now. Try to be more descriptive on those requests and anticipate any questions you could get ;) .

     

     

     

    1. Yes it checks every player login/logout. If population has been met the rates will automatically changed.

    2. The rates cap could be in the range of 400-500 (Current rates: 300)

    3. I can remove them using a new source that check online users without the vending.. Its like getusers_novend

     

     

    Starting Rate = 300 Users Maximum 500

    It is according to online player. so 300 players= 300x, hope i haven't misunderstood your question.

    ExpEvent.txt


  3. please be sure that you have files on correct folder:

    "data/luafiles514/lua files/" (as you are using 2012 client)

    If you have .lua then be sure you have checked "Read Lua Before Lub" While diffing the client, or just compile the .lua to .lub by luac5.1.4 or just rename it.


  4. I'd like to congratulate whoever started the rumor, even I believed it for a while. xP

     

    rAthena will be back up and running in a few days, and yes, we did indeed have backups.

    I agree to Ind, What will the people think if its 1-2 weeks down, and even with no notice , even in fb page, there was no notice for 1 week why the rathena is down.

    If you had backups , It should have been up the first day.


  5. File Name: Extended Vending System v1.8.1
    File Submitter: dastgirpojee
    File Submitted: 16 May 2013
    File Category: Source Modifications

    Original topic and code here: http://ea-support.ru/index.php?/topic/525-vending-za-ljuboi-lut/page__p__5382"]link[/url]
    Idea: http://www.eathena.ws/board/index.php?showtopic=274111"]link[/url]
    rAthena: http://rathena.org/board/topic/60817-extended-vending-system-18/"]link[/url]

    When you use the skill vending there would be a menu that will pop up and you will choose what type of vending system do you like.
    • Zeny - You will purchase items using zeny..
    • Cashpoints - purchase items using cashpoints
    • Item(your desired item) - purchase item using your desired items..(Example: TCG-7227)

    You can enable or disable the cash / item in file db/item_vending.txt


    Vending title can be looks like: "[ITEM_ID] name"


    Modify your client data files:

    idnum2itemdisplaynametable.txt

    30000#Zeny#
    30001#Cash#

    idnum2itemresnametable.txt

    30000#±ÝÈ#
    30001#¹Ì½º¸±È­#

    Enjoy.

    New:
    v1.8.1:
    08 April 2013:
    03 May 2013:
    15 May 2013:

    Created by Lilith,
    Modified by Dastgir

    Click here to download this file


  6.  

    I made this, Just Wait for some minute for me to upload this patch.

    File : attachicon.gifItemShop-May15.diff

     

    Usage:

    <map name>,<x>,<y>,<facing>,<item_id>    ishop    <npc name>    <spriteid>,<itemid>:<amount>,..... 

    Once download gets approved by mods, http://herc.ws/board/files/file/6-customized-shop-needs-item/

    Tested And Working.

     

    Hi! Can you make in this format <itemid>:<amount>:<item_required>,<itemid>:<amount>:<item_required>,..... I think its better this way. Suggestion only :)

    It would be a problem then , bcoz we can't differentiate items , nor we can change item name, since the packet is sended in the form of item_id not item_name.


  7. index.php?app=downloads&module=display&section=screenshot&id=6

    File Name: Special Shop
    File Submitter: Dastgir
    File Submitted: 15 May 2013
    File Category: Source Modifications

    As Per This Topic: http://herc.ws/board/topic/3204-special-shop/#entry21298
    Example of usage:

    For using ItemID x for buying Items

    <map name>,<x>,<y>,<facing> itemshop <npc name> <spriteid>,<item_id><itemid>:<amount>,.....


    This shop will use item id mentioned in the NPC.

    For Using Variable for buying items

     

     

     

    <map name>,<x>,<y>,<facing> pointshop <npc name> <spriteid>,"<variable_name>":"<variable_description>",<itemid>:<amount>,.....

     


    Variable_Name will be deducted from your variable,and it will show variable_description when click npc.

    Please See ScreenShot for More information.


    NOTE:
    Please Do Not Share without Credit.Please Do not Share this as Paid Service.

    Click here to download this file

     


  8. Tips of the day:

     

    * Have regular backups.

    * If you know your site is going to be offline, redirect it to a temporary webhost where you can let people know what's going on

    * If it's your hoster's fault and its something they need to fix, breathe down their necks.

    haha, I like your tips,

    Maybe rA don't have their backup , now they redirect site to eathena sourceforge page.


  9. using:

    iro client (patched everyweek)

    2013-03-20e client

    2013 02 20 wip v2 diff

    https://subversion.assembla.com/svn/client-side-translation/

     

    ignored the crs mismatch error. patched in the data + system folder from up there. also the patched client. and its not working.

    **edit**i've set the diffpatcher to read lua before lub**edit**

     

    error:

    cannot open system/iteminfo.lub: no such file or directory. checked and yes there is none.

    iteminfo fili init

    **and a blank error**

     

    anyone ran into this problem? any fix? thanks!

    go to system folder inside ro folder,

    and rename this file itemInfo.lua to itemInfo.lub


  10.  

    *changebase <job ID number>{,<account ID>};This command will change a character's appearance to that of the specified jobclass. Nothing but appearance will change.The command will run for the invoking character unless an account ID is given.	changebase Job_Novice; // Changes player to Novice sprite.	changebase Class; // Changes player back to default sprite. 

     

×
×
  • Create New...

Important Information

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