Jump to content

Aerie

Members
  • Posts

    383
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Aerie

  1. Aerie

    Main chat

    It was by diffing the executable but this diff isn't anymore supported by WeeDiffGen. It was possible before with the Diff Team work. It may be still possible to change the color of the main chat by edit with an hexadecimal editor but you have to find someone able to make it ;D
  2. Yes but you have to change each mention of the object in the *rsw file of the map, so too complicate and too huge work. (For the whole client) But for BE, you have the objects / textures generator by Steph81 : http://mappingro.prauds.fr/ It's classified by kind of object. Here an english version by Tande : http://rathena.org/board/topic/57268-dl-reorganized-romodeltxt/ You can make a right click on the category but this doesn't works very well. Other way but you have to do all by yourself (I'll make a version if you want) : RO/bifrost/°¡±¸_¹è¼­¶øÀå|data\model\bifrost\°¡±¸_¹è¼­¶øÀå.rsm TO RO/OtherName/°¡±¸_¹è¼­¶øÀå|data\model\bifrost\°¡±¸_¹è¼­¶øÀå.rsm
  3. What's your emulator version (Modified packet_db ?) and also what's your executable version ? LUA files version ?
  4. Did it happens only for your GM character or all characters ? If it's all characters it comes from a difference between the launcher and the the db/packet_db.txt
  5. Aerie

    Green Aura

    Oh the name ... Hard to find ;D Names are in the launcher (you can grab it with a hexadecimal editor) or look into the GRF but hard to find because its in *.tga format (for most of them) and It doesn't really look like in game. You should try to look for tga files and grab the effects folder ... Make test / impact IG but I didn't see yet a list effect / client name maybe someone have it.
  6. Aerie

    Green Aura

    It's the effect 680. You can browsse effects here : http://mappingro.prauds.fr/effet/index.php List of effects : https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/effect_list.txt
  7. Can you be more specific ... What kind of error ? where ? when ? If graphical error surely badly added ressources in the client ...
  8. Share your error and show what you have already modify ...
  9. Really nice release ! Your latess releases are really stunning with an original design and huge variety ;D You should make a guide for rip and import in BE models ! Thanks for this free map !
  10. Share your configuration files, there is surely a mistake. Your patcher try to connect to a local or a webserver ?
  11. Check Arsinoe/Configuration.txt //Pour introduction, régler le Nom de la Capitale du Serveur, Nom de la carte et coordonnées (Pour l'arrivée après l'intro) : //For the Introduction, fix the Capital Server, Nme of the map and coordinates (For come to the capital after the Introduction) : set $EP7CapiName$,"Prontera"; set $EP7map$,"prontera"; set $EP7x,156; set $EP7y,202; Look to others configuration like name server, languages, currency, ...
  12. Ah right ... I'm on ;D All mob_db have been converted, Schallmar included. EDIT : Mob_skill_db avaible, mob_db corrected.
  13. Send a screenshot of your grf decompressed then I'll check what kind of client it's.
  14. What kind of client is used ? Xray or lua one ? You have to decompress the grf, use unbollox for convert files for read them. All files that interesting you are in sprites / textures folders. If it's a separate grf (with only customs) it'll be easier, you can check with spr_conview tool the custom ones and delete all others. SPR_Conview_v0.11.exe unbollox.zip But did you know how add custom items ?
  15. You need to have client of the server, without impossible to get those sprites. If you have the client, you have to open the xray / lua files check view_id <-> sprite names ...
  16. You right view_id 0 is for empty .. goggles is 1. So if you can wear the item, the problem comes from the sprite / lua_files. If I remeber the 30.000 custom item limits is for items_id not for view_id who are two distincts things. You can't bypass 999 without the diff (and after no more 2000)
  17. THe view id seems to be 25001, client can't support such a big value. Don't go upper 2000 and only if you patched your client with weegendiff programm. 25001, Test_Item, Test Item, 5, 100000, 10, 1000, , 10, , 4, 4294967295, 1, 2, 512, , 0, 0, 25001, , , Test in your server by replace 25001 view_id range by 0 ... Goggles should appears. (That will mean that your item works) Then create a new view_id in 999 range in lua. Item and View_id don't need to have the same ID, it's two things differents.
  18. There is a modification of the mob_db ... since the 15531 revision : https://rathena.svn....svn15531_db.sql I'll update files and maybe use only sql now ... Edit : Here for Arsinoe en/fr (I'll make sp and Schallmar later) : http://aerie-pinkpan...a/Server/db/en/ The mob_db corrected in sql version.
  19. This website ? http://mappingro.prauds.fr/ It's up for me.
  20. I've listed some sites : http://rathena.org/b...ical-resources/ There is many custom in the download section of the forum : http://rathena.org/board/files/ About GreenPeach, the owner have posted in the french board and he s not decided to rebuild the website.
  21. This is the whole script : - script EP7_lightanim -1,{ OnLight: if ($@aby_event3 == 0) { donpcevent "#ep7effectAby1::OnAction"; donpcevent "#ep7effectAby2::OnAction"; donpcevent "#ep7effectAby3::OnAction"; donpcevent "#ep7effectAby4::OnAction"; } if ($@aby_event4 == 0) { donpcevent "#ep7effectAby5::OnAction"; donpcevent "#ep7effectAby6::OnAction"; donpcevent "#ep7effectAby7::OnAction"; donpcevent "#ep7effectAby8::OnAction"; donpcevent "#ep7effectAby9::OnAction"; donpcevent "#ep7effectAby10::OnAction"; donpcevent "#ep7effectAby11::OnAction"; } sleep2 1000; donpcevent "EP7_lightanim::OnLight"; end; } ars_fild58,95,103,0 script #ep7effectAby1 139,{ OnAction:specialeffect 14;end; } //Salle 1 ars_fild58,97,103,4 duplicate(#ep7effectAby1) #ep7effectAby2 139 ars_fild58,99,103,4 duplicate(#ep7effectAby1) #ep7effectAby3 139 ars_fild58,101,103,4 duplicate(#ep7effectAby1) #ep7effectAby4 139 //Salle 2 ars_fild59,99,126,4 duplicate(#ep7effectAby1) #ep7effectAby5 139 ars_fild59,101,126,4 duplicate(#ep7effectAby1) #ep7effectAby6 139 ars_fild59,103,126,4 duplicate(#ep7effectAby1) #ep7effectAby7 139 ars_fild59,105,126,4 duplicate(#ep7effectAby1) #ep7effectAby8 139 ars_fild59,107,126,4 duplicate(#ep7effectAby1) #ep7effectAby9 139 ars_fild59,109,126,4 duplicate(#ep7effectAby1) #ep7effectAby10 139 ars_fild59,111,126,4 duplicate(#ep7effectAby1) #ep7effectAby11 139 This is surely an error of coordinates or effect number ... Did you rename npc / script ? Can you show what script you're using ?
  22. Here the list for all mapflags : http://upaste.me/58de32847e28d6e
  23. Oh I didn't notice the bug for code balise ... You can use both numerical or alphabetical way but really clear in the wiki ;D
  24. Oh nevermind, I was thinking about weapons. I've look for shields and I didn't found anything for support custom shield. You can still replace them ... But maybe someone have an answer.
×
×
  • Create New...