Jump to content

DR4LUC0N

Members
  • Posts

    135
  • Joined

  • Last visited

Posts posted by DR4LUC0N

  1. I don't know why it would be....I downloaded it from RMS and just updated it like normal though the RSU exes.

    Edit: Here's some examples of what it looks like...it looks like official stuff nothing user created.

    post-3662-0-02743900-1356982859_thumb.jpgpost-3662-0-52989000-1356982861_thumb.jpgpost-3662-0-11485800-1356982863_thumb.jpg

    Also remember it's reading this stuff from the rdata.grf and data.grf so it's really not something someone created.

  2. I have a script that's supposed to do @hide on login if you're a GM of a certain level.

    Here's the scripts contents....

    -	script	PCLogin::PCLogin3	-1,{
    OnPcLoginEvent:
    if (getgmlevel() >= 99)
    atcommand strcharinfo(0) + "@hide" ;
    end;
    }

    rA gives me an error upon logging in

    warning: script: buildin_atcommand: failed to execute command 'strcharinfo<0>@hide'

    I've been out of the RO scene for awhile and I'm getting back into it...I don't remember any of my scripting stuff. ;(

  3. I'm not sure what the double posting(bump) limit is...but I went to what we started and honestly...I don't know where to add the new stuff because there is much more on this one then what eA's 3Ceam had on theirs...I'm currently using the newest version on rA and it's much different. Some assistance please.

    (Maybe I've just gotten dumb because I was out of the RO world for awhile...)

    Edit: Nevermind I through it in to the best of my ability, no errors so now I'm doing tests.

    Edit 2: Seems like so far the only 2 issues I'm seeing is if you unequip the disguised headgear and re-equip it the disguise goes away and you need to reapply it. Also it's not static through all the headgear that you change too. And for some reason the costumes don't show up.

    Would it just be easier to make up costume copies for every item in the game instead? Lol

  4. @Alvins182 - Yes I have tried compiling, nothing changes.

    @Mootie - I followed your guide in the first place. :/

    @Winz - All my folders are written in Korean.

    I have no clue what the problem is... I just got back into making my server and everything was working before I stopped....I started with a new client, downloaded the right LUAs for the client and added everything in. All the normal headgears work fine.

    Okay that's solved, I changed clients to 2012-04-10 and it kept saying string buf errors and I looked and they weren't uppercase for some weird reason....may have happened when transferring my old files to the new ones...who knows.

    Now I'm gonna make a new subject about a different problem I'm having.

  5. I will start this off by saying yes I have used the search button before posting. I have seen alot about errors on custom items. Here is my situation...

    Client Date: 2010-06-16(Diffed for 2000 View IDs)

    Problem?: I can't see my custom headgears and I get errors upon putting them on or logging in with them still equipped. This happens with both male and female sprites.

    What have I tried to resolve the issue?: I've looked over all the nessecary files multiple times to make sure nothing was messed up(All LUA files, client files, .spr/.act files), I've tried changing my LUA files to LUB, I've diffed my client differently, I've used different clients.

    Here is screen shots of my errors and my files that would induce this problem.

    accessoryid.LUA

    post-3662-0-84645600-1356497854_thumb.png

    accname.LUA

    post-3662-0-78325400-1356497859_thumb.png

    idnum2itemdisplaynametable.txt

    post-3662-0-55739300-1356497867_thumb.png

    idnum2itemresnametable.txt

    post-3662-0-13508300-1356497874_thumb.png

    itemdb

    post-3662-0-99206100-1356497877_thumb.png

    Errors(each one is technically different, there is 6 total)

    post-3662-0-67690500-1356497886_thumb.png

    post-3662-0-94596100-1356497896_thumb.png

    post-3662-0-64838000-1356497902_thumb.png

    post-3662-0-54198600-1356497908_thumb.png

    post-3662-0-03750900-1356497913_thumb.png

    post-3662-0-70386000-1356497917_thumb.png

  6. Well AnnieRuru I wanted to say I apologize for how I was...I was captain d-bag in that post. But none the less if we could start over again that would be great....

    I will try this. Give me a few days to reply please.:)

  7. Hi everyone. I hope this is the right section for this. I'm looking for help on a script/source modification for my server. The modification allows 1 NPC to take a headgear item from your inventory and store it in a database(completely removes the headgear from inventory) and allows you to change the headgear you are wearing to look like the headgear you choose.

    Example: Let's say I'm wearing a Valkyrie Helm and I want to change the look of it to a Captain's Hat....I go to the NPC and a window pops open saying something like "trade me 10 TCG Cards to allow a headgear in your inventory to be used as a disguise.". Now if I choose yes the NPC removes the headgear from my inventory and stores it into a list where I can choose a headgear out of a set of headgear I already traded to him to disguise my Valkyrie Helm.

    I would like the disguise effect to be permanent on a character to character basis(but the list of headgears can be seen from all characters on the account) so I can have 1 character show a valk helm when logged in or equipped and another character will show the Captain's Hat when logged in or equipped. Hopefully on a headgear to headgear basis aswell.

    My next thing would be the same idea but instead completely hide the headgear but have it still equipped.

    Hope this isn't too much to ask. Thank you for all help.

×
×
  • Create New...