-
Posts
28 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Triplus
-
Part of custom items are working, part are not
Triplus replied to Triplus's question in Client-side Support
Other wings are working, seems to be the sprites SOLVED -
yeah i made it work now, after i made my own template i figured it out, ah well too late but it's good we know now.
-
Part of custom items are working, part are not
Triplus replied to Triplus's question in Client-side Support
Yes they crash the moment i equip them. I do see the item in my inventory with the correct name, description, image, ... Only they crash the moment i equip them. Also i read somewhere that the sprites might be corrupted but i loaded them into actor2 and it kinda worked. Got some errors but they loaded so... And the same errors popped up with the vindicate wings so that shouldn't be the problem as far as i know BUMP: Anyone know what could be the cause? -
Part of custom items are working, part are not
Triplus replied to Triplus's question in Client-side Support
i jumped because there are 3 more vindicate wings that i yet need to implement, but i don't need htem right now. ACCESSORY_AEGIR_HELM = 870, ACCESSORY_MVP_BASKETHAT = 871, ACCESSORY_CRITURA_HAT = 872, ACCESSORY_MAGICAL_BOOSTER = 873, ACCESSORY_WINGS_CASTER = 1001, ACCESSORY_WINGS_SWIFTNESS = 1002, ACCESSORY_WINGS_VITALITY = 1003, ACCESSORY_WINGS_BUTTERFLY = 1007, ACCESSORY_WINGS_BUTTERFLY_GREEN = 1008, ACCESSORY_WINGS_BUTTERFLY_NIGHTBLUE = 1009, ACCESSORY_WINGS_BUTTERFLY_PURPLE = 1010, ACCESSORY_WINGS_BUTTERFLY_RED = 1011, ACCESSORY_WINGS_BUTTERFLY_SKYBLUE = 1012 Skipping is allowed as far as i know, as seen here -
Hello I know this question has probably been asked over and over again, but i don't know why 3 of my custom wings are working, and then 6 others i tried adding today suddenly crash my client... I'm using 20120410. Renaming the .lua to .lub works (or it did for the first 3 wings so i dosn't see why it wouldn't now) I'm using these wings http://kamishi.ragnawork.com/?page_id=5 First 3 are from vindicate, not working wings are butterfly The butterfly wings crash client, the first 3 don't Here are the files: item_db: 31001,Wings_of_the_caster,Wings of the Caster,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,99,1,1001,{ bonus bFixedCastrate,-100; bonus bDelayRate,-15; },{},{} 31002,Wings_of_swiftness,Wings of swiftness,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,99,1,1002,{ bonus bAspdRate,200; bonus bSpeedAddRate,20; },{},{} 31003,Wings_of_vitality,Wings of vitality,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,99,1,1003,{ bonus bMaxHPrate,15; },{},{} 31007,Butterfly_Wings,Butterfly wings,4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1007,{},{},{} 31008,Butterfly_Wings_Green,Butterfly wings (Green),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1008,{},{},{} 31009,Butterfly_Wings_NightBlue,Butterfly wings (Night Blue),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1009,{},{},{} 31010,Butterfly_Wings_Purple,Butterfly wings (Purple),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1010,{},{},{} 31011,Butterfly_Wings_Red,Butterfly wings (Red),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1011,{},{},{} 31012,Butterfly_Wings_SkyBlue,Butterfly wings (Sky Blue),4,10000000,1,10,,10,,3,0xFFFFFFFE,63,2,1,,1,1,1012,{},{},{} accname.lub [ACCESSORY_IDs.ACCESSORY_WINGS_CASTER] = "_Vindicated_Wing_Gold", [ACCESSORY_IDs.ACCESSORY_WINGS_SWIFTNESS] = "_Vindicated_Wing", [ACCESSORY_IDs.ACCESSORY_WINGS_VITALITY] = "_Vindicated_Wing_Red", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY] = "_Butterfly_Wings", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_GREEN] = "_Butterfly_Wings_Green", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_NIGHTBLUE] = "_Butterfly_Wings_NightBlue", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_PURPLE] = "_Butterfly_Wings_Purple", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_RED] = "_Butterfly_Wings_Red", [ACCESSORY_IDs.ACCESSORY_WINGS_BUTTERFLY_SKYBLUE] = "_Butterfly_Wings_SkyBlue" accessoryid.lub ACCESSORY_WINGS_CASTER = 1001, ACCESSORY_WINGS_SWIFTNESS = 1002, ACCESSORY_WINGS_VITALITY = 1003, ACCESSORY_WINGS_BUTTERFLY = 1007, ACCESSORY_WINGS_BUTTERFLY_GREEN = 1008, ACCESSORY_WINGS_BUTTERFLY_NIGHTBLUE = 1009, ACCESSORY_WINGS_BUTTERFLY_PURPLE = 1010, ACCESSORY_WINGS_BUTTERFLY_RED = 1011, ACCESSORY_WINGS_BUTTERFLY_SKYBLUE = 1012 idnum2itemdesctable.txt 31001# A pair of beautiful wings form an unknown source. Depending on the wings, certain stats will be boosted Weight : ^77777710^000000 # 31002# A pair of beautiful wings form an unknown source. Depending on the wings, certain stats will be boosted Weight : ^77777710^000000 # 31003# A pair of beautiful wings form an unknown source. Depending on the wings, certain stats will be boosted Weight : ^77777710^000000 # 31007# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31008# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31009# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31010# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31011# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # 31012# Beautiful wings available for the most lovely and beautiful girl on the server <3 Weight : ^77777710^000000 # idnum2itemdisplaynametable.txt 31001#Wings_of_the_caster# 31002#Wings_of_swiftness# 31003#Wings_of_vitality# 31007#Butterfly_Wings# 31008#Butterfly_Wings_Green# 31009#Butterfly_Wings_NightBlue# 31010#Butterfly_Wings_Purple# 31011#Butterfly_Wings_Red# 31012#Butterfly_Wings_SkyBlue# idnum2itemresnametable.txt 31001#Vindicated_Wing_Gold# 31002#Vindicated_Wing# 31003#Vindicated_Wing_Red# 31007#Butterfly_Wings# 31008#Butterfly_Wings_Green# 31009#Butterfly_Wings_NightBlue# 31010#Butterfly_Wings_Purple# 31011#Butterfly_Wings_Red# 31012#Butterfly_Wings_SkyBlue# itemslotcounttable.txt 31001#3# 31002#3# 31003#3# 31007#3# 31008#3# 31009#3# 31010#3# 31011#3# 31012#3#
-
So far it isn't working yet, i'm still trying some stuff out but i keep getiing that i need to install a newer version Hmmm, the patch that is on the svn does change a bunch of stuff... i'm experimenting whit that... any suggestions are welcome Okay the patch works! but not with the team i'm using atm... well some more tweaking to go... in the end i'll tell you guys what fixed it Okay so i'm kinda stuck now. It works (kinda) in default theme, but not in the custom theme... any help ?
-
Thats what i have atm, i'll retry in a while, need to do some other stuff atm
-
Hmm i might take a look into that, thanks!
-
Hmm, do u know of any way to balance the mobs for lower max-level? or is that close to impossible?
-
public_html/themes/Drawmove_Free_FluxCP_Theme/fluxbb/ public_html/themes/default/fluxbb/ Each folder contains this (screenshot) Do i need anything else (You can see in the OP that he automatically added fluxbb in the menu on the right, so it's kinda working, right?) EDIT: The forum itself is working when I just go to /fluxbb. All i want is it to be a module in fluxcp, like the rankings, mobdb, itemdb, ... Suddenly this Please download the latest FluxBB Came up when i went to /?module=fluxbb. Hmmm i did download the latest one
-
Hello A while ago i've changed the maxlevel to 99/70. Now the problem is that most mobs are over powerd (some dungeons are close to impossible). Is there any way to scale them down without having to delete renewal (change to pre-re mobs ect). I am guessing it would be a manual job, but if there is another way... please let me know. Thanks Triplus
-
I put it in the addons folder, and the config folder got automatically installed. Then I manually copied data, modules and themes to the root fluxcp folder (matching everything) I also copied the default theme folder to my custom theme
-
Hello I'm trying to integrate a forum (fluxbb) with my control panel. I've downloaded the svn(https://github.com/jupeto/fluxbb) and the regular download (http://fluxbb.org/downloads/). Since this (http://artworx.juplo.com/?module=fluxbb&action=howto#install) site is down, i can't get any help from there, looking at in in cashe doesn't give me any information either. I first installed the regular download to get the tables and config ready. Then I copied my config file to my svn fluxbb folder. Then I installed the fluxbb addon into my fluxcp. At the moment I get an empty screen. Is it because I have a custom theme or...? I didn't find another help site, so if anyone could either give me a step by step, or help me in any way possible, it would be much appriciated Thanks Triplus
-
Flux cp (Admin bar moved to Misc. Stuff and lost privileges)
Triplus replied to Triplus's question in Web Support
It even went back to the bar it is supposed to go in. Thanks! -
Flux cp (Admin bar moved to Misc. Stuff and lost privileges)
Triplus posted a question in Web Support
Hello I've been working on my flux cp panel. My problem is that when I log in with a GM account (level 99) I see an admin bar (which is what I need). But yesterday most of the options that are under Misch. Stuff were in that bar, and now they moved to Misc. Stuff. I want them back in the admin bar so only a GM account can acces them. I tried looking trough some files and I found that the logs ect. are actually in the Misc. Stuff array, but i'm 99.9% sure that this was original and I Didn't change anything. I'm guessing i broke permissions somewhere but I have no idea. If possible I prefer another solution than reinstalling, since my Control Panel takes a lot of images and the upload time > 10 hours. (FTP to my host is slow). Some pictures: I also would like to add this: My server hightst peak in the sidebar on the left is only available once u logged in. I would like to make this available to everyone. Where do i change those permissions? -
Edit conf/inter_Athena.conf? Edit: typo
-
Okay, but that won't be the problem in my case since only my GM is max level, server just started. Thanks again!
-
Okay, but will it have other consequences (like bugs or so)?
-
Hello This is just a quick little question, a simple yes or no is enough. Will recompiling after following this (http://rathena.org/wiki/Edit_Max_Level) link have an impact on already existing accounts? I have 1 GM max leveld (175-70) account, but others are low. I want to change to 99-70. Thanks Triplus
-
Compiling rAthena on ARM (raspberry pi)
Triplus replied to Triplus's question in Installation Support
Sorry i am in exams and didn't check back. U mean the file that gets generated, or the actual output in (ssh) console? -
Compiling rAthena on ARM (raspberry pi)
Triplus replied to Triplus's question in Installation Support
Is there any way u could use mine to test things on? I don't have port forwarding setup unfortunattely, but i would be happy to assist if i can EDIT: I also found this on the internet, are u looking for something like this? (http://stackoverflow.com/questions/10005982/how-do-you-set-gdb-debug-flag-with-cmake) EDIT2; I re-added this #if !defined(__x86_64__) && !defined(__i386__) #error Your Target Platfrom is not supported #endif To atomic.h... smart or not? -
Compiling rAthena on ARM (raspberry pi)
Triplus replied to Triplus's question in Installation Support
root@raspberrypi:/home/rAthena/rAthena# ./configure --with-zlib=/usr/include/ --disable-64bit checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether make sets $(MAKE)... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking for ar... /usr/bin/ar checking whether byte ordering is bigendian... no checking whether pointers can be stored in ints (old code)... yes checking whether gcc produces 32bit code... yes checking whether gcc supports __thread specifier (TLS)... no checking whether gcc supports -Wno-unused-parameter... yes checking whether gcc supports -flto... no checking whether gcc supports -Wno-pointer-sign... no checking whether gcc supports -Wno-switch... no checking whether gcc supports -fPIC... no checking whether gcc supports -fno-strict-aliasing... no checking whether gcc supports -Wconversion... no checking for setrlimit... no checking for strnlen... no checking for uselocale... no checking for newlocale... no checking for freelocale... no checking xlocale.h usability... no checking xlocale.h presence... yes configure: WARNING: xlocale.h: present but cannot be compiled configure: WARNING: xlocale.h: check for missing prerequisite headers? configure: WARNING: xlocale.h: see the Autoconf documentation configure: WARNING: xlocale.h: section "Present But Cannot Be Compiled" configure: WARNING: xlocale.h: proceeding with the compiler's result checking for xlocale.h... no checking for inflateEnd in -lz... no configure: error: zlib library not found or incompatible, please specify the correct path with --with-zlib=DIR... stopping -
Compiling rAthena on ARM (raspberry pi)
Triplus replied to Triplus's question in Installation Support
First i'll start with the zlib: This is the output after running your command: root@raspberrypi:/home/rAthena/rAthena# ./configure --with-zlib=/usr/include/zlib.h checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether make sets $(MAKE)... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking for ar... /usr/bin/ar checking whether byte ordering is bigendian... no checking whether gcc produces 32bit code... yes checking whether gcc supports __thread specifier (TLS)... no checking whether gcc supports -Wno-unused-parameter... yes checking whether gcc supports -flto... no checking whether gcc supports -Wno-pointer-sign... no checking whether gcc supports -Wno-switch... no checking whether gcc supports -fPIC... no checking whether gcc supports -fno-strict-aliasing... no checking whether gcc supports -Wconversion... no checking for setrlimit... no checking for strnlen... no checking for uselocale... no checking for newlocale... no checking for freelocale... no checking xlocale.h usability... no checking xlocale.h presence... yes configure: WARNING: xlocale.h: present but cannot be compiled configure: WARNING: xlocale.h: check for missing prerequisite headers? configure: WARNING: xlocale.h: see the Autoconf documentation configure: WARNING: xlocale.h: section "Present But Cannot Be Compiled" configure: WARNING: xlocale.h: proceeding with the compiler's result checking for xlocale.h... no checking for inflateEnd in -lz... no configure: error: zlib library not found or incompatible, please specify the correct path with --with-zlib=DIR... stopping Proof it's there: I'll be testing the other part now! EDIT: output of the 'bt full' root@raspberrypi:/home/rAthena/rAthena# gdb ./map-server_sql ./core GNU gdb (GDB) 7.6.1 (Raspbian 7.6.1-1) Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/rAthena/rAthena/map-server_sql...(no debugging symbols found)...done. /home/rAthena/rAthena/./core: No such file or directory. (gdb) bt full No stack. (gdb) is this what i'm supposed to do? -
Compiling rAthena on ARM (raspberry pi)
Triplus replied to Triplus's question in Installation Support
Yes, i meant Cmake, sorry, i was confused by the make install. I never did make clean sql, since that gave me something like no rule to make sql (or something similar). This is exactly what i did, But i don't know if u read my first post correctly but i removed #if !defined(__x86_64__) && !defined(__i386__) #error Your Target Platfrom is not supported #endif from atomic.h because i was getting stuck since I have ARM and no other platform. So i think the error lies there. And i honestly don't know how to do a 'bt full'. I've never developped/ compiled anything on linux, so i'm learning aswell, sorry -
Compiling rAthena on ARM (raspberry pi)
Triplus replied to Triplus's question in Installation Support
I commented evrything out using /* ... */ (i think this should work, or should i put // before every line? ^Ctatus]: Loading NPCs... [3]+ Segmentation fault ./map-server_sql Still getting this. And do you know where i can find a coredump? somewhere in log files or log database? I'm not really sure where to look Anyway i'm off to bed, I come back tomorrow. Thanks for the help already guys! EDIT: Maybe it is worth noting that i used MAKE instead of the ./configure. I don't think this should change a lot tho. I'm using this command to start the server: ./login-server_sql & ./char-server_sql & ./map-server_sql & root@raspberrypi:/home/rAthena/rAthena# gdb ./map-server_sql ./core GNU gdb (GDB) 7.6.1 (Raspbian 7.6.1-1) Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "arm-linux-gnueabihf". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/rAthena/rAthena/map-server_sql...(no debugging symbols found)...done. [New LWP 3006] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". Core was generated by `./map-server_sql'. Program terminated with signal 11, Segmentation fault. #0 strlen () at ../ports/sysdeps/arm/strlen.S:28 28 ../ports/sysdeps/arm/strlen.S: No such file or directory. I think this is what you are looking for? Am i right?