Welcome
Welcome to sremudatabase

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!

Fully working mob walk +mass spawn module

Any Download For SREmu Only(Any Virus Will Get You Ip Ban)

Moderator: cyberninjah

Fully working mob walk +mass spawn module

Postby pax345 on Sat Apr 26, 2008 12:10 am

Image

I fix : :)
1.mob walk
2.skills
3.exp

Add :
1.You can spawn 50 mobs in one time command:".spawnall"
2.Monster speed from database.
3.You can add more mobs to "Autospawn" module .
4.spawn all npc in jangan by ".spawnallnpc" command.

i still dont know where its equipment error , so it's not fixed

download link :

http://www.badongo.com/file/9042082

Based on Weeman Code
pax345
SREmuDBNewb
 
Posts: 27
Joined: Fri Apr 18, 2008 4:06 am

Postby Fear on Sat Apr 26, 2008 12:38 am

Its Working:) , Well done mate
Fear
SREmuDBNewb
 
Posts: 1
Joined: Tue Apr 22, 2008 2:30 am

Postby SoulReaper on Sat Apr 26, 2008 10:44 pm

Nice Work ;) Downloading now
Image
This sigs better than all mine:p thanks Mulk81!
Image
ImageLearning :)
User avatar
SoulReaper
SREmuDBTrusted
 
Posts: 157
Joined: Tue Apr 22, 2008 8:44 am
Location: Australia

Postby aspire219 on Sun Apr 27, 2008 7:04 am

this is working great!
aspire219
SREmuDBNewb
 
Posts: 14
Joined: Tue Apr 22, 2008 4:37 am

Postby outlaw on Sun Apr 27, 2008 7:06 am

nice work ;D

i was trying to get more mobs XPos and YPos, to add spawns to other mobs

the skills are kinda overpowered lol

Image

not criticizing, just reporting =P
User avatar
outlaw
SREmuDBNewb
 
Posts: 9
Joined: Thu Apr 24, 2008 12:56 am

Postby aspire219 on Sun Apr 27, 2008 8:32 am

hey guys just asking its because i have an error! when i luanch the client the pop up the error it says run-time error no.13 how can i fix this?
aspire219
SREmuDBNewb
 
Posts: 14
Joined: Tue Apr 22, 2008 4:37 am

Postby momo4kill on Sun Apr 27, 2008 2:45 pm

there is a bug
when u kill any mob there is an error that popup "item 3526 not found in collection" ?
momo4kill
SREmuDBNewb
 
Posts: 11
Joined: Thu Apr 10, 2008 5:00 am

Postby momo4kill on Sun Apr 27, 2008 3:01 pm

sry item 3265*
momo4kill
SREmuDBNewb
 
Posts: 11
Joined: Thu Apr 10, 2008 5:00 am

Postby mayfair on Sun Apr 27, 2008 3:32 pm

momo4kill wrote:there is a bug
when u kill any mob there is an error that popup "item 3526 not found in collection" ?


momo4kill wrote:sry item 3265*


Use EDIT Button next time dont double post.
Image
Image
Image Learning
User avatar
mayfair
C#Team
 
Posts: 80
Joined: Wed Apr 02, 2008 2:43 am
Location: England

Postby pax345 on Sun Apr 27, 2008 4:43 pm

momo4kill wrote:sry item 3265*


Sory but this item Doesn't Exist , this is a reason of you error . Check in item database . It's still some erros in items , but now i have more important things to fix :wink: .


"the skills are kinda overpowered lol "

I'd like kill Yarkan :wink: this is skill power overflow reason :) To change attack power go to Attackskill fuction in modattack module and and change *20000000 to *2000.
pax345
SREmuDBNewb
 
Posts: 27
Joined: Fri Apr 18, 2008 4:06 am

Postby outlaw on Mon Apr 28, 2008 12:29 am

oh hehe

btw, do you got any plans of doin a buff mod too?

and can you tell me how u got the coordinates of the mobs, i cant seem to find some to add other mobs spawn >(


EDIT:

nvm,found =P
User avatar
outlaw
SREmuDBNewb
 
Posts: 9
Joined: Thu Apr 24, 2008 12:56 am

Postby pax345 on Mon Apr 28, 2008 12:54 am

outlaw wrote:oh hehe

btw, do you got any plans of doin a buff mod too?

and can you tell me how u got the coordinates of the mobs, i cant seem to find some to add other mobs spawn >(


EDIT:

i cant find the line u posted above T_T


skill power line :
Damage = ((Rnd * 2000000) + 800) 'was 2000
change to
Damage = ((Rnd * 2000) + 800) 'was 2000


'comand-----index-monster-type x---y coords x--y pos ----number

SpawnMonsters index, 1933, 0, 6540, 820, 167, 96 '1

1933 =mob id _______ 0=mob type (champion,giant)______ 6540,820= x pos and y pos________ 167,96= x sector,y sector
:)
pax345
SREmuDBNewb
 
Posts: 27
Joined: Fri Apr 18, 2008 4:06 am

Postby kadajko on Tue Apr 29, 2008 5:51 am

what module should i put it???the Autospawn is new mod or????sry im very new..i sometimes i duno how to put code or make new module....help pls^^ :)
kadajko
SREmuDBNewb
 
Posts: 1
Joined: Mon Apr 28, 2008 8:39 pm

Postby outlaw on Tue Apr 29, 2008 10:26 pm

pax345 wrote:
outlaw wrote:oh hehe

btw, do you got any plans of doin a buff mod too?

and can you tell me how u got the coordinates of the mobs, i cant seem to find some to add other mobs spawn >(


EDIT:

i cant find the line u posted above T_T


skill power line :
Damage = ((Rnd * 2000000) + 800) 'was 2000
change to
Damage = ((Rnd * 2000) + 800) 'was 2000


'comand-----index-monster-type x---y coords x--y pos ----number

SpawnMonsters index, 1933, 0, 6540, 820, 167, 96 '1

1933 =mob id _______ 0=mob type (champion,giant)______ 6540,820= x pos and y pos________ 167,96= x sector,y sector
:)


aw thx hehe, but my agem crashes when i add more mobs =(

@kadajko

just download the srvb in the top of this topic lol
User avatar
outlaw
SREmuDBNewb
 
Posts: 9
Joined: Thu Apr 24, 2008 12:56 am

Postby aspire219 on Sat May 03, 2008 6:51 pm

what about adding a registration for the emulator so that it can make new accounts?
aspire219
SREmuDBNewb
 
Posts: 14
Joined: Tue Apr 22, 2008 4:37 am

Postby weeman2005 on Sun May 04, 2008 5:33 am

you mean a site?
Image
Image
ImageLearning*Newby*
ImageLearning
Need Money For Silk Click Here! http://bux.to/?r=thaman35
weeman2005
Site Admin
 
Posts: 147
Joined: Mon Mar 31, 2008 5:48 am

Postby aspire219 on Sun May 04, 2008 7:08 am

i mean in the emulator! like in website you can register user and pass and then when you logon in the emulator we can use the user and pass that we made not only user: sremu pass test i mean not only this!
aspire219
SREmuDBNewb
 
Posts: 14
Joined: Tue Apr 22, 2008 4:37 am

Postby momo4kill on Sun May 04, 2008 7:33 pm

mayfair wrote:
momo4kill wrote:there is a bug
when u kill any mob there is an error that popup "item 3526 not found in collection" ?


momo4kill wrote:sry item 3265*


Use EDIT Button next time dont double post.

k sry i didnt notice that edit option ^^

and if its a database error what make it popup after killing any mob?
i tried different accounts it always popup!!
momo4kill
SREmuDBNewb
 
Posts: 11
Joined: Thu Apr 10, 2008 5:00 am

Postby muffinmann on Mon May 12, 2008 1:33 am

it looks nice but i cant use it i cant install vb pls can you make a exe
muffinmann
SREmuDBNewb
 
Posts: 1
Joined: Mon May 12, 2008 1:24 am

Postby evampire_ on Mon May 12, 2008 2:06 am

FU#&$% badongo can you reupload this to another site cuz im sick of the multiplayer bug and i want the mob walk + .spawnall and this is the only other client that has it ...

soo pla reupload ^^ would be nice :D
Image
Image
Image

xfire : edragon192
skype : evampire2
hamachi : SRO[evampire]
PW : psro
User avatar
evampire_
SREmuDBNewb
 
Posts: 68
Joined: Mon May 05, 2008 12:06 am
Location: USA :D

Next

Return to Download

Who is online

Users browsing this forum: No registered users and 0 guests

cron