Search found 6 matches

by ryukasama
Thu Jan 18, 2007 9:08 pm
Forum: Dragon Raja
Topic: v1.4.2 Binary Release
Replies: 5
Views: 2401

All links is dead,mate.Can't download it.
by ryukasama
Wed Jan 17, 2007 12:16 am
Forum: Dragon Raja
Topic: Setup Questions
Replies: 7
Views: 1293

copy and run this for change EXP rate


SELECT *
FROM NPC_Generation_SP
update NPC_Generation_SP
set NpcExp = NpcExp*4;


and this is for change money rate


UPDATE NPC_Generation_SP
SET Money_min = Money_min*30,
Money_Max = Money_Max*30

Hope it help
by ryukasama
Wed Jan 17, 2007 12:10 am
Forum: Dragon Raja
Topic: Setup Questions
Replies: 7
Views: 1293

copy this and run in query for change the job rate or you can change *3 to any number you want for your server SELECT * FROM skill_lvexp UPDATE skill_lvexp SET F2 = F2*3, F3 = F3*3, F4 = F4*3, F5 = F5*3, F6 = F6*3, F7 = F7*3, F8 = F8*3, F9 = F9*3, F10 = F10*3, F11 = F11*3, F12 = F12*3, F13 = F13*3,...
by ryukasama
Wed Jan 17, 2007 12:05 am
Forum: Dragon Raja
Topic: How to Make people Level 100+ can share tactic?
Replies: 0
Views: 1141

Normally you can share exp, Tactic , weapon with your party until level 100.after that you can only share exp but not for tactic or weapon. then I try to change this in source code but absolutely no idea where do I have to change for make people who got level over 100 can share Tactic with their pa...
by ryukasama
Tue Jan 16, 2007 11:23 pm
Forum: Dragon Raja
Topic: Binarys and Support Files
Replies: 14
Views: 2826

Cheers Daryl Your forum , your files and your guide is ROCK!! dude. I've been looking for all this source code for ages but can't get anywhere else especially Ragzone coz they keep delete them when people post it.

Thank's god we still have the person like you in this world.
by ryukasama
Tue Jan 16, 2007 11:07 pm
Forum: Dragon Raja
Topic: Ip login problems
Replies: 2
Views: 1111

I'm got the same problem like you when I use epic router ( the cheap one) then someone told me that cheap route can't resolve thier own IP.

So I try to change to Linksys router.Problem solved. I can login no prob.

Hope it help.