Jump to content

stydianx

Members
  • Posts

    390
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by stydianx

  1. you should have known by now how to read errors on your server monitor..

    or else, your server will go down.

    i'll teach you the basic's so Emistry can take a rest /no1

    usually, when you load an NPC script that is incomplete (custom or not) the errors shows up in the "log/map-Server_SQL.exe"

    i'll give you an example of an error..

    [Error]: sv_readdb: Could not process contents of line 948 of "db/re/item_buyingstore.txt".
    

    there.. analyzing this error, it says that there is an error in "db/re/item_buyingstore.txt" in line 948.

    in other words, this can be located in your ragnarok data folder inside db insde re and finally item_buyingstore.txt line 948.

    now you know how??

    now, if your script is done, put it on your npc/custom then edit your script_custom. put your npc there. oaky? i hope my little guide helps.

    if you still don't get it, then wiki is waiting for you. and it wont be fun /panic /panic /panic /panic /panic /panic wrahahahahaha!

    • Upvote 1
  2. great thoughts, though time management is probably most important too. If you are runningi a server by yourself and you have life issues, what will you do. You can still manage it somewhat, but you may need some assistance to step in

    THIS IS VERY TRUE :)

    in times of darkness and headaches, two head is always better than one :)

  3. im working alone.. and yes it's taking time and many errors, but people here helped me through the bad times of my life in making my own private server..

    but yeah, having a friend of company to do the server will be much fun and easy, i will also open up new ideas and still run the way you want it too :)

    i just wish there's someone who'll approach me and say "hey wan't me to help you with your server? it's free"..

    looooooool! /no1 /no1 /no1

    i think another key to making a good server, specially when your alone (pro or not) is that you gotta enjoy and appreciate what you doin' and what your server have, and yes, have patience...

  4. it still sends out the same error..

    and now theres another one, it say "unknown syntak found on line 2 stopping...."

    here is what my script actually looks like:

    - script MagicBoxSpawn -1,{

    OnInit:

    OnClock0000:

    set .BoxReward[0],502,503,504,505,506;

    set .SpawnHour, rand(24);

    OnMinute00:

    if (gettime(3) == .SpawnHour ) {

    set .DelayMin, rand(60);

    sleep (.DelayMin * 60000);

    while(1) {

    monster "prontera",46,284,"Magical Box",1360,1,"MagicBoxSpawn::OnBoxBreak";

    // debugmes "Magical Box has been spawn!";

    break;

    }

    }

    end;

    OnBoxBreak:

    // Item Reward goes here

    setarray .@Item[0],512,513,514;

    setarray .@Amount[0],2,4,6;

    set .@i, rand(getarraysize(.@Item));

    getitem .@Item[.@i], .@Amount[.@i];

    end;

    }

    Do i need to put another tab on both sides?

  5. there are 3 sprites in total.. you might have got confused in the process.. download SPR conview to see if the sprite is a "drop-sprite" or an "equip-sprite".

    an drop-sprite has only 1 frame, and a equip-sprite has 6, okay?

    and for visual reference, here is the name of a sprite from the DROP-sprite folder >> Ȳ±Ý¿ù°è¼ö

    and here are two from the EQUIP-sprite folder >> ¿©_´ëÇü¸¶Á¦½ºÆ½°í¿ìÆ®2 and ³²_´ëÇü¸¶Á¦½ºÆ½°í¿ìÆ®2

    see the difference? both have special characters in the begining and has _ before the sprite name.

    check everything you have done. and if things still doesnt work.

    go to the wiki cause there is more details there than what i am saying here right now :)

    heres the link:

    SPR Conview

    http://ratemyserver.net/index.php?page=download_tool

    also, consider looking at the name of your sprites and what name you use when adding them.

  6. i can't find the structure here -.-

    i would like to know the composition of this script..

    like in item making, theres itemID,DBname,screenname etc.

    { bonus3 bAutoSpellWhenHit,"AL_HEAL",3,50; },{},{}

  7. i would like to request for Custom items that you guys might have.

    Items requesting for:

    Custom two-handed sword

    Custom one-handed sword

    Custom Shield

    please give me link to download the file complete with .spr/..act and script.

    thanks in advance :)

×
×
  • Create New...