Jump to content

lllaaazzz

Members
  • Posts

    154
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by lllaaazzz

  1. Hello i was looking at the .str files for skills and their associated bmps, it looks like editting existing skills with  ROSTRviewer is doable... thats awesome but where are the client reading this? and connecting it to the skill? 

     

    if you delete bowling.str, and try to use bowling bash you get 4 errors, im assuming for KN_ and (MS_)? both asking for the bowling.str file.... the slashes, then the target gets a bomb animation  ,  cant find this secondary animation either ? . . . .

     

    ok and this function in skill.c works nice

    clif_specialeffect(bl,173,AREA);

    bl for self and src for target.....

    but i still have the same problem of how these things are being identified or whatever... or like.... where the list effect_list.txt is being generated from....well if anything its better then nothing, whatever

     

    where can i make my client request the str files for my skills?

     

    it looks like alot of people got here and was like shit what the fuck but , id figure id make another topic since no one seems to have explained it like me, so it could just be me whos wrong

     

    Thank you

  2. the maps,textures and mobs so far look fine just a few sprite outlines for my characters and the emoticons are all funky

     

    any idea what  could be happening? using client 140205b

    my graphics slider are on max and resoultion changes nothing, normally dont have this problem except when i started the emulator 

     

    Untitled.jpg

  3. im interested in seeing this too and incase no one understands, hes looking for an npc script that has a donation pot similar to the rachel sanctuary but for his guildmates , and the more you donate the stronger his guilds custom potions become 

  4. just wondering how data.ini works when you got multiple files..... im using 3 right now data and my english at the top.....

    would something i place at the top over write everything... like im trying to edit things in the skillinfoz folder in my own grf to add custom skills..... so i do data/luafiles/lua/skillinfoz ONLY in my grf.... edit my things then put in data.ini... i get a bunch of errors after so i need to test a few more things unless someone could tell me what im doing wrong ;__;

     

    like... do i edit my english data folder who has the skillinfoz.... or do i make my own from data.... and put english on top of that...... but then the english isnt editted... but will my other one under it still change.....??? same with custom sprites and stuff like that, should i make a complete copy of the data folder as my own.... or just the files and directories i need.... even the "¸ó½ºÅÍ" ones...

     

     

  5. yeah it seems that way since i had all the files and stuff no mention of xray or anything..

     

    thank you sir, trying to get my new skills in game... then getting a map in.... idk if i should just keep this topic or make a new one in case i have another question, but you can close it or whatever 

     

    thanks :)

  6. new to all this, got past the server stuff and now playing around my server : 

    when editing the DB's i started by using SDE (looks like GRF is for sprites and stuff?) , so i wanted to test crap so i changed the poring to 1 HP using SDE by targeting my db\pre-re , went to poring changed HP to 1 and reloaded everything, poring had 1 HP in game, im satisfied 

    i go and check out the mobdb where im assuming all the information got updated and it still shows 50HP for poring on pre-re and 60HP for poring on re

    will it not update here? i still havnt tested every one of my options yet but i figured id ask and see if i get any help

     

    I also tried adding skills and and items with the bonus of being able to use that skill as a test and i cant seem to determine how my server reads the database since im pre renewal with all this renewal folders in my server. . . . So the final item ID as far as i can see in pre re is : 19507 Clear Sun, so i type 19508 and my new stuff and i get costume T gemmed sallet, which is 19508 on the renewal id list . . . OK so i set it to ID 31173 and then i just get errors in my map server and the thing is ignored or whatever (currently on fresh install, could recreate steps and post exact if requested but im sure we known what im talking about)

    and as for the skills, the tutorial said i needed xray client to add any more skill ids otherwise the only thing i can do is replace and edit the current skills or something? Im just using this guys pre packed(for solo testing) and not sure yet if its xray or whatever (i cant even spawn my own item in so i cant tell without trying to modify the skill trees, not there yet[probably could edit an existing item])

     

     

    like i said i didnt exhaust all my option yet for testing but if you could help thatd be great

  7. can someone point me at a new ish tutorial? i felt like i had to mix up 2 different guides and i hit an error i dont quite understand, im gonna take a 5 min breather but i figured id ask and see before the inevitable struggle

    i get through the steps of getting rathena through gitbash and then open it up in visual express and build it (whatever the order is, i just forget as im writing this) , then i think im making a mistake here: im on windows 10 and they say i should be editting through my imports file... so first i try editing from directly in the conf folders (not imports) like he shows in the tutorial 

    // Character Server IP
     // The map server connects to the character server using this IP address.
     // NOTE: This is useful when you are running behind a firewall or are on
     // a machine with multiple interfaces.
     char_ip: 192.xxx.x.x < LAN IP
     
     // The map server listens on the interface with this IP address.
     // NOTE: This allows you to run multiple servers on multiple interfaces
     // while using the same ports for each server.
     //bind_ip: 127.0.0.1
     
     // Character Server Port
     char_port: 6121
     
     // Map Server IP
     // The IP address which clients will use to connect.
     // Set this to what your server's public IP address is.
     map_ip: 69.xxx.x.x < WAN IP

    so i tried that, and in the end i got this

    step5.jpg

    so i tried making edits in the imports folder/files : 

    step1.jpg

    I got the same problem, so i thought maybe this wasnt my mistake.

    So i continued the tutorial and got into the sql server stuff ( i made sure to completely erase all data folders and stuff between every attempt)

    installer sql server word by word here : https://github.com/rathena/rathena/wiki/SQL_Installation

    Installed workbench 5.2 because it was the same as the one he used in tutorials.. but had errors executing some things, i believe it was outdated crap so i switched to 6.0(it carried all my stuff conveniently, so this could be the issue... but then i have trouble with the newer client of workbench being different layout completely ;_; ) so after i execute i jump back over to my 5.2... add new schemas for 'ragnarok", then heres another unspecif thing where he says we had to set ragnarok as default before adding our sql files for "main.sql" from our athena folder.... OK DONE NOW REPEAT FOR LOG... so i set it as main so all edits are directed there? then chose log.sql and then continue

    and now its time for security privileges.... still using this site and nearing the end https://github.com/rathena/rathena/wiki/SQL_Installation

    dont think my problem lies here. 

     Next step is "additional configurations", i plan on playing with items and mobs so i go ahead and copy all the non REnewal stuff in the workspace set ragnarok to default and paste, then execute for both.... i think im fine here as well....

     

    so to my understanding, i think i should be at the step where i should be able to log into the game with my admin account under a server hosted from my PC? i dont really know or see any instructions regarding rAthena >to> kRO client stuff . . . . and when i try launching my 3 servers i get the errors above...

     

    thanks if you can point out any obvious errors or a up to date guide or whatever you can offer. 

    until then i will just keep restarting trying new guides until it works.... gg all have a good Christmas 

     

     

×
×
  • Create New...