|
Join Date: Nov 2008
Location: Butt Munch Texas
Posts: 9
|
11-09-2008, 02:38 AM
|
Note: I suck using the search engine, just in case some one tells me to use it :B
Anyway Problem 1: when i login to my test account and pick a char, i go into the fields (anywhere) to train as a test but the moment a monster sprite comes into view it crashs.
Question(o-o): when making a grf file, do you take the WHOLE eAthena folder (every folders and files)and create a grf (with gryffs) or do it some other way cause a TUT i found told me to open data and sdata.grf's (GRF Factory) and then extract them to a folder, and then use gryffs to create a grf and the outcome is a 1gb grf >.> which isnt normal for server (at least from what ive seen)
Question/Problem (d:D): i cant find any of the default NPC's anywhere and when i try to make a simple custom one that doesnt load either; I also don't know if i wrote the code right >.>:
Test npc:
Code:
xmas.gat,148,125,4 script XMAS TEST NPC 710,{
mes "HI IM A USLESS NPC d:D";
menu "GOOD FOR YOU d;D",-,"I dont give 2 bawls and a 0-0' ^_^hole",ok;
mes "That's good, I'm glad to hear that";
close;
ok:
mes "ok XD but heres some zeny for the hell of it :O";
set zeny,Zeny+1000000000
mes "n_n";
close;
Last edited by Xnenai; 11-09-2008 at 02:47 AM.
Reason: forgot more stuff
|