Jump to content

  •  

DeviantRaze's Content

There have been 52 items by DeviantRaze (Search limited from 06-June 23)



Sort by                Order  

#44283 Kafra Functions

Posted by DeviantRaze on 27 September 2014 - 05:47 AM in Script Support

Default Kafra already does this. Here is a small sample of when trying to open storage.

// Accessing Normal Storage (Skipped if accessing Storage from Guild castle)	if (getarg(0) != 2) {		// Consume "Free Ticket for Kafra Storage" if available.		if (countitem(Cargo_Free_Ticket)) {			delitem Cargo_Free_Ticket, 1;		} else {			if (Zeny < getarg(1)) {				mes getarg(3);				// Niflheim Specific Message				if (getarg(2) == 1) {					percentheal -50,-50;					mes "^666666Zeeeeeny...";					mes "M-more z-zeny...!";					mes "N-neeed 150... zeny...";					mes "Ergh! T-taking bl-blood~!^000000";					return;				}				// Standard Message				mes "I'm sorry, but you don't";				mes "have enough zeny to use";				mes "the Storage Service. Our";				mes "Storage access fee is "+getarg(1)+" zeny.";				return;			}			Zeny -= getarg(1);			if (getarg(2) != 6)				RESRVPTS += getarg(1) / 5;		}	}

If you look closely you'll see this:

		// Consume "Free Ticket for Kafra Storage" if available.		if (countitem(Cargo_Free_Ticket)) {			delitem Cargo_Free_Ticket, 1;

That tells it to take a ticket instead of paying zeny, should they have 1 in their inventory.

 

Thanks for the information =)




#44276 Kafra Functions

Posted by DeviantRaze on 27 September 2014 - 02:57 AM in Script Support

anyone?




#44248 Kafra Functions

Posted by DeviantRaze on 26 September 2014 - 04:05 PM in Script Support

How can i change all the kafra functions into pRO style kafra? 

 

like they can use ticket to warp use storage and can lock there storage?




#43929 Old Card Album

Posted by DeviantRaze on 20 September 2014 - 08:24 PM in Database Support

Thanks! got it.




#43915 Old Card Album

Posted by DeviantRaze on 20 September 2014 - 06:29 PM in Database Support

How can i remove MVP card on old card album? i can't see any text file on the database. can someone teach me how?




#39899 Forcibly Strip

Posted by DeviantRaze on 20 July 2014 - 06:18 PM in Source Releases

[font="tahoma, geneva, sans-serif;"]Is this compatible with rAthena?[/font]




#39672 Adelays Anti-Nodelay Protection V4

Posted by DeviantRaze on 17 July 2014 - 10:40 AM in Paid Services

[font="tahoma, geneva, sans-serif;"]Adelay is the best ! (that's all i can say) 10/10 ![/font]




#39608 Item Shower

Posted by DeviantRaze on 16 July 2014 - 04:28 AM in Event & Game Releases

[font="tahoma, geneva, sans-serif;"]Bro. is it possible that you can make this a custom command?[/font]




#38627 Poison Scripting Services

Posted by DeviantRaze on 04 July 2014 - 05:55 AM in Paid Services

Great Guy! and Good Service! Keep it up!




#37946 Status Alignments

Posted by DeviantRaze on 20 June 2014 - 08:38 PM in Source Requests

[font="tahoma, geneva, sans-serif;"]How can i change the source code of STUN , SLEEP , CURSED, STONE CURSED into FREEZE source code.[/font]

 

[font="tahoma, geneva, sans-serif;"]can anyone help me out with this?[/font]




#36370 Patcher Code Please Help!

Posted by DeviantRaze on 23 May 2014 - 08:42 PM in Website Support

Posted Image

 

 

And im using this code. 

 

<!DOCTYPE html><html><head><script type="text/javascript"><!-->var image1=new Image()image1.src="loading00.jpg"var image2=new Image()image2.src="loading01.jpg"var image3=new Image()image3.src="loading02.jpg"//--></script></head><body><img src="loading00.jpg" name="slide" width="800" height="600"><script type="text/javascript"><!--var step=1function slideit(){document.images.slide.src=eval("image"+step+".src")if(step<3)step++elsestep=1setTimeout("slideit()",2500)}slideit()//--></script></body></html>

Please help me :)




#36115 Failed to Connect

Posted by DeviantRaze on 18 May 2014 - 10:41 AM in Client-Side Support

I was helping 1 person, that wants to play on my server.. but the problem is everything i try we can't fix it.. always failed to connect to the server... but other servers is fine O.O

 

 

We use 2012 04 10 RE Client, can anyone try to help me about this? this is my first time...




#35932 Flux Problem

Posted by DeviantRaze on 14 May 2014 - 10:47 AM in Website Support

I dont know what's the problem with this :( can someone give me a solution about this problem?

 

Critical ErrorAn error was encountered during the lifetime of the application.This could be due to a variety of problems, such as a bug in the application.However, normally it is caused by misconfiguration.Exception DetailsError: PDOExceptionMessage: SQLSTATE[HY000] [1129] Host 'hosted23.nfoservers.com' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'File: /usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php:81File	Line	Function/Method/usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php	81	PDO::__construct()/usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php	94	Flux_Connection::connect()/usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php	159	Flux_Connection::getConnection()/usr/www/uprisingvalk/public/cp/modules/install/index.php	17	Flux_Connection::getStatement()/usr/www/uprisingvalk/public/cp/lib/Flux/Template.php	337	include()/usr/www/uprisingvalk/public/cp/lib/Flux/Dispatcher.php	168	Flux_Template::render()/usr/www/uprisingvalk/public/cp/index.php	176	Flux_Dispatcher::dispatch()Exception Trace As String#0 /usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php(81): PDO->__construct(*hidden*)#1 /usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php(94): Flux_Connection->connect(Object(Flux_Config))#2 /usr/www/uprisingvalk/public/cp/lib/Flux/Connection.php(159): Flux_Connection->getConnection()#3 /usr/www/uprisingvalk/public/cp/modules/install/index.php(17): Flux_Connection->getStatement('SELECT VERSION(...')#4 /usr/www/uprisingvalk/public/cp/lib/Flux/Template.php(337): include('/usr/www/uprisi...')#5 /usr/www/uprisingvalk/public/cp/lib/Flux/Dispatcher.php(168): Flux_Template->render()#6 /usr/www/uprisingvalk/public/cp/index.php(176): Flux_Dispatcher->dispatch(Array)#7 {main}

 

 

 

 

 




#35823 Instance Reseter

Posted by DeviantRaze on 12 May 2014 - 04:44 AM in Script Requests

Hi can i request a Instance Reset-er?  That will reset the delay of entering  Endless Tower &  NydhoggsNest &  SealedShrine

 

but they need something to reset it. for example 10 TCG card.? 




#35085 Endless Tower Problem!

Posted by DeviantRaze on 29 April 2014 - 02:44 PM in Script Support

^Maybe but I'm not sure.. try it your self :)
I just want to remind you that you are in Hercules Forum..
maybe rAthena's Instance is different from Hercules..


Thanks for the reply. rAthena is Dying :D haha just kidding.

Chances are it won't work on rAthena since our instancing system is differently built.


I see. well thanks for the fast responced



#35065 Endless Tower Problem!

Posted by DeviantRaze on 29 April 2014 - 04:05 AM in Script Support

Is this compatible with rAthena?




#35015 Endless Tower Problem!

Posted by DeviantRaze on 28 April 2014 - 04:53 AM in Script Support

[font="verdana, geneva, sans-serif;"]I'm having a problem with the Endless Tower..[/font]
 
[font="verdana, geneva, sans-serif;"]First. I can't fix the time limit inside the Instance.[/font]
 
[font="verdana, geneva, sans-serif;"]Im using this script below.[/font]

 

Spoiler

 

[color=rgb(40,40,40);font-family:verdana, geneva, sans-serif;]I even follow this guide [/color]http://rathena.org/b...oldown/?p=80047[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;]  [/color][color=rgb(40,40,40);font-family:verdana, geneva, sans-serif;]about the Time out & Cool Down. please Help me.

All i want is to change the Time Out into 5 Hours & Cool Down for 24 Hours Posted Image[/color]




#34824 Error Unknown Packet 0x3000

Posted by DeviantRaze on 24 April 2014 - 09:18 PM in Client-Side Support

[color=rgb(255,0,0);][Error]: Unknown packet 0x3000 received from login-server[/color]

 

Im using eAthena. and i want to use 2012 04 10 RagRE how can i do that?

 

can someone help me with this?




#34669 MVP Room

Posted by DeviantRaze on 22 April 2014 - 11:48 AM in Script Requests

can i request a MVP Room that only 1 player can enter per 24 Hours?

 

with Different MVP's on different Levels?




#34485 Feefty's FluxCP Addons Release

Posted by DeviantRaze on 20 April 2014 - 03:22 AM in Website Releases

[color=rgb(40,40,40);font-family:helvetica, arial, sans-serif;]Why is it that i can still vote rapidly? even though i already set up the Time Interval into 12 hours. ?[/color]




#34435 [Showcase] Flux Design

Posted by DeviantRaze on 19 April 2014 - 08:10 AM in Other Graphics Showcase

Looks nice, I like the fonts :P

Perhaps I would change the renders and the background. It kinda looks very "tileable" dunno how to say that :P but overall is very good IMO

 

Thanks :)




#34375 Vote for Points!

Posted by DeviantRaze on 18 April 2014 - 05:17 PM in Website Support

@bump can anyone tell me how to fix this?




#34245 Vote for Points!

Posted by DeviantRaze on 17 April 2014 - 03:56 AM in Website Support

[color=rgb(40,40,40);font-size:14px;]Im having a problem with my V4Points.[/color]

 

the problem was everytime i finish Voting i can still vote again. the time interval its not working properly.

 

can anyone help me. im using this v4p by feefty http://rathena.org/b...or-fluxcp-free/




#34019 [Showcase] PatrioticRO

Posted by DeviantRaze on 14 April 2014 - 07:53 AM in Other Graphics Showcase

Full Preview https://scontent-a-o...194629445_o.jpg

 

Spoiler




#33895 [Showcase] Flux Design

Posted by DeviantRaze on 12 April 2014 - 08:50 AM in Other Graphics Showcase

The design was changed and its better now.

 

Thanks :) ill work hard...