Jump to content

Nipsino

Members
  • Posts

    218
  • Joined

  • Last visited

Posts posted by Nipsino

  1. Hello, rAthena. I was wondering if anybody could help me out. What I have done is go inside skill_require_db.txt and made another entry for EDP.

    378,0,0,60:70:80:90:100,0,0,0,99,0,0,none,0,678,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ASC_EDP

    378,0,0,60:70:80:90:100,0,0,0,99,0,0,none,0,608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ASC_EDP

    The first one being the original and the second one being a test.

    I've @item'd 678 in game, and was able to use Enchant Deadly Poison, however when I've @item'd 608, it wouldn't work.

    Please help me with my problem, thank you.

  2. extract the "System" and "Savedata" folder from your GRF. there should be some lua files. make them writable (remove the tick in "read Only")

    then, run the setup.exe as an Administrator. it should solve the trick

    Still no luck. Mind helping me via Teamviewer?

    Nevermind, I've purchased someone's client setup services. That way I can get more server side work done.

  3. Hello rAthena, I'm requesting a little bit of help. I'm currently in a tight hole right now, I have a couple of problems with my client.exe file. Here are the problems that I am currently encountering.

    • Client won't save Hotkey/BGM Settings.
    • Client stays minimize(Setup.exe not working)

    The lub/lua files I am using is 2011-10-19.

    Could anybody help?

    Hello rAthena, I'm requesting a little bit of help. I'm currently in a tight hole right now, I have a couple of problems with my client.exe file. Here are the problems that I am currently encountering.

    • Client won't save Hotkey/BGM Settings.
    • Client stays minimize(Setup.exe not working)

    The lub/lua files I am using is 2011-10-19.

    Could anybody help me?

  4. Ot: whats up with Instagram?, got alot of friends in facebook asking to add them up..

    It's just an application where users could create their own profiles and post up pictures of their daily life and stuff.~ Yah. Lol.

  5. Forbidden

    You don't have permission to access /refer/4243 on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    There's probably something wrong with the web-host. Either that they're improving it. :3

  6. I thought I was blind too, then I proceeded to highlight to make sure there was no invisible image..

    he trolled me.

    he deserves a ban.

    q_q.

    /me calls the Brianator

    am I blind or there is not any link at your signature? xd

    q_q. I am not thy troll! Hehe. Here's the link. :ohttp://instapromote.com/refer/4243

    I thought it'd work in my signature.

  7. Where it says, "Offline" at the top it doesn't look right at all. Red on a darkish red doesn't really go together. I don't really like your color scheme, :3. It's too darkish, haha. You should change some of the fonts, like the "Cool" doesn't really go right with Old English. In the News & Updates box, you should line up the Events prior to News & Updates.

    Overall; 5.5/10, good job though. :)

  8. You could set a variable after OnAgitBreak: like...

    set empbrk,empbrk+1;

    And then you could have a TCG Exchanger that'll be based on the 'empbrk' variable.

    if(empbrk >= 1) goto menu;
    mes "I'm sorry but you haven't broke an emperium yet. Come talk to me when you do.";
    close;
    
    menu:
    mes "Current exchange rates are 1 Emp Break for 10 TCGs. Would you like to trade?";
    switch(select("Yes:No thanks!")) {
    case 1:
    mes "Here ya go!";
    set empbrk,empbrk-1;
    getitem xxx,10; // Change xxx to item id of TCG.
    close;
    
    case 2:
    close;
    }
    }
    

  9. This was my first time setting up my server using SSH/Putty(Usually do it via VNC), so I followed some guides.

    Judas said that the most stable client out there was 2010-06-16, managed to get the server running but whenever I would try to connect to the server it would say, "Rejected from server."

    I'm using MD5 hash, and I've already took out <passwordencrypt> inside the clientinfo.xml.

    I've already enabled 2010-06-16 in mmo.h. Triple checked char/login/map.conf.

    I'm also getting this on the map server. I don't know why, but I enabled access already.

    post-1777-0-55920400-1345753516_thumb.png

    @Judas could ya help me? D;

    Could anybody help me?

    Nevermind just going to re-install everything. Gotta learn from trial and error! Hehe.

×
×
  • Create New...